Entries published by Asif Iqbal
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 #1 – Create Application: login your Facebook account and open this URL to [...]
(Continue reading…)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.
(Continue reading…)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="text/javascript"> function checkAll() { var inputs = document.getElementsByTagName('input'); var checkboxes = []; for (var [...]
(Continue reading…)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 element and so on… (1, 3, 5 etc.) even always starts with [...]
(Continue reading…)At the present time people using jQuery everywhere. All effects are being presented by jQuery. Today I am going to show you a simple and basic login form in PHP and jQuery AJAX. I have divided login form in 3 steps. head, body and ajax response back. Ok, lets start with the first step, create [...]
(Continue reading…)At the present time, we look all around Twitter integration to register as a member. Today, I show you how to register an application to start using the Twitter API. Let me tell you the most important thing about this post. We are just registering an application in Twitter, not any sort of integration. Register your [...]
(Continue reading…)As we know the various websites like Facebook, LinkedIn, Google etc., are using Image Cropping tool when we add a new picture. I found many ways to do this work but recently I got Jcrop for image cropping. Jcrop is the quick and easy way to add image cropping functionality to your web application with [...]
(Continue reading…)As we know lots of basic things about the database and tables. Each row in the table is identified by an ID. This is the primary key for the table, so it must be unique for each row. You must obtain a new row with unique ID from the database. Here is the following helper [...]
(Continue reading…)Find the method of create SEO Friendly URL in ASP Classic. It is the easiest way to create friendly url.
(Continue reading…)Get the last identity value inserted into an @NEWID variable in the same scope by Data Access Layer (DAL) Class.
(Continue reading…)






