Mod Security Open source Web Application Firewall

What is mod security (mod_security)? ModSecurity is an embeddable web application firewall. It provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring and real-time analysis with no changes to existing infrastructure. It is also an open source project that aims to make the web application firewall technology available …

Read More

Email Marketing Script + Desktop Sender

We have developed the clone of aweber.com with a few features of icontact.com and mailchimp.com integrated. Currently supported features: – Multi featured sign up steps – Supported sign up plans 1. free user, 2. pay as you go user 3. pay monthly users. – paypal website payment pro for payments. can implement any other merchant …

Read More

Fiverr.com Clone – Ask for Quote

We have recently seen the huge rise in the need of groupon.com clone since last 3 months. We already had a few dozen inquiries of building groupon.com alike website. The similar trend seems to be arrived for fiverr.com clone as well. We are currently developing the well documented and well tested modules for implementing fiverr.com …

Read More

How to do print screen in Mac OS X

Yesterday, i wanted to do a print screen in Mac OS X but there is not print screen button in Mac keyboard :p This is the first time i use Mac machine. So i ask one of my friend to teach me how to do screen capture in Mac OS X. There are few ways …

Read More

How to Clear DNS Cache in Mac OSX Leopard

DNS request are usually cache, that’s good as it speeds up the lookups within the same host but sometimes we will want to clear the cache so it don’t hold the values that are no longer valid. To do that in Mac (OS Tiger and below) we used the following command: lookupd -flushcache However a …

Read More

Turn on MySQL query cache to speed up query performance?

Many times developers looking for ways to speed up query, in mysql we can enable query cache to speed up query performance. Whenever query cache is enable, it will cache the query in memory and boost query performance. As we know, speed is always the most important element in developing a website especially for those …

Read More