Archive - June 2014

Designs

HTML-5 Website’s Worker for AJAX applications

Sometimes you have to load & process tons of data on client system however how you can do this without blocking of UI. JavaScript has a problem on browser that it runs on a thread. It means, 2 process or scripts can’t run at...

Designs

Speedy websites with Mod-pagespeed and Apache

Google’s Mod-Pagespeed module on Apache As you know about stack that it has different possible components, now you‘ve time to give look on specific parts, application servers and how to raise performance. There’re many...