image photo scroller slider for your mobile web application
1:59 AM
my co-worker was developing a mobile web version for the company website and we searched alot for an image slider optimized for mobile phone and touch events
and here is the revised list for what we have found
have fun with programming
Sequence JS
sequence is a creative content slider , its not really for mobile but it uses css3 and responsive design techniques so it will display correctly in tablets and big screen mobile , it will display in other mobiles but it will not be effective
eslam
android, iphone, javascript, jquery, jquery plugins, mobile, mobile web, scroller, slider, touch
top 30 background and texture for your design and inspiration
4:57 AM
hey all
i am collecting the best backgrounds and texture for you to use in your next design
lets div in guys
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
eslam
fix indexOf in internet explorer
11:26 AM
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
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;
}
}
node up a new podcast for NodJs
8:01 AM
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/
wow slider another awesome jquery slider
11:15 AM
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
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
