How to use AdRotator in ASP.NET?

By | July 16, 2012

AdRotator is a control in asp.net which is concerned with advertisements, it basically displays a sequence of ad images. This control uses an XML file to store the ad information. The XML file must begin and end with an <Advertisements> tag. Inside the <Advertisements> tag there may be several <Ad> tags which defines each ad (we will… Read More »

How To Find Facebook ID

By | December 5, 2011

What is facebook ID? it’s a unique number identifying a facebook profile, facebook groups or fan pages. As you can see from other facebook profile, here’s an example for Facebook Bold Text profile URL : http://www.facebook.com/profile.php?id=139701732734451 See the url above, 139701732734451 is the facebook id. we will discuss about how to get the id. Below… Read More »

Custom Tag on Facebook

By | December 4, 2011

A couple months a go, facebook added a new function that enables users to tag their friends on their comment system (status update and wall comment). By default you can do that simply by typing @ and type any letter then list of your friends with that particular letter will show up. But how about… Read More »

D Programming Language

By | November 23, 2011

What is D? D is a general purpose systems and applications programming language. It is a high level language, but retains the ability to write high performance code and interface directly with the operating system API‘s and with hardware. D is well suited to writing medium to large scale million line programs with teams of… Read More »