iEntry 10th Anniversary Privacy

What this article will actually teach you Is how to develop a JavaScript gallery that is backed up by a PHP script – a very often used combination for when trying to build up a nice and useful gallery.

What is a thumbnail gallery?

Continue reading...

Popularity: 16% [?]

Comments (0) Posted by TheCredence on Wednesday, September 5th, 2007



I still remember one of the speeches Bill Gates gave some 4 years back in Bangalore, India about Microsoft's plans and on what technologies they are gong to focus on. Out of those 2-3 technologies which he had mentioned, one of them was XML (I forgot the other two :) ). I am not an XML developer(I even don't know if there is such term as XML developer exist) but here is my little effort to explain XML for advanced dummies. Of course everyone understand the basic structure of XML so I won't waste my time in telling all that. I am giving you some XML terms and links for them to help you dive into advanced XML.

XML, or the Extensible Markup Language, is used in web development because it is a general purpose markup language; it allows the users to define their own tags. A markup language combines text and extra information about the text.

Continue reading...

Popularity: 7% [?]

Comments (0) Posted by TheCredence on Thursday, August 30th, 2007


Huh.. What is cocoa?

First of all, if you stumbled on this article, you probably wondered what Cocoa is. Well, before anything, Cocoa is a object-oriented application environment. What is special about it is that it was designed especially for developing applications only for Mac OS X.

Tools for Cocoa

Continue reading...

Popularity: 4% [?]

Comments (0) Posted by TheCredence on Monday, August 27th, 2007


Though I have continuously said(or pretended!) that I am a PHP and Python developer, I do know a thing or two about Ruby too. I have never programmed in it as never got any real world requirement but anyway with my knowledge I can at least write an article on How to Install Ruby on Windows. :) The next paragraph has been taken from some random blogger who is a ruby programmer!

First of all, you need to know that Ruby is extensible, portable, straight-forward and simple, but what exactly is it? If you are interested in easy, quick and why not fun object-oriented programming, Ruby is the interpreted scripting language for you. It has a lot of features to do system management tasks – just like in PERL, but also to process text files. This gets even better – Ruby is totally free of charge, and you can use it, copy it and distribute it. Continue reading...

Popularity: 4% [?]

Comments (0) Posted by TheCredence on Monday, August 27th, 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...

Popularity: 17% [?]

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