WELCOME Abdennour : Software engineer

Showing posts with label News. Show all posts
Showing posts with label News. Show all posts

Jun 19, 2014

سقوط خادم الفايسبوك Server facebook down for some minutes today





Sorry, something went wrong.

We're working on getting this fixed as soon as we can.



May 6, 2014

Stack Overflow is currently offline for maintenance

الجديد في هذه الساعة 

Stack Overflow is currently offline for maintenance





































ِو كانت إجابتي الأخيرة هي هنا: 
http://stackoverflow.com/questions/23504185/javascript-access-return-of-other-function/

HHH






You Can also Pass the context `this` to the second function . However , in this case , you must call f2 as following: 


    function f1(){
      
       return f2.call(this)
    
    }

 --

    function f2(){
       return 123
    }


**UPDATE :** 


Passing context is very useful when you have Oriented Object Programming (`OOP`): 

I.E : 

     function Person(bornYear){
        this.born=bornYear ; 
        this.age=Age.call(this,2014);   
         
      }
    
    function Age(currentYear){
       
      return currentYear-this.age; 
    
    }

 
If you note , `this.age` is not undefined because the context this has been passed from `Person` function to `Age` function

Oct 10, 2012

Fix Ubuntu Bug of the Last update http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.243.orig.tar.gz

Problem: 
Today after regular system updates I received a following message when I opened a flash required webpage in Firefox "install latest version of adobe flash plugin"

I went to the software centre. It was showing as already installed. So I reinstalled it. On reinstalling it was showing a message that plugin is not available in the archive therefore could not be installed.

i manually tried to access the archive and got 'page could not be found'

Code:
Not Found

The requested URL /pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.243.orig.tar.gz was not found on this server.
Apache/2.2.14 (Ubuntu) Server at archive.canonical.com Port 80
Question : why is it so?
Execute this Command on terminal and all will happen : 

 wget https://launchpad.net/ubuntu/+archive/partner/+files/adobe-flashplugin_11.2.202.243.orig.tar.gz && sudo /usr/lib/flashplugin-installer/install_plugin /tmp/adobe-flashplugin_11.2.202.243.orig.tar.gz



Sep 15, 2012

[NEWS] Spring Integration In Action




SPRING INTEGRATION IN ACTION PUBLISHED AND AVAILABLE TODAY




Spring Integration extends the Spring Framework to support the patterns described in Gregor Hohpe and Bobby Woolf's Enterprise Integration Patterns. Like the Spring Framework itself, it focuses on developer productivity, making it easier to build, test, and maintain enterprise integration solutions.

Sep 10, 2012

[NEWS] Spring Social Facebook 1.0.2 Released

The Spring team publishes today version 1.0.2 of Spring Social Facebook.
The team announcement is below

According to the official site of Spring(CLick Here):

SPRING SOCIAL FACEBOOK 1.0.2 RELEASED

Dear Spring Community,
We are pleased to announce the release of Spring Social Facebook 1.0.2!
This release primarily adjusts Spring Social Facebook's API binding to some recent and upcoming changes in the Facebook Graph API. Specifically:
  • The "picture" field of many objects in the Facebook's Graph API is changing from a simple string containing the URL to an object with additional information about the picture. Spring Social Facebook's API binding has been changed to handle either form and return the URL string.
  • The "likes" field of the Graph API's Comment object has been renamed to "like_count". Spring Social Facebook's API binding has been changed to bind to the new "like_count" field.
  • The picture property of Page, Post, and Video has been deprecated. While it will still return the URL string for a picture in 1.0.2, this property will be replaced in Spring Social Facebook 1.1.0 with one that returns an object with more complete metadata about the picture.
  • The position property of the Photo object has been deprecated, as this property will no longer be populated by the Facebook Graph API. This property will be removed in Spring Social Facebook 1.1.0.
To get the software, download the release distribution or simply add/update the maven artifacts to your project:
<dependency>
    <groupId>org.springframework.social</groupId>
    <artifactId>spring-social-facebook</artifactId>
    <version>1.0.2.RELEASE</version>
</dependency>
We are continuing to monitor any changes that Facebook may apply in their graph API and if an adjustment in Spring Social Facebook's API binding is required, will release followup maintenance releases with those adjustments. We are also looking ahead to the 1.1.0 release of Spring Social, Spring Social Twitter, and Spring Social Facebook with some exciting new features in the coming months. We invite you to participate in the discussion in theSpring Social forum, in the issue tracker (Core|Facebook|Twitter), or at GitHub (Core|Facebook|Twitter).
REFERENCE : 



Sep 9, 2012

Cloud IDE(Online IDE for Java)



www.cloud-ide.com now displays a Java doc tooltip on objects and methods !!

Will be available for everybody on Monday 10th إن شاء الله. Stay tuned!




eclipse online , netbeans online , ide java online 

May 17, 2012

Chat Sample with Spring MVC



Rossen StoyanchevMy last blog post was based on a Spring AMQP stocks sample that involved reacting to external events. This blog post continues that theme with a chat sample where the external events are not AMQP messages but rather HTTP POST requests. Later on I'll switch to a distributed chat where the events will be Redis notifications.
Chat is not a common requirement for web applications. However it is a "true" real-time requirement. It is more sensitive to time delays than email or status alerts and it is not that uncommon to chat in a browser with a friend, or with a colleague during a webinar, or with a live person on a shopping site. You can imagine other types of online collaboration.
The Sample
The spring-mvc-chat sample is available on Github with brief instructions on how to run it.
.............. MORE

News With Chrome & Phone




Update Your Chrome! »
Chrome now allows users to view open tabs on their phones! That’s right. You can now view your open tabs from Chrome on your desktop on your phone through Chrome Beta. All you need to do is update ... more



May 16, 2012

Android Design : Ready Custom Buttons , Icons...


REFERENCE





Downloads

Want everything? We've bundled all the downloads available on Android Design into a single ZIP file. You can also download individual files listed below.
You may use these materials without restriction in your apps and to develop your apps.

Stencils and Sources

Drag and drop your way to beautifully designed Ice Cream Sandwich apps. The stencils feature the rich typography, colors, interactive controls, and icons found throughout Android 4.0, along with phone and tablet outlines to frame your creations. Source files for icons and controls are also available.

Action Bar Icon Pack

Action bar icons are graphic buttons that represent the most important actions people can take within your app. More on Action Bar Iconography
The download package includes icons that are scaled for various screen densities and suitable for use with the Holo Light and Holo Dark themes. The package also includes unstyled icons that you can modify to match your theme, plus source files.

Style

Roboto

Ice Cream Sandwich introduced a new type family named Roboto, created specifically for the requirements of UI and high-resolution screens.
More on Roboto

Color

Blue is the standard accent color in Android's color palette. Each color has a corresponding darker shade that can be used as a complement when needed.
More on Color

Apr 14, 2012

Comment fonctioner ma clé 3g (Orange Tunisie) sous linux (Ubuntu)

How to activate my 3G key(Orange Tunisia) under Linux(Ubuntu)
Première Méthode :
1)Execute this Command :
gksu gedit /etc/usb-modeswitch.conf





then :
2)Save this text in the editor which is started after the command

########################################################
# Huawei E1752
#
# Contributor:


DefaultVendor=  0x12d1
DefaultProduct= 0x1446


TargetVendor= 0x12d1
TargetProdct= 0x1001


MessageEndpoint= 0x01


MessageContent= "55534243000000000000000000000011060000000000000000000000000000"


3)Click on network icon (l'icone réseau dans la barre d'outils) in tools bar

4)

5)


6)

7)


Si Cette Méthode ne marche pas , N'inquitez pas . 
Don't worry . 
Deuxième Méthode :



1) Download MoviStar 3.5G from this Link 

https://dl.dropbox.com/u/97534585/abdennour/toumi/soft/mv_start.zip

to get Password , do Request : 



2)Unzip File : 

2) Do the following Configuration for every file in MoviStar folder : 

3) Log as root on terminal and execute ./install file 

NOTE : You should Connect your 3G before  installing





Apr 9, 2012

JTxtIOEasy : API to manage Java OI Stream Easly

Peace Upon To You : 

many  applications require the manipulation of IO Stream,

finally, You will get rid of flow's problems,
With this product you can 
process files easly.

Indeed, the production of this َAPI has been started for 3 years. And every time I add featuresSo I think I suicite your curiosity ,
Soon there will be a tuto which contains an explanation of the main advantages of this API . 
The most important is to keep in mind the name of this product. JTxtIOEasy 






MongoDB Helper (Hibernate For MongoDB with Factory Pattern )

I finished today و الحمد للهthe first version of my FrameWork I called MongoDBFactoryHelper,
This framework respects the patterns deseigns Standards
 Explication and. Jar will be published tomorrow إن شاء الله

I leave you in suspense until tomorrow!
.......
Start By download the FrameWork form this link 

Apr 7, 2012

Google starts rolling out Android 4.0.4 update for multiple devices


Google has officially announced that it is now rolling out Android 4.0.4 update to multiple devices. These devices include Nexus S, Galaxy Nexus HSPA+ and Motorola Xoom Wi-Fi. These updates are only available in select countries right now, like Xoom Wi-Fi is only getting ICS in US. Other versions will get it on a later date.

Indian users will have to wait for the Android 4.0.4 update on their Nexus S smartphones. This update brings stability improvements, better camera performance, smoother screen rotation, improved phone number recognition and many more fixes.

Your device needs to be running on the stock build of Android 4.0.3 or Gingerbread (if you haven't received ICS update yet) to get this update. As the update is being released over-the-air, you will get a notification on your device to download and install it.


=================
SRC:Click Here