Archive for June, 2010

Picture-121-300x157

Speed Up Your Pages With Lazy Load JQuery Plugin

I would like to introduce you this simple but very efficient plugin that will help us speed up the downloading time of our web pages. I am talking about mr Mika Tuupola’s Lazy Load JQuery Plugin.

This plugin loads the images of a web page as the user scrolls to their position, that is, images wont load until they are not within the visible viewport margins of the window.

How to use

First we need to insert the following references into our code


<!-- insert a reference to jquery and the jquery.lazyload plugin -->
<script src="jquery.js" type="text/javascript"></script>
<script src="jquery.lazyload.js" type="text/javascript"></script>

And now this few More >

Captura de pantalla 2010-06-03 a las 12.54.16

Zend Server CE Personal Experience

I would like to tell you all about my ‘incredible’ experience with one of the new Zend Tools called ‘Zend Server’.  The experience was ‘so great’ that it took me six days to recover my self, if I tell you the truth guys, I nearly got into depression.

Have you ever experience a series of ‘impossible things’ that happened one after the other without any comprehension? Well, that happens to me with Zend Server CE.

I am currently running a MacOSX Snow Leopard on a 17 inch MacBook Pro for the development of my projects and I have the built in Apache, More >