|
|
|
|
|
Login to share your opinion Measuring Javascript Parse and LoadWire weight is easy to measure and has a direct impact on your application's launch time. But how many milliseconds does it take the user's… read more jQuery Plugin: JZ Publish/SubscribeThis plugin adds Publish/Subscribe capability to jQuery without going through bind/unbind/trigger, which are very slow in comparison. read more localStorage Script Caching with basket.jsDownloading JavaScript files halts rendering and downloading of other files, and therefore can add significant amounts of time to your website’s downloading speed. Adding your… read more JavaScript Mixins for Functional InheritanceMixins are a way to add the functionality of 1 or more objects to a new object, essentially creating a non-standard means of inheritance. This… read more JavaScript Design Patterns: Chain of ResponsibilityToday, we’ll be talking about the Chain of Responsibility Pattern. This pattern decouples the sender and receiver of a request. This is done with a… read more Server-Side JavaScript InjectionThis whitepaper is presented in support of the BlackHat USA 2011 talk, “Server-Side JavaScript Injection: Attacking NoSQL and Node.js”. Both this paper and theaccompanying talk… read more The art and craft of the async snippetIn this post I’ll examine the topic from the perspective of a third party – when you’re the third party, providing a snippet for other… read more DPC Radio: Profiling PHP ApplicationsThe web is full of useful advice focussed on pushing out the last bit of performance of your code. They mention trivial changes. like changing… read more Dependency Injection in PHPDependency Injection is not yet a widespread concept in PHP world. And here is going to introduce Dependency Injection by using PHP. And here is… read more Conditional load of jQueryjQuery is cool - everybody knows it. It's able to run together with MooTools (used by Joomla!) and even ProtoType (used by Magento) and is… read more Benchmarking pages behind a login with abTonight I decided to relax a bit and what better way of relaxing is there for a geek then to do some bash scripting?! So… read more 5 Apache Modules and PHP extension you must installApache web server and PHP scripting language domiated over 70% of all servers online. These two tools are essential on the operation of a World… read more 13 Top jQuery tips and tricks You should knowIn this article, I am going to introduce you 13 jQuery techniques which will enhance performance and some enhanced features. In guest some of those… read more Top 10+ PHP Best PracticesPHP is the most widely-used language for programming on the web. Here are fourteen best practices that every programmer should know and code according to… read more 8 essential checks on securing PHPObviously, PHP+ MySQL + Apache is a popular web technology.Its components are powerful, versatile and Free. However, the default settings ship with PHP is not… read more Server bandwidth saving using .htaccess in PhpThis trick is useful for who are paying for their server bandwidth. Tutorial: Deploying WordPress with CapistranoIn this post I'll try to give you an overview how to set it up and how to deploy WordPress applications (websites) in seconds. We'll… read more Speed up WordPress with Apache and VarnishThis helps because your web server may be a lumbering giant like Apache that is loaded up with extra functionality like PHP, the GD library,… read more How to speed up WordPress sites?As many of you already know about 2 years ago Google lunched a project called “Let’s make the web faster”. Today we will talk about… read more What I Love About PHPI would love to highlight why I love PHP and why I think others who aren't using it yet, should give it a try..... read more |