Welcome to TheCredence.com - You may like to subscribe to our RSS feed to stay updated.

FCKEditor is an opensource javascript based web form that can be really powerful when used in forms. It can allow users to create properly structured XHTML results in a simple, easy to use WYSWIG environment. Not to mention it’s insanely easy to use. Just go to there website and download the program. Then, in the page you want to use it just put this script at the top of the page:

<style type="text/css" media="all">@import "/themes/fckeditor_site/style.css";</style>

And this script in the page you want the form to be in:
<form action="/post/sampleposteddata.php" method="post" target="_blank">
<div><input type="hidden" id="FCKeditor1" name="FCKeditor1" value="" style="display:none" /><input type="hidden" id="FCKeditor1___Config" value="CustomConfigurationsPath=/fckeditor.config.js" style="display:none" /><iframe id="FCKeditor1___Frame" src="/fckeditor/editor/fckeditor.html?InstanceName=FCKeditor1&amp;Toolbar=Default" width="100%" height="200" frameborder="0" scrolling="no"></iframe></div> <br />
<input type="submit" value="Submit" />
</form>

Continue reading...

Comments (0) Posted by TheCredence on Thursday, July 26th, 2007


I have just posted an article on Hard Disk Maintenance and I think I will post couple of more articles on Maintenance series, May be one on Mobiles and on iPod too. :) So its the perfect time to bookmark the blog by clicking ctrl+D

Anyway nowdays on your PC, probably a printer will be one of the more costlier items(provided its a good printer) and they get damaged very easily. And the problem is, you only use them when you need them. So you will never know they are not working properly unless you need them urgently :) With proper maintenance and a few tips, you can significantly reduce problems and increase the life of your printer.

Continue reading...

Comments (1) Posted by TheCredence on Wednesday, July 25th, 2007


Let’s say you want to leverage the amazing RSS feed technology for your ezine, but you still want to somehow build a profit off of it.  This day in age, this is a simple thing to accomplish.  All you need is some PHP knowledge, some XML knowledge and a PayPal account.

Step 1: The Basic Idea
You want to build your RSS feed so that it only shows the first paragraph of the work, and then beneath it a link to allow people to pay to see the rest of the article’s content.

Continue reading...

Comments (0) Posted by TheCredence on Tuesday, July 24th, 2007


The hard disk is probably the most sensitive and weakest component of your computer. It’s also the most important(atleast for me, all my personal and financial info is in it) and if it crashes, you could lose important files, information and pictures and cause unrepairable damage to hard disk. Hard drives only last on average between three and five years. But by performing maintenance, you can significantly increase its life, probably past the point where it becomes obsolete.

The windows operating system has three built in function you can use to increase the life of your hard disk. Disk Defragmenter (defrag) is the most powerful program for routine maintenance. As you create, save and delete files, you leave blank spaces and bits of files or clusters on your hard disk. Defragging relocates files into an orderly structure, reducing the time it takes to process data and which reduces the stress on your hard disk. Another benefit of defragging is improved performance of your hard disk. Many computer professionals recommend defragging once a month.

Continue reading...

Comments (5) Posted by TheCredence on Tuesday, July 24th, 2007


Our website TheCredence.Com is running on wordpress and after creating many many sites on wordpress, I can safely say that Wordpress is a very versatile tool, and if you use it correctly (by knowing some basics of how links are generated by the Wordpress angine) you can create a simple, fast and east to use Content Management system. Now for CMS, I prefers to use Drupal which I feels is suitable for power users but this doesn't mean wordpress can not be used as a CMS. Infact with so many wordpress addons, wordpress can be easily converted into community driven portal or something of similar sort. So lets

First, go and download the latest version of Wordpress:
http://wordpress.com And follow the instructions on installing.

Continue reading...

Comments (2) Posted by TheCredence on Monday, July 23rd, 2007