Here you can find lots of useful resource from lots of different sites.
http://www.ajaxline.com/10-best-jquery-sliders
http://visionwidget.com/inspiration/web/295-jquery-content-sliders.html
http://webdesignledger.com/tutorials/13-super-useful-jquery-content-slider-scripts-and-tutorials
http://vandelaydesign.com/blog/web-development/jquery-image-galleries/
http://www.queness.com/post/222/10-jquery-photo-gallery-and-slider-plugins
http://docs.jquery.com/UI/Slider
http://jqueryfordesigners.com/slider-gallery/
http://www.readactor.com/articles/nivo-a-new-jquery-image-slider/
http://www.developnew.com/resources/top-jquery-sliders-websites.php
http://blueprintds.com/2009/01/20/top-14-jquery-photo-slideshow-gallery-plugins/
Thursday, April 1, 2010
Wednesday, March 31, 2010
Convert All POST Variables into SESSION Variables
function POSTtoSESSION($POST)
{
foreach($_POST as $POST_KEY => $POST_VAL)
{
$_SESSION[$POST_KEY] = $POST_VAL;
}
}
?>
With little or no modification you can use this function to convert your BIG POST array into a SESSION arrya without any worry.
Labels:
php,
php function to make session,
post to session
Tuesday, March 30, 2010
How you can get a FREE Site from me ?
You want a normal 5-10 or 500 pages Website, but you can not afford BIG $$$.
I have a solution for you.
Send site details at phpin60seconds@gmail.com.
I will go through it and ome back to you within 1-2 working days.
You will not believe this thing. But, it's true.
You just need following things for your site.
1) Your Site Requirement.
2) Your own domain name and hosting provider where you will host the site.
If you do not want your site, but need a BLOG where you can POST your thoughts daily, then also I have a FREE solution.
You just need above shown things with you and I can give you your own personal BLOG.
I have a solution for you.
Send site details at phpin60seconds@gmail.com.
I will go through it and ome back to you within 1-2 working days.
You will not believe this thing. But, it's true.
You just need following things for your site.
1) Your Site Requirement.
2) Your own domain name and hosting provider where you will host the site.
If you do not want your site, but need a BLOG where you can POST your thoughts daily, then also I have a FREE solution.
You just need above shown things with you and I can give you your own personal BLOG.
Sunday, March 28, 2010
First Posting !
Hello World !
This is the FIRST text we programmers learn first when we start any language.
So, here at the start of this BLOG, I am saying hello to the world !
This is the FIRST text we programmers learn first when we start any language.
So, here at the start of this BLOG, I am saying hello to the world !
Subscribe to:
Posts (Atom)