PHP with IMAP on CentOS
I was playing with Drupal 6 and some UberCart ticket module when I came across an error message where Drupal […]
PHP with IMAP on CentOS Read Post »
I was playing with Drupal 6 and some UberCart ticket module when I came across an error message where Drupal […]
PHP with IMAP on CentOS Read Post »
I got this error when trying to change some configuration settings for my anti-virus (TrendMicro WFBS on Windows Server 2003)
Error writing the value’s new contents (Windows Registry Editor) Read Post »
Here is a function for getting the URL of the page being processed in PHP, the function accepts one optional
Get current URL in PHP Read Post »
Question When I start vsftpd on my CentOs machine I get this error: Starting vsftpd for vsftpd: 500 OOPS: unrecognised
vsftpd: 500 OOPS: unrecognised variable in config file Read Post »
There is the semicolon “;” that every one knows, and “g” which is just the same: mysql > SELECT *
MySQL statement terminators Read Post »
A lot of web hosts have limited or nonexistent support for PEAR, the pear command will throw errors on most
Install Symfony Without PEAR Read Post »
Today, whenever I used the built in Firefox search function and as soon as I typed the first letter of
Firefox crashes: How to detect bogus extensions Read Post »
How can I detect the current WordPress version? Log in to your admin Dashboard and scroll to the bottom of
Detect WordPress version Read Post »
The problem Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2516315 bytes) in /home/mydomain/public_html/blog/wp-includes/http.php on line
WordPress upgrade error (Allowed memory size of 33554432 bytes exhausted) Read Post »
After the release of Opera 10.5 Alpha, it’s now be possible to rotate elements, this new release includes support for
Opera: CSS rotation and other transformations Read Post »
Firefox creators made things really user friendly IMO You can clear Firefox cache by following these three steps: Press Ctrl+Shift+Del
Clear Firefox cache – the fastest way Read Post »
This is a small library I wrote for creating simple and complicated easing effects without using JQuery, MooTools or other
JavaScript Tween function Read Post »
This can be done with a few clicks from your WordPress blog control panel. So first login to your control
How can I set a WordPress page as my blog homepage Read Post »
The best you can do with built in JavaScript functions is to round a number to the nearest integer using
JavaScript round float to n decimal points Read Post »
Description You just upgraded WordPress and “My Category Order” (widget and functions) do not display any categories. I hate to
My category order not working after WordPress upgrade Read Post »
The JavaScript methods setAttribute and getAttribute are very handy when you are designing dynamic effects for your website, but those
setAttribute/getAttribute(“style”) crossbrowser alternative Read Post »
You can upgrade your linux system using the package manager APT which is available on debian based distributions: First we
How to upgrade Ubuntu from 8.10 to 9.04 using the command line and the Internet? Read Post »
The Problem Do you know a method in PHP to check the type of an uploaded file without relying on
How to check a file type efficiently in PHP? Read Post »