
Search In
How to add class or other attribute on first and last child of a element
here is ul have five li and i want to add class on first and last li
<ul id="parentElement">
<li>First</li>
<li>Second</li>
<li>Third</l
Generalized code for Login/Register/Forgot password using ASIFormDataRequest. Customize UI as needed.
How to use :
1. Either rename the project and start with development OR add AddedViewControllers, Utils and ASIHTTPRequest folders to your project
Sometimes we require to print more than one copies of any report for example an invoice which may have two or three copies, one for customer, one for salesman and one for Accounts department or a payment voucher to be printed twice.
I got the same
We can easily fetch controls of master page on child page.
Consider the following example:-
In online shopping site you need to add or remove items which shows on master page based on added items in cart page (Cart page is a child page).
Following
A company which is using OpenERP for their sales operations may face the problem of loading sales module quite slow. It can be difficult to handle a situation where there can be many sales counters, the customer and salesman waiting for more than a m
Most of the Apps or Games required Login scene.
Login in any App or Game should be secure from the hackers.
Today I am going to show how you can use Login in Unity3D.
It is secure and very fast process for the login.
private string url = "www.mys
Most of the apps or games allowed to the user to upload his screen shorts on the server for latter user.
Today I am going to show how to upload screen shot to server in Unity3D.
private string url = "www.mysiteURL";
Texture2D screenShot = Appl
To make file access by permission in drupal 7, use 'private_files_download_permission' module. This module provide features to drupal developers to download files by specific roles. For example:- In my requirement,there are multiple resume in a folde
Hello Everyone, In this article I am sharing how to display Month Name for corresponding number such as if we have month coming in number from server say(1,2...so on) and we want to display January in place of 1, February in place of 2 and so on by a
Introduction of LINQ:
Abbreviated for Language-Integrated Query (LINQ). It was introduced in Visual Studio 2008 and .NET Framework version 3.5. The main concept behind it was to fill the gap between world of objects and the world of data. LINQ makes
