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
Speed up a website Archive
-
Empty image src can destroy your site
Posted on March 28, 2010 | No CommentsThis is a problem I’ve come across frequently, and since it has come up again recently, I thought I’d explore this issue in the hope that it will save others some trouble. There are so many problems that this one issue can lead to that... -
High Performance Ajax Applications
Posted on March 28, 2010 | No CommentsHigh Performance Ajax Applications View more presentations from julien.lecomte. -
Performance Research, Part 3: When the Cookie Crumbles
Posted on March 28, 2010 | No CommentsHTTP cookies are used for a variety of reasons such as authentication and personalization. Information about cookies is exchanged in the HTTP headers between web servers and browsers. This article discusses the impact of cookies on the overall user response time. HTTP Quick Review Cookies originate from... -
Best Practices for Speeding Up Your Web Site
Posted on March 28, 2010 | No CommentsMinimize HTTP Requests tag: content 80% of the end-user response time is spent on the front-end. Most of this time is tied up in downloading all the components in the page: images, stylesheets, scripts, Flash, etc. Reducing the number of components in turn reduces the number of... -
15+ Tips to Speed Up Your Website, and Optimize Your Code!
Posted on March 28, 2010 | 1 CommentOnce you’ve been coding for a while, you begin to take something for granted. You forget just how smart you really are. How many hundreds of keyboard shortcuts have we memorized? How many languages have we learned? How many frameworks? How many hacks? To say...