Ultimate light box collection: choose the best for you.

Posted on November 5th, 2006 in Uncategorized by daya

Thickbox - jQuery powered, AJAX enabled, so it's lightweight and efficient. Allows images or html in lightbox. JS overhead, about 40k. (Now with a WordPress plugin, as well)

GreyBox - An iframe approach to creating popups on the screen, fo images, html or even a different url - about 20k of overhead.

GreyBox Redux - unobtrusive (no need to embed JS into your site) and even lighter weight than GreyBox.

Lightbox v2.0 - the original for images only. Uses prototype and sciptaculous libriaries so it's a bit code-heavy, but very nice for image use.

Lightbox with moo.fx - souped up with moo.fx transitions etc, still prototype based and only for images, however.

Lightbox Gone Wild - a lightbox variation as a modal window, so allows html, forms etc as well as images. Still uses prototype so again, a bit code-heavy.

Multi-faceted LIghtbox - prototyped based again, but offers a variety of options for different types of data that can be loaded in the lightbox.

Leightbox - very similar to Lightbox Gone Wild (prototype based, allows images, html etc) except that Leightbox keeps the lightbox content in the html, but hidden from view, so that it can be indexed by search engines.

xilinus - easy to use, prototype-based, easily customizable and allows for a variety of lightbox content options.

Lightbox Plus - original lightbox plus additional features allowing for expandable images and automatic image resizing based on window size.

Suckerfish Hover Lighbox - lightbox effect while keeping accessibility. Not classic lightbox-ish but a nice presentation, nonetheless.

Lightbox Plugin for WordPress or Lightbox Plugin for WordPress or the GreyBox Plugin for WordPress

Litebox - a code-reduced version of Lightbox, uses the moo.fx library and prototype-lite. A good choice if page weight is a concern.

LITBox - a lightbox written in to a class, so it is possible to open multiple instances of the lightbox and control each separately. Based on Thickbox.

Popularity: 1% [?]

Tools to optimize your Website

Posted on November 5th, 2006 in General by daya

 

Best tools to optimize your Website are follows, use them so that you could speed up your Website loading time.

HTML Optimization Summary of chapter on optimizing HTML from Speed Up Your Site: Web Site Optimization.
HTML Tidy Created by HTML author Dave Raggett, HTML Tidy is an open source XHTML cleaner that also removes whitespace, and closes orphaned tags.
Insider Software Makers of SiteSqueeze, a web page optimizer that removes superfluous information from textual data and images.
Use HTTP Compression Shows the benefits of using HTTP compression on your web pages. Another Speed Tweak of the Week.
w3compiler Web site optimization software from Port80 Software optimizes HTML, JavaScript.

Popularity: 2% [?]

Fast loading Site? speed up your Website!

Posted on November 5th, 2006 in General by daya

 

Formatting Tips To Speed up Your Website

While more and more people are getting access to high speed Internet, there are many left on dial up. Be kind to those visitors and do a few, simple things to speed up your webpages. Not only will these tips give you a faster load time, most will also help keep your bandwidth fees low as well!

Use CSS For Faster Pages

Even if you decide to use tables, CSS can greatly improve your web sites load time! With your styles in an external .css file, the browser can cache all the formatting and stylizing for your pages instead of having to read each and every single tag all over again. Also it cuts down on long drawn out tags and replaces them with smaller class styles instead.

Use External Scripts

Use the same script on multiple pages? Switch to an external script. I’m not talking about remotely hosted, I mean loading javascript files from one source instead of adding all that code to each of your pages like this:
<script type="text/javascript" src="yourscript.js"></script>
That way the browser already has it in it’s cache and won’t have to read it each time another page loads. This one saves a ton of load time, specially for larger scripts!

Remove Anything You Don’t Really Need

OK, while this might sound obvious sometimes the hardest thing about creating a website is not using every fancy trick that you know. Images, flash and sometimes even sound files are very impressive.. but do you really need to showcase all your talents one one page?

Embedded sound files are something many people just find annoying anyway. You’d be surprised how many are surfing at work ;-). The last thing anyone wants is a loud music or sounds announcing to their boss that they’re surfing. Also many people have their own music playing… hearing a song over top of what we’re listening to is less than pleasant. As for Java applets, try to ditch them or if you want those effects, JavaScript unusually loads faster and can do just as much or more. Stand back and take a critical look at your website, you may see a few special effects that can be let go of for the sake of faster load time.

Avoid Nested Tables

OK, I’m not a big fan of using tables for layout anyway (I’m one of those people that believes content and presentation should be separate.. but thats another tip page). With that said, if in your templates tables seem neccessary (or the easier way to do it), try to avoid nesting. Why? When you place a table inside another table, it takes a lot longer for the browser to work out the spacing since it has to wait to read the entire html and then work out the layout. If at all possible, try using CSS to create the columns on your page.

Avoid Full Page Tables for Faster Rendering

If you use tables, try avoiding the whole page being one big table. The browser won’t show anything until it’s read the whole thing that way. For a faster loading webpage, either try multiple tables (not nested) or having stuff above the main table to make your content in the first table show up faster. That way your visitors will have something to read while the rest of your page loads. It may not really make you page faster, but it will feel like it to your visitors.

Split Up Long Pages - Multiple Short Pages Load Faster

By splitting up long pages into multiple pages you not only make the content show up faster but many people that see a very long scroll bar give up. Remember, people’s attention spans are often shorter than a grasshoppers (OK, not literally, but you get my point) since so much information is available at our fingertips. Try breaking it up into more readable lengths.

Remove Excess "Whitespace"

Whitespace is the spaces between your coding, removing the unneeded tabs and spaces can help a lot! That can be done by hand or by using the HTML Page Squisher. Doing this will take a lot of extra bytes off the total size of your page and will speed up load time quite a bit. (Careful using the squisher, I find it squishes too much and makes it rather hard to edit later.)

Keep Your Code Clean

If you do use a wysiwyg editor, most times the will add useless code to your pages for example, many will leave empty tags (ie. <font> </font>). Removing any of those excess tags will not only speed up your load time, but make you pages validate a lot cleaner.

Speed up Images Load Time

Don’t Go Overboard On Images

While images can greatly enhance the look of a site they can really slow it down if there are too many. Try to decide if all your images are really needed (quite a few nice effects can be done with css, so sometimes images are unneeded.)

Height And Width Tags

When the page loads and the image size is already defined (ie. you’ve used the height and width tags), the browser knows where everything will be before the images are loaded. Otherwise the page has to wait and load the images before the text. Same goes for tables, so try to use width tags when possible on those as well for a speedier page.

Faster Images? Reduce Their File Size

There are many totally free, online image optimizers so you don’t even have to install anything and it’s extremely easy! Online Image Optimizer will greatly reduce the file size of your gif, jpg, or pngs and neither you or your visitors will be able to see the difference other than a page that loads a heck of a lot faster. They also keep the transparency and animations in gifs! For another JPEG reduction, try JPEG Wizard, also free, this one will only work with pictures in your hard drive not ones from the net. You can also choose some simple effects to be done (flip, mirror and rotate).

GIF vs JPG vs PNG

New sites designed are tend to go for optimized pngs. They have lossless compression (unlike jpgs and can be used without worry (gifs have the potential to have copyright issues) and load fast! With all that said, if you still want to use gifs and jpgs, here’s a bit of fast info… If you don’t need sharp resolution, choose GIFs over JPEGs, as GIFs generally load quicker. JPGs are generally best for photos, GIFs for anything else.

Popularity: 2% [?]

Amazing Java engine fire-works II

Posted on November 5th, 2006 in General by Shirish

With Grey box effect we bring you firefox, hope you will enjoy. 

 

Click here view fireworks

Popularity: 2% [?]

New yahoo messenger chat in Hindi & Tamil

Posted on November 5th, 2006 in General by daya

New yahoo messenger, again a beta release with the version 8.1, has many feature, what everyone looking for, and it is plugin ready. The new messenger allows you chat with many Indian languages, including Hindi, Tamil, Kannada and many other Indian languages, the version of the messenger also includes many Indian language audible, where you can amuse your chat friends and make theme laugh.

You download the latest version of yahoo messenger from here. To chat in other languages you need add the latest language plugins to yahoo messenger, once you downloaded and installed yahoo messenger, download this two plugins, to chat with any Indian language you like.

Language plugin 1 for yahoo messenger

India-chat is a messenger chat plugin that lets you converse in Hindi, Tamil and Kannada. We’ll add more Indian languages soon. How to use: 1. INSTALL it by clicking “Get it now!” above. 2. OPEN a chat window with your buddy. 3. CLICK on the following menu items: “Actions - Choose plugin”. 4. SELECT the “Myplugins tab”. 5. CLICK on the “start” button next to “India-chat” plugin and voila! Once started, just type in the phonetic spelling and the plugin automatically converts it into the equivalent Unicode in the chosen language. It also gives dynamic suggestions on what can you type next. You are encouraged invite your buddy on the other side to install it. You can even search for Indian language text that you’ve typed by clicking on the “search” button

Language plugin 2 for yahoo messenger

Jhol is a messenger plugin which lets you chat in Indian Languages, such as Hindi, Marathi, Sanskrit, Kannada, Telugu etc.

Out of these two plugins, even then I like the both, the second, ads charm as its developed by Grish Davi, an IIT Student.

Popularity: 5% [?]

Next Page »