January 5, 2009 by naveedmazhar
If some problem arises any where around the globe then it is propagated that Muslims are behind that incident without any investigation. They are labelled as Terrorists.
I totally disagree with this. Muslims are not Terrorists but they are victim of terrorism. The real terrorists are Israel and USA (America). They feel good by killing innocent Muslims all over the world. No Muslim is involved in the destruction of World Trade Center but it was the plan of both USA and Israel governments to destroy the World Trade Center.
The purpose behind this was to attack Afghanistan and took control of it. Now Americans are killing the innocent people of Afghanistan daily by dropping bombs on them. They drop bombs on Marriage Ceremonies and after that they simply say that it was by mistake. After the invasion of Americans, the condition is becoming worse and worse.
Americans also invaded Iraq in order to take control of the natural resources such as OIL. The war is only for getting the oil.
Israel, “The No. 2 Terrorist“, is also killing the innocent Muslims in Palestine. America, “The No. 1 Terrorist” also supports Israel in this matter.
Now, these two terrorist countries should be stopped, in order to keep the peace. If not stopped then they will bite other countries like Mad Dogs. Now it is the time to take some real action against real terrorists (Israel and USA).
Tags: America, Bomb, Israel, Mad Dog, Real Terrorist, Terrorist, USA
Posted in Uncategorized | 3 Comments »
December 29, 2008 by naveedmazhar
You can find some great articles and tips about programming at the following sites:
Check out the above sites. You can get programming tutorials and tips about ASP.Net, AJAX, PHP, Databases, Search Engine Optimization (SEO), Etc.
I hope that you will get some great stuff from the above mentioned sites.
Tags: AJAX, ASP.Net, PHP, Programming Sites, Search Engine Optimization, SEO, Tips
Posted in Uncategorized | Leave a Comment »
January 10, 2008 by naveedmazhar
Today, what I am going to share with all of you is “How to install AJAX On Machines Running Visual Studio 2005“.
To proceed further, make sure that you must have:
- Visual Studio 2005 installed on your system
- AjaxControlToolkit.zip file
If you do not have the AjaxControlToolkit.zip then you can download it from here.
- ASP AJAX Extensions Setup
If you do not have the ASP AJAX Extensions Setup then you can download the setup named ASPAJAXExtSetup from here.
Follow the following steps to install AJAX:
- Unzip the AjaxControlToolkit.zip file.
- After unzipping the file, place the folder AjaxControlToolkit at “DRIVE:\Program Files ” where DRIVE can be C, D, E, etc. There will be a folder AjaxControlExtender under AjaxControlToolkit. In this folder, there will be file named AjaxControlExtender.vsi. Run this file.
- Run the setup of ASPAJAXExtSetup
Now AJAX has been installed on your system.
Now open up Visual Studio 2005 and create a New Website. While creating a website, you have to select ASP.Net AJAX-Enabled Web Site.
To make the AJAX controls available in the Toolbox of Visual Studio 2005, follow the following steps:
- Right click on Toolbox and click Add Tab, if you want to add AJAX Controls in separate tab. Otherwise click Choose Items and then click Browse.
- After then select “DRIVE:\Program Files\AjaxControlToolkit\SampleWebSite\Bin\AjaxControlToolkit.dll“. Now you will notice Accordion, AccordionPane and other AJAX Controls in the .Net Framework Components.
- Check those controls and click OK.
Now you can see the AJAX Controls in the Toolbox.
Happy coding.
Tags: AJAX, AjaxControlExtender.vsi, AjaxControlToolkit.zip, ASP AJAX Extensions Setup, ASPAJAXExtSetup, Visual Studio 2005
Posted in AJAX | 43 Comments »