Calendar
September 2010 M T W T F S S « May 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 -
Latest Wiki.
- fetch the records through ajax and jquery in json format using kohana
- Set user as idle in PHP using jquery
- What is XML-RPC?
- Empty image src can destroy your site
- High Performance Ajax Applications
- Performance Research, Part 3: When the Cookie Crumbles
- Best Practices for Speeding Up Your Web Site
- 15+ Tips to Speed Up Your Website, and Optimize Your Code!
- How to manage languages in kohana
- Define variable in Kohana using Config File
-
What people said about wiki?
- Joaquim Homrighausen on fetch the records through ajax and jquery in json format using kohana
- Milan Thakur on fetch the records through ajax and jquery in json format using kohana
- Aswini on 15+ Tips to Speed Up Your Website, and Optimize Your Code!
- Raj on fetch the records through ajax and jquery in json format using kohana
- Blogs on 100 Popular jQuery Examples, Plugins and Tutorials
JQuery Archive
-
fetch the records through ajax and jquery in json format using kohana
Posted on May 14, 2010 | 4 CommentsHI All, After spending lot’s of time, i got result in josn format in kohana. I want to fetch all records of last 3 minutes of comment table and it will display on my site after check is record already show on browser or not. As... -
Set user as idle in PHP using jquery
Posted on April 7, 2010 | No CommentsidleTimer = null; idleState = false; idleWait = 2000; (function ($) { $(document).ready(function () { $(‘*’).bind(‘mousemove keydown scroll’, function () { clearTimeout(idleTimer); ... -
Top 10 Jquery Examples with Live Demos
Posted on March 6, 2010 | No CommentsWhat is jquery? A example is more worth than 100 words how many lines of code you might need to achieve this? Please upgrade your browser Answer: Only four lines and that too without knowing any regular expressions….. Yes. Using a library called jquery and its validate... -
100 Popular jQuery Examples, Plugins and Tutorials
Posted on March 6, 2010 | 1 Comment1. jQuery Lavalamp Menu – It is the jQuery plugin that is based of Guillermo Rauch plugins for mootools and Ganesh Mawwaha’s jQuery 1.1.x plugins. Through the Sliding Doors CSS/Javascript method, you are able to... -
JQuery Tutorials and examples
Posted on March 6, 2010 | No CommentsLearn jQuery and master it in no time. Introduction to jQuery jQuery is great library for developing ajax based application. jQuery is great library for the JavaScript programmers, which simplifies the development of web 2.0 applications. Downloading ... -
50+ Amazing Jquery Examples- Part1
Posted on March 6, 2010 | No Comments/* */ if(window.OA_zones === undefined) { var OA_zones = []; } OA_zones['Content Ad'] = 11; /* // */ // OA_show('Content Ad'); // * This post is regularly updated. * Many of us have been using a good deal of... -
JQuery
Posted on March 6, 2010 | No CommentsjQuery is a lightweight cross-browser JavaScript library that emphasizes interaction between JavaScript and HTML. It was released in January 2006 at BarCamp NYC by John Resig. Used by over 27% of the 10,000 most visited websites, jQuery is the most popular JavaScript...