top 30 background and texture for your design and inspiration

4:57 AM

(0) Comments

hey all
i am collecting the best backgrounds and texture for you to use in your next design
lets div in guys

1- Brown textured paper

 Download

2- Purple waves background

 Download

fix indexOf in internet explorer

11:26 AM

(3) Comments

when you try to use indexOf javascript it will not work on ie
the perfect solution is to create simulated function if indexOf not exists

if(!Array.indexOf){
    Array.prototype.indexOf = function(obj){
        for(var i=0; i<this.length; i++){
            if(this[i]==obj){
                return i;
            }
        }
        return -1;
    }
}

eslam

,

node up a new podcast for NodJs

8:01 AM

(2) Comments


nodeJS the new technology that brings a new possibilities to javascript and server programming
if you want to keep up with the new of nodejs follow that podcast its a new podcast about node js http://nodeup.com/

eslam

,

[Humor] the structure chart of major tech companies

3:30 AM

(1) Comments

simple funny chart about the structure and organization of the major tech companies

eslam

wow slider another awesome jquery slider

11:15 AM

(3) Comments

hey guys

i was searching for a good transition for a header slider for my new project i tried all easying transition but i am not fuly satisfied because i was looking to blow the client mind :P
so i searched a little bit and found one that blow my mind :D
wow slider uses visual effects (Blast, Fly, Blinds, Squares, Slices, Basic, Fade, Ken Burns, Stack, Stack vertical and Basic linear) and enhanced with tons of professional made template

eslam

,

Mobile Web & HTML5 Performance Optimization

6:19 AM

(1) Comments

hi every body
i m getting to you awesome slides about mobile web specially html5 app optimization for mobile
we all know that mobile web is kinda slow comparing with other web targets , so your app needs to be highly optimized
in these slides Maximiliano Firtman talk about how to optimize html5 web app and why to do that
enjoy :)


eslam

,

build native iphone & android apps with javascript - introduction

1:40 PM

(0) Comments


hi all , sorry for not being posting for along time
but i was very busy , now i am back with a fantastic technology that makes code a native iphone or native android app with javascript possible
javascript is a handy language but its a client side language works only on browser or that we was thinking :) in the past few years javascript jumbed too much and entered many fields beside the normal browser thing , and we saw node.js and how to program a webserver in javascript and use websockets and we saw adobe air and how to use javascript to make desktop application .
now we continue by using javascript to make native app for smart mobile phones like iphone , android.
there is several liberaries can do that but one of them i liked too much , its a Titanium Appcelerator.
Titanium Appcelerator is a really amazing lib to make apps for mobile phone using javascript and access native features like phone book , GPS , gravity  and accelerometer
Titanium Appcelerator now has 1.5 million active developers and 21,7000 app and 20 million active user , yea thats is a really big stats
i will isA in the next posts show you how to download and install it and how to build your first app and we will go deep and dive a little into it and finally deploy your project and distribute it
so stay tunned