PHPMyAdmin Importing Large Data
From:  icpep.org
By Default phpmyadmin can import data on your mysql database up to 2MB of data and beyond that will be an error.  This has been a big problem  by most webmasters and sometimes this can be a barrier to stop improving the sites.  Before I kept on searching what to use to import a large [...] Read Full Story
Apache Allow htaccess
From:  icpep.org
Most web developers use a “third party” web server which comes in a package such as WAMP or XAMPP resulting to miss configuration of the web server to perform several capabilities.  One of which is allowing htaccess configuration to take over the webserver’s main configuration.  Even apache itself usage of htaccess is disabled by default [...] Read Full Story
Article Submission Websites
From:  icpep.org
Search Engine Optimization is one of the most difficult thing to do to get your site ranked in the top 3 search engines namely Google, Yahoo and MSN. Reaching the top is indeed a very big challenge for all web developers and internet marketers. One of the strategies being used is article submission. As [...] Read Full Story
Windows XP Partition Manager
From:  icpep.org
Partitioning your Hard Disk Drive (HDD) is also one of the most important thing to think of when we are having plans in reformatting a Hard Disk Drive.  Partitioning it to half ways is one of the best practices that technicians do, but for me I prefer splitting it in a way that I my [...] Read Full Story
PHP Curl
From:  icpep.org
If you are a web developer and having problems on Installing PHP Curl on Apache with PHP installed on Windows Operating System, below is my version of tonyspecer’s “cURL with PHP and Apache on Windows“.  The steps are simple and direct to the point. I have windows apache version 2.2.14 and PHP Version 5.2.10 installed [...] Read Full Story
PHPMailer
From:  icpep.org
Sending E-Mail with PHP can be simple, or it can be very complex depending on what you want to do.  PHPmailer is a free PHP software used for sending emails or should I say used for “spamming”.  Though the software has been provided for free, many developers has gone beyond its real purpose.  With a [...] Read Full Story
Sleep Machines
From:  icpep.org
How important is it to have a rest and have a good night sleep to consolidate everything?  Sleep is as important to the human body as food and water, but most of us don’t get enough sleep. Insufficient sleep or disruptions to the sleep–wake cycle  can cause fatigue. If you are having enough troubles in sleeping [...] Read Full Story
CPU Meter
From:  icpep.org
Of all the Computer Parts the Processor is the most expensive and the most important part.  It Plays a great role in processing all your needs.  Like in a human body it serves as the brain, everything that a computer does is being processed by the Processor or also known as the CPU or the [...] Read Full Story
Translation Services
From:  icpep.org
Google has provided web developers foreign language translation api. Web content translation is not a problem anymore, with google’s Google Translate, research from different countries is now made possible. This is a big help especially for researchers on the net, we can now easily understand web contents and even text from outside sources which also [...] Read Full Story
Code Igniter Query
From:  icpep.org
Code Igniter is one of the best frame available today.  It is free to download and user guide can be found together with the package. In Code Igniter the class that has the database queries or the methods that deals with getting the data on the database is placed inside the MODEL folder.  Just remember the [...] Read Full Story