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

After searching a lot for a free wordpress newsletter plugin, I found this service Feed Blitz which is used by many bloggers to implement newsletter functionality. Though there is a very powerful wordpress newsletter plugin from Shift This, it costs $20 for one more domain so if you have no intentions to spend $$$, than Do give a try to feed blitz. Though I have registered to it, I have yet to test it on my site.

Comments (0) Posted by TheCredence on Sunday, August 26th, 2007


After the previous article (which I just published 5 minutes back) on PHP Reflection API and how can we use it to reverse engineer scripts Let me put another semi-advanced article on .

Though PHP is a web language and is mainly used to serve/deal web pages but there are numerous other possibilities that can be achieved with php. Web Bots or spiders are for many purposes. PHP is also not the most popular language for developing one. Usually a bots task involves accessing web pages and fetching information. This is something that can be achieved easily with php. Today we will learn how to do this; that means, accessing a page and fetching info from it. Continue reading...

Comments (5) Posted by TheCredence on Saturday, August 25th, 2007


Edit - As usual putting php code in the blog is giving me formatting problems so I am using "----" to separate the code from regular text :)

Reflection is term used in the world of programming to refer to a technology that lets you use your code as a data and actually do logic with it. In compiled languages like C++ or C#, it is a necessity to execute custom code. In dynamic languages like PHP it is usually possible to execute custom code without the help of any refection. For example,

Continue reading...

Comments (1) Posted by TheCredence on Saturday, August 25th, 2007


Text Link ads is a program where webmasters can sell ad space of there website to various other website owners. If you have a good website with decent traffic and a PR4 page rank page than you can easily get into there program. TLA is a good way of making easy money from your site without putting any effort.

Continue reading...

Comments (0) Posted by TheCredence on Saturday, August 25th, 2007


This is the second article on semi advanced PHP (as far as i am concerned, I am still learning after all). You can read my previous article on creating RSS Feeds in PHP as well. Anyway this article is about Soap and how can we use it in PHP.

XML web services have become a common option among big websites these days. XML Web Services is a technology that allows for the exposure and consumption of functionality (typically in the form of function calls and replies) over HTTP, independent of platform, language, or network. There are many web services for many purposes ranging from getting weather reports to payment and shipping services. There are many ways to handle web services; but among them SOAP or Simple Object Access Protocol is most popular for advanced features. Continue reading...

Comments (0) Posted by TheCredence on Friday, August 24th, 2007