Welcome to TheCredence.com - You may like to subscribe to our RSS feed to stay updated.
So, you want to make your own CMS, but don’t know where to start? We can show you how to set one up with some freely available Open Source Tools and with very little code you would have to write.
First, download these open source tools and install them on your webhost(you can also install them on your local machine using XAMPP):
http://www.fckeditor.net/
http://www.tinybutstrong.com/
Continue reading...
Popularity: 2% [?]
Posted by TheCredence on Thursday, August 2nd, 2007
One of the best things about PHP is that anything can be a variable, and that these variables do not have strong typing. What this means is that you don’t have to declare what a variable is when you create it- and you can put anything inside of it. ANYTHING. Objects. Functions. You name it.
The reason why this is so powerful is because you can create truly dynamic objects for coders to overload. The real benefit in this is in the field of AI (artificial intelligence) and GUI programming. With GUI programming you can make a button class, or a form class than simply have the user swap in and out functions in order to change functionality. As long as the functions have the same arguments, you will have complete interoperability with little work.
Continue reading...
Popularity: 3% [?]
Posted by TheCredence on Thursday, August 2nd, 2007
JPGraph is a powerful library for building graphs using ImageMagick. It can render some amazing results with very little coding at all. You can grab it here:
http://www.aditus.nu/jpgraph/
This is How the Graphs looks like -

Continue reading...
Popularity: 3% [?]
Posted by TheCredence on Thursday, August 2nd, 2007
I am just writing a Complete article on Forex HowTo which will help people who want to understand it and how they can do Forex trading but for that you have to wait atleast for 3-4 days as I am still working on it. In the meantime, I had compiled a list of some of the Best Forex Trading Softwares by searching reviews at download.com as well from various other sources. Please note that I can not take any responsibility in terms of performance of these softwares neither am I recommending them. I am just providing some links for you to look at
4X Made Easy - 4X Made Easy is a trading platform with a nice and user-friendly interface. You may quickly examine the trend of up to 17 currency pairs based supply and demand.
Continue reading...
Popularity: 3% [?]
Posted by TheCredence on Thursday, August 2nd, 2007
Right from the start of this blog I was looking for some wordpress plugin which properly indent, highlight and format any programming code in wordpress and display it with proper syntax highlighting. And eventually I am able to find the magic plugin - it is CodeHighlighter Plugin. Just download it, upload it in your plugin folder and enable it. You can see examples of how to use it for different languages like C++, PHP, Perl, Ruby, Java, Python, CSS and HTML on this Page.
With this plugin, I am also able to convert my ugly wxWidget tutorial page to much more good looking
Popularity: 5% [?]
Posted by TheCredence on Wednesday, August 1st, 2007