1. make sure the email you send out have the header "Return-Path: detect-bounce@example.com\r\n", & "Return-Receipt-To: bounce@example.com\r\n" 2. setup this detect-bounce mail account at your mail server
I have this scenario where MySQL LIMIT syntax is very slow for table having 30 million records. Solution Instead of using MySQL LIMIT you may use WHERE and BETWEEN which works pretty fast.
In general you should only add indexes to match the queries your application uses, any extra will waste resources. In an application with very small tables, indexes will not make much difference but as soon as your tables are larger than your buffer sizes the indexes will start to speed things up dramatically.
Overview Hudson is a Continuous Integration (CI) server which polls a version control repository and runs an automated build soon after a change is detected in the version control repository. Hudson organizes CI jobs into projects . Each project has its own build script and its build results are stored within Hudson's work area.
mod_pagespeed is an open-source Apache module that automatically optimizes web pages and resources on them. It does this by rewriting the resources using filters that implement web performance best practices. Webmasters and web developers can use mod_pagespeed to improve the performance of their web pages when serving content with the Apache HTTP Server. mod_pagespeed includes several filter that optimize JavaScript, HTML and CSS stylesheets. It also includes filters for optimizing JPEG and PNG images. The filters are based on a set of best practices known to enhance web page performance. Webmasters who set up mod_pagespeed in addition to configuring proper caching and compression on their Apache distribution should expect to see an improvement in the loading time of the pages on their websites.
The new Beta build of NetBeans IDE 7.0 introduces language support for JDK7, enhanced integration with the Oracle WebLogic server, support for Oracle Database, GlassFish 3.1, Maven 3, HTML5 editing, and more. The NetBeans team is pleased to announce the availability of NetBeans IDE 7.0 Beta.
Enhance your site performance with these common practices derived from the web. See what are applicable to you and gain from the benefits. Use mod_pagespeed Use mod_expires Use mod_deflate Avoid .htaccess PHP ob_gzhandler Use CSS Sprites Combine and Minify Compress Components
Combine, Minify, Cache CSS and Javascript Files This tutorial will teach us how to combine and minify CSS and javascript files using [http://code.google.com/p/minify/ Minify] thus will help your site regain high performance result and pass the tests of Yahoo!'s YSLow, Google's Page Speed, or AOL's WebPagetest.
I have a scenario wherein after upgrading PHPUnit 3.4.11 to version 3.5.3, an existing bootstrap file for phpunit suddenly encountered an error complaining about class was not found. It seems PHP __autoload is not working.
This is applicable to those people who do most of their works on CLI. But how about if a certain task requires that your server has a running X windows which is frequently not available on most linux-based servers? The answer is a virtual X server together with VNC. We'll not tackle what is X server nor what is VNC, instead you may use the power of Google or just visit Wikipedia.
Dealing with copying file and modify it's content replacing strings over and over again? Some of us uses the approach of editing files using vim then executes find and replace command.
My primary objective is to resurrect my old laptop (Toshiba 1065cds) using SliTaz , an open source free operating system, and have an internet connection using Sun Broadband post-paid plan. Installing SliTaz is very easy, because it is very small, light and easy to use. But now the challenge begins, how will I able to make the modem work on my newly resurrected laptop? I've been looking over the net for 3 days and yet no solution. Not until I read efrenefren's post. Thanks man!!!
Flash cookie bug can be solved by creating `.htaccess` for `uploadify.php`. .htaccess removes any authentication of uploadify.php and prevents firefox from crashing. First, create .htaccess file within the same folder with uploadify.php.
I was having an issue starting up my Ubuntu (installed on a VMware) on a command line instead of it's default Desktop. After some googling, I was able to solve my problem with these simple steps on how to disable startx. First it is important you create a backup copy of your file.
This a tutorial about front-end unit testing using Selenium Remote Control and Firefox on a headless Linux server. Requirements Selenium Remote Control Firefox Xvfb (X Windows Virtual Frame Buffer) PHPUnit
http://docs.google.com/present/view?id=dfc724c8_4cmdtpqhs Configuring phpUnderControl This an overview of configuring phpUnderControl. This includes adding projects using phpUnderControl's command line, enabling PHP Mess Detector, enabling Artifacts, and adding new tab on phpUnderControl's menu.
Cron automatically switches project's working directory into the latest tag or branch based on which of them has the latest revision number. Project's SVN log were constantly checked by CruiseControl and once detected build process will start.