To all wordpress users out there, if you have noticed in your Wordpress dashboard, you can see the option to upgrade to the latest wordpress version 2.9.2. Before you upgrade , this is the vulnerabilities from the previous version from 2.9.x up...
Though this is a simple script, it helped a lot in my current application specially in manipulating string variables in coldfusion, used to emove all whitespaces from a string variable in a simple...
Setting up campaigns is one of the main features for the Sugarcrm, though there are few tutorials on the net regarding campaigns, the first step is setting up the email configuration, I will show the basics for setting up the email configuration for the...
I have been looking for an email client that can handle various emails as well as to organize them, as I research the web I narrowed my choices into two, that is the Microsoft Mozilla Outlook and the Microsoft Outlook.I have used Microsoft Outlook at look...
I am currently doing some installation in my PC (due to unfortunate circumstances(Disk failure)). Currently installing cfeclipse perspective which is used in developing coldfusion projects/files.Install Eclipse HereHere are the steps.1. Open eclipse,...
This is the reversal part of my previous postConvert string to special characters you want using replace() function in javascript. Useful when converting characters to be saved in the database or passed as a parameter in a url.function...
Recently, I have been searching all over the web about web hosting companies. Since my blog has been around for more than a year now, and I have purchased a domain for it. I think it is time for me to move to hosting my own site, I have been using free...
Convert special characters to any string you want using replace() function in javascript. Useful when converting characters to be saved in the database or passed as a parameter in a url.function convertSC(oldstring){ newstring = oldstring.replace(/\"/g,...
It has been a long time since I started blogging the net, though I have more than one blogs to maintain, it is not that easy since I have limited control over my files and even the layouts. Though most free blog provider does an excellent job in providing...