[ Add new entry ]
« 1 2 ... 8 9 10 11 12 13 14 »

Many times we have to add an image slider or banner on the home page of a website.  This usually contains a set of rotating imgaes containing links to most important contents of your website.

So an image slider gives an attractive look to your website and exhibites a nice presentation of your contents.


Here we will learn to create a basic image slider using HTML and Javascipt. We will just put a set of images and then we will give it animation.

There will be two button that can be used to move the picture slider left and right.


In the Body tag we will put below code that is simply adding a set of images. Also, it will add two picture buttons that can be used to move printers left and right.

... Read more »

Category: Technical Solution | Views: 1451 | Added by: shanky | Date: 2014-03-31 | Comments (0)

 

useradd - This command is used to create a new ... Read more »

Category: Open System-Linux | Views: 2261 | Added by: Piyu | Date: 2014-03-25 | Comments (0)

awk - A command for pattern scanning and processing of a large file
 
  1. The awk utility shall execute programs written in the awk programming language, which is specialized for textual data manipulation.
  2. An awk program is a sequence of patterns and corresponding actions. When input is read that matches a pattern, the action associated with that pattern is carried out.
  3. The awk utility shall interpret each input record as a sequence of fields where, by default, a field is a string of non- s. This default white-space field delimiter can be changed by usi ... Read more »
Category: Open System-Linux | Views: 4274 | Added by: shanky | Date: 2014-03-17 | Comments (2)

crontab - A command to manage crontab files for each users and schedule commands ans other scripts.
Format:
crontab [-u user] file
crontab [-u user] [-l | -r | -e]

 

Schedule your jobs in Linux

schedule a job

 


DESCRIPTION
Crontab is the program used to creat, remove or show the tables used to drive the cron(8) daemon in ISC Cron.

... Read more »

Category: Open System-Linux | Views: 3891 | Date: 2014-03-13 | Comments (0)

 

If you want to find the duration of time a linux server is up or active, you can use uptime command
    uptime - tell how long the system has been running

Format

       uptime [OPTION]... [ FILE ]

DESCRIPTION

       Print  the current time, the length of time the system has been up, the number ... Read more »
Category: Open System-Linux | Views: 2781 | Added by: shanky | Date: 2014-03-12 | Comments (0)

Share on Google+

 
Suppose you opened a file (eg. a binary file) in linux which is completely un-readable. There might be some useful words that you want to see. You can go for strings command.

... Read more »

Category: Open System-Linux | Views: 2476 | Added by: shanky | Date: 2014-03-11 | Comments (0)

Here is a simple programming in vb.net to create a webcam

The program uses a list of available device drivers for webcam on your computer.
It used a DLL file called  avicap32.dll. 
 
avicap32. ... Read more »
Category: Technical Solution | Views: 1601 | Added by: shanky | Date: 2014-03-09 | Comments (0)

This article will get you acquainted with one of the most useful and frequent editor in Linux system. You can learn the basic commands to work with VI Editor.
 Inside Vi Editor, how we do the editing, saving, deleting etc.

 
  • To open a file with vi editor, use vi filename . If filename exists it will open in edit mode and if its not present, an blank page will open with file name at the bottom.
  • Now inside editor, there are three modes of working: ... Read more »
    Category: Open System-Linux | Views: 2918 | Added by: shanky | Date: 2014-03-03 | Comments (1)

RSS stands for Rich site summary or mostly known as really simple syndication.

It shows a summary of your website.

It is used to publish frequently updated information on your website for example blogs, articles etc.

 
It uses a standard web feed format to read from a website and post to another place.

 

There are so many RSS feed urls. To see Yahoo sports the feed URL is: 
 

Category: Technical Solution | Views: 1343 | Added by: shanky | Date: 2014-03-01 | Comments (0)

 

Have a look at these beautiful places

Category: Cool Stuffs | Views: 1118 | Added by: shanky | Date: 2014-03-01 | Comments (0)