
Search In
How to insert value in an auto incremented column in SQL
Sometimes we have situation to insert value in an auto incremented column. Let's discuss this with a simple example.
Example
1) Here is my table structure.
CREATE TABLE Student(
Id INT
Hello All !!!
I have got so many queries regarding GIF animation file.
question is "How to create a Good quality Animated GIF file ?"
Here is the answer ...
I have a flying girl animation in flash.
Flash do provides an option
Hi Guys!!
As a graphic designer i know that while working on a project in Illustrator, sometime you definitely want to use the same colors which you are already using but in different tones (as per requirements ) for different objects or illustratio
This blog is about how to update android notification and how to use Expanded and Big notification.
For Big style Notification you can check my previous blog which is:-
http://findnerd.com/account#url=/list/publish/Big-View-Notification-And
Hello everyone , Today in my blog with the help of an example i.e cake form I have illustrated the use of array, if and else statement and JavaScript functions .
Basically the form helps in calculating the price of the cake depending on the
With the help of javascript i have created set Cookie() function. In the below code I have store all the values in the single cookie. By using this function many cookies will store at a time.
<script type="text/javascript">
var today = new D
If you want to promote the page in OpenERP (Odoo) follow the below mentioned steps: -
Step-1 Go to website menu and clik it.
Step-2 Go to promote page and click it.
Step-3 Define Keywords->Add keyword->Reference Your Page->Title->Desc
With the help of javascript, I have created deleteCookie() function. In the code given below, I have stored all the values in a single cookie and then used deleteCookie() function for deleting the cookie. When the cookie session expires, previous coo
In collection, there would be many situations where we need to retrieve the collection elements. Example, we need to show each element. For these situations Iterator is the best solution.
How it implements :-
First iterator comes to start point of
Generally we add layout from xml but sometimes we need to add layout using java. Here I am adding linear layout from java file. I am creating LinearLayout class which is provided by Android and add params on it. We have methods to set orientation, gr
