Connect with Peer Bloggers

Get your Bloggers ID and network with best bloggers around the world.

Asif Iqbal (Webwizo)

Find the web development solutions for creating a better website. HTML, CSS, ASP.NET, C Sharp, ActionScript, PHP MySql, SQL, jQuery, JavaScript, AJAX...
3

Create Database Class in PHP – Once and for all

Asif Iqbal (Webwizo) ― Here, I am giving you one more script. “MySQL Database Class” which you can incorporate in your all PHP project where you want to connect MySQL Database. Very short and basic structure to create database class. In the first step we will... (more)
Tags: Database, PHP, php
 Asif Iqbal ― Posted on Mar 17th, 2012
7

Read and Write cookie with HttpCookie in ASP.NET

Asif Iqbal (Webwizo) ― A very basic method of creating Cookie in ASP.NET with using HttpCookie. You can read briefly about Cookies at http://msdn.microsoft.com/en-us/library/aa289495(v=vs.71).aspx. I am creating a HTML Page with 3 Buttons to read, write and remove cookie.... (more)
 Asif Iqbal ― Posted on Nov 26th, 2011
9

How to: Delete all files from a particular folder using ASP.NET

Asif Iqbal (Webwizo) ― Delete all files method is being used when you store uploaded temporary files in specific folder and want to remove all now. Here I am showing very easy and little method which will definitely help you out. Delete All Files Method – C# public... (more)
Tags: ASP.NET, tips
 Asif Iqbal ― Posted on Oct 27th, 2011
5

Create SEO Friendly URL in ASP.NET

Asif Iqbal (Webwizo) ― Here is another version of SEO Friendly URL creation, I had posted already when I used to work in ASP Classic. Lets review short and simple method to create SEO Friendly URL in ASP.NET. C# Method/Function public string createSEOTitle(string m_strText... (more)
Tags: ASP.NET, seo, tips
 Asif Iqbal ― Posted on Sep 15th, 2011
20

Insert multiple uploaded files entry into database in PHP using Uploadify!

Asif Iqbal (Webwizo) ― Hello again! In the 2nd last tutorial I wrote about Upload Multiple Files in PHP with using Uploadify but as per viewers request I am going to tell you how to add uploaded file record into mysql database in PHP with using Uploadify. Beginning with... (more)
Tags: jQuery, PHP, ajax, jquery, php
 Asif Iqbal ― Posted on Sep 11th, 2011
6

Insert multiple uploaded files entry into database in PHP using Uploadify!

Asif Iqbal (Webwizo) ― Hello again! In the 2nd last tutorial I wrote about Upload Multiple Files in PHP with using Uploadify but as per viewers request I am going to tell you how to insert uploaded files entry into database. Beginning with MySQL Table Structure CREATE... (more)
Tags: jQuery, PHP, ajax, jquery, php
 Asif Iqbal ― Posted on Sep 9th, 2011
15

How to: Verify a .TEL Domain in Google Webmaster Tools?

Asif Iqbal (Webwizo) ― When I bought a domain http://webwizo.tel/ I had been trying to verify my domain ownership into Google Webmaster Tools since couple of days. But, suddenly I have found an article about verification process and I intend to share with you guys. Before... (more)
 Asif Iqbal ― Posted on Sep 2nd, 2011
3

Upload multiple files in PHP with Uploadify!

Asif Iqbal (Webwizo) ― Uploadify is a jQuery plugin that integrates a fully-customizable multiple file upload utility on your website. It uses a mixture of Javascript, ActionScript, and any server-side language to dynamically create an instance over any DOM element on a... (more)
 Asif Iqbal ― Posted on Jun 22nd, 2011
12

Check username availability in PHP with jQuery AJAX

Asif Iqbal (Webwizo) ― This is a small post for using jQuery AJAX method in PHP to check username availability, I am trying to clear your basic skill to use jQuery AJAX which is being very easy to use everywhere at the present time, while I know there is a lot of articles... (more)
 Asif Iqbal ― Posted on Jun 3rd, 2011
25

How to: Change apache friends XAMPP Port on Windows

Asif Iqbal (Webwizo) ― Sometimes we have to use IIS and XAMPP at same time in the running operating system. In the technical speaking IIS and Apache run at the same default port “80″. Therefore, we have to change default port either IIS or XAMPP, it depends on... (more)
 Asif Iqbal ― Posted on May 24th, 2011
56

Set up Virtual Hosts with XAMPP for Windows Users

Asif Iqbal (Webwizo) ― XAMPP virtual hosts setup is quite easy. There are some reasons to use virtual hosts. Although, your XAMPP works fine if you don’t configure virtual hosts. To use custom domain / virtual hosts, you must designate the IP address or (Port, if... (more)
 Asif Iqbal ― Posted on May 20th, 2011
3

Starting with the facebook application development process Part-1

Asif Iqbal (Webwizo) ― Lets start with the basic steps of Facebook Application Development. I will show you the complete process to develop a great Facebook app but there are some steps to register application at Facebook. Lets list some steps below to register first: Step... (more)
 Asif Iqbal ― Posted on May 16th, 2011
21

How to: Create snippet in Dreamweaver CS5

Asif Iqbal (Webwizo) ― Learn how to create a snippet in Adobe Dreamweaver CS5. You can create a snippet even you can set your own keyboard shortcut to save your time. (more)
 Asif Iqbal ― Posted on May 14th, 2011
10

Easiest way to check/uncheck all checkboxes in jQuery

Asif Iqbal (Webwizo) ― Hello, I am back with a new and easiest way to check/uncheck all checkboxes in jQuery. Before jQuery people used to write a long code for selecting checkboxes, but here is a short and memorable script. Javascript code before jQuery: <script type=... (more)
 Asif Iqbal ― Posted on May 12th, 2011
15

Alternate row color with jQuery odd and even selector

Asif Iqbal (Webwizo) ― Now I am going to show you how to use jQuery odd and even selector. I have a very basic example to describe odd/even selectors. Description: odd and even selectors are being used to select alternative elements. odd selects the second element, forth... (more)
 Asif Iqbal ― Posted on May 9th, 2011