Getting Facebook Cover Page Image using jQuery

Getting Facebook Cover-Page using jQuery

Today I am going to tell how to get facebook cover page image using jQuery code. By using FB username, You will get user’s cover page image easily with jQuery Ajax jQuery.getJSON() This method will Load JSON-encoded data from the server using a GET HTTP request. jQuery Code to fetch Facebook … Read more

Creating Digital Clock using jQuery & CSS3

Digital Clock using jQuery & CSS3

I found this article at http://tutorialzine.com , So I would like to share this tutorial to my readers.. The clock doesn’t need a lot of HTML. This is because a large part of it, like the names of the weekdays and the code for the digits, is generated dynamically. Here is the … Read more

Simple Image Gallery with jQuery

Image Gallery with jQuery

This Tutorial is focused on creating simple image gallery with 3 lines of jQuery & little css code to create fade effects. jQuery Code Explanation The above is used to Setting class “current” to the thumbnail that was clicked. The above line is used to get the “src” attribute of the … Read more

Gmail Style Message Inbox Design with jQuery & CSS

Gmail Style Message Inbox with Jquery & CSS

Today I am going to tell how to create Gmail Style Message Inbox Design with jQuery & CSS.  From this design you can able to Add Star / Unstar Messages Delete Single Message Delete Multiple Messages Mark as Read Mark as Unread This tutorial will bring you exactly look like … Read more

Metro Style Message Boxes using CSS3

Message Boxes using CSS3

Now a days Windows metro style design is very popular among web designers. So I am very glad to share a simple css3 code to display metro style message boxes. I have used little jQuery code to close the message boxes as well. I hope you will like this. CSS3 … Read more

Identifying Browser Window Screen Size & Name with JQuery

Finding Screen Size with Jquery

Simple function will tell you how to identify your browser screen size & name using jQuery. This function is very useful to build responsive layouts for web designers. Check out my previous post about Responsive Design – display different contents for the different devices with CSS Jquery Code Please don’t forget to share … Read more

Facebook Wall Script 3.0 – Timeline, Oauth, Location Sharing, Smileys, Like Button, Image Upload, Video Sharing & many more

Facebook Timeline Wall Script

Today I am releasing new Facebook Wall Script 3 with more powerful features like Facebook Oauth Login, Profile Picture, Cover Page, & User can able to share their locations etc. Updated Post – Facebook Wall Script 4.0 with PHP Codeigniter MVC Framework – http://w3lessons.info/2013/09/24/facebook-wall-script-4-0-with-php-codeigniter-mvc-framework/ Facebook Wall Script 3 Video Demo Facebook … Read more