.gobump img{ border: 5px solid #ccc; float: left; margin: 15px; -webkit-transition: margin 0.5s ease-out; -moz-transition: margin 0.5s ease-out; -o-transition: margin 0.5s ease-out; border-radius: 5px 5px 5px 5px; } .gobump img:hover { margin-top: 2px; }

twitter

Sunday, August 9, 2009

Creating a custom header for stretch templates

it is a little more difficult to effectively create a custom header for stretch templates as the width of such templates is fluid. However, with a few simple tricks, you can easily create a unique, clickable header for your blog which will look great no matter how wide (or narrow) the browser viewing your blog. I’m going to use the Minima Stretch template, though I will also include notes applicable to the Denim Stretch template too. The best way to use a custom header for a stretch template… …is to create a logo or header image with a block background color ! This ensures that your header will appear normally in any size of browser window,...

Thursday, June 25, 2009

WEB HOSTING AT MAKEMYHOST.COM AT 50% OFF

WEB HOSTING AT MAKEMYHOST.COM AT 50% OFF Welcome to our WWW.MAKEMYHOST.COM We understand that quality of linux hosting, dedicated hosting, eMail hosting customer support is mission critical for our mutual success and we will always offer live in-house support 24x7x365 even on holidays. Our average support ticket resolution is 15 minutes and immediate responses are very common. We are dedicated to taking away the headache of administering your own servers, thus allowing you to focus entirely on running your business with unlimited growth potential.Along with providing quality and...

Creating a Directory in Linux

The mkdir (make directory) command is used to create directories.Example [ Steve@localhost Steve ] $ mkdir prog-files [ Steve@localhost Steve ] $ -The sub-directory, prog-files, is created under the current directory. However, the new directory does not become the current directory. Complete path names can be specified with mkdir.Example [ Steve@localhost Steve ] $ mkdir /tmp/prog-files [ Steve@localhost Steve ] $ _ In the above example, the directory, prog-files, is created under the /tmp directo...

DIRECTORY COMMANDS IN LINUX

Identifying the Current Directory PathThe pwd (print working directory) command is used to display the full path name of the current directory.Example[ Steve@localhost Steve] $ pwd/home/Steve[ Steve@localhostb Steve] $ _Here, /home/Steve is the directory in which the user is currently working.Changing the Current DirectoryThe cd (change directory) command changes the current directory to the directory specified.Assume that Steve has logged in and has given the following command:Example [Steve@localhost Steve ] $ pwd /home/Steve [ Steve@localhost Steve] $ cd /usr/bin [ Steve@localhost Steve] $ pwd /usr/bin[ Steve@localhost Steve] $ _Note that the complete path name has been specified with the cd command. Linux also allows the use of relative path names with commands. Let' s...

Listing the Contents of a Directory in Linux

The is command is used to display the names of the files and sub-directories in a directory.Example[ Steve@localhost Steve ] $ 1s /home/SteveDEADJOE X baseball comm tennisDesktop a.out basketball program.cc[ Steve@localhost Steve ] $ _In the above example , all the files and directories under the directory named Steve are listed. If the files and directories under the current directory are to be listed, it is optional to specify the directory name with 1s.In the above output, you are shown the file names but not the types of files. The -1 option, when used with 1s displays a detailed list of files and director...

Removing a Directory in Linux

The rmdir (remove directory) command removes the directory specified.Example [ Steve@localhost Steve ] $ rmdir prog-files [ Steve@localhost Steve ] $ _Here, the prog-files directory is deleted.A directory can be deleted using the rmdir command only if it is:1) Empty (does not contain files or sub-directories)2) Not the current directoryComplete path names may also be specified with rmdir.Example[ Steve@localhost Steve] $ rmdir /home/Steve/tennis[ Steve@localhost Steve ] $ _The above command removes the tennis directory, which is located in Steve' s HOME directo...

TYPES OF USERS IN LINUX

System AdministratorThe System Administrator (SA) is primarily responsible for the smooth operation of the system. it is the SA' s job to switch on the system console (the machine on which the operating system resides, also known as the server machine).The SA also creates users and groups of suers for the system, and takes backups to prevent loss of data dure to system breakdown. In Linux, the SA is also known as the root user. The SA has all the rights for the Linux system.File ownerThe user who creates a file is said to be the owner of that file. The owner of afile can perform any operation on that file: copying, deleting, and editing.Group OwnerConsider the following situationA project of five people from the Dynasoft Consultants Inc, is working on a software development project for a...

Tuesday, June 2, 2009

LOGGING IN AND LOGGING OUT FROM A LINUX SESSION.

Starting a Linux Session: Logging inA user of a Linux based system works at a user terminal. After you connect to the Linux system, a message similar to the one shown below appears at the terminal.Red Hat Linux release 6.0 (Hedwig)Kernel 2.2.5 - 15 on an i586login: _Each user has an identification name called the user name or the login name, which has to be entered when the login: prompt appears. At the login: prompt, after you enter your login name, you are asked to enter your password. Linux keeps track of all the user names and the information about users in special files (the shadow and passwd files under the /etc directory). When you enter the login name and password, these are checked in the above mentioned files. If the login name entered does not match any of the user names in the...

Ending a Linux Session: Logging Out

Once you have logged on to the system, your work session continues until you instruct the shell to terminal the session.Typing exit or logout at the command prompt ends your current Linux session.The system then displays the login: prompt on the screen.In order to maintain the security of files, you should NEVER leave the terminal without logging o...

Features of Linux Operating System

Features of Linux Operating SystemMulti-ProgrammingLinux allows many programs to be executed simultaneously by different users. This feature is called multi-programming.Time-SharingMulti-programming is made possible on the Linux system by the concept of time-sharing. The operating system has to manage the various programs to be executed. The programs are queued and CPU time is shraed among them. Each program gets CPU time for a sepcific period and is then put back in the queue to wait its turn again as the next program in the queue is attended to.Multi-TaskingA program in Linux is broken down into tasks, each task being something like reading from or writing to the disk, or waiting for input from a user. The ability of an OS to handle the execution of multiple tasks is kn own as multi-tasking....

Linux Compared to Unix

Linux was developed keeping unix as preference model. Hence, the basics architechture and most of the features of Linux and Unix are the same. In fact, Linux is also considered another version of Unix. The main difference between Linux and Unix is that Linux is Free. Various distributors pf Linux do not charge a price.but the price is quite low compared to other operating systems. What you get is a full-blown server operating system-- with NO licensing issues. Linux comes with all the development tools you could possibly require-- C, C++, FORTRAN, Pascal, and lot of scripting languages like awk, Perl, and Python, most of which are free . Also, Web servers like Apache, amd browsers such as Netscape provide their versions for Linux, again free.The Unix operating system requires atleast 500...

The Advantages of Linux

The Advantages of LinuxReliabilityLinux is a stable operating system. Linux servers are nto shut down for years together . This means tht users on the Linux operating system work consistensly with the Linux server, without reporting any operating system failures.Backwadrd CompatibilityLinux is siad toe be backward compatible. This implies that Linux has excellent support for older hardware. It can run on different types of processors, not just Intel. It can run on 386 and 486 Intel processors. It also runs well on DEC' s Alpha processor, Sun' s SPARC machine, PowerPc and SGI MIPS.Simple Upgrade and Installation ProcessThe installation procedure of most Linux versions is menu-driven and easy. It includes the ability to upgrade from prior versions. The upgrade process preserves the exisitign...

Wednesday, May 20, 2009

Functions of an Operating systems

Command InterpretationThe Central Processing Unit (CPU) needs to understand a command keyed in a user. It can interpret only binary code, that is, code containing O's and 1's . A command keyed in by a user has to be translated to binary code for the CPU to understand it. An OS performs this task.Memory ManagementMemory management is the mechanism by which an OS handles requests for memory. With the development of highly sophisticated software, memory requirements have increased drastically. An OS has to take care of allocating memory to the various applications running on the system . It has to allocate optimum memory to the applications and clean up necessary data from the memory.Peripheral ManagementAn OS has to take care of the devices (peripherals) attached to the computer. It handles...

Operating Systems

An operating system (OS) is a software program that acts as an interface between a user and a computer. The OS manages the computer hardware, the system resources, the memory, and the interaction between the system and its users. The OS also forms the base on which application software is developed.Some popular operating systems are:LinuxUnixMicrosoft DOSMicrosoft Windows 95Microsoft Windows 98Microsoft Windows NT Server ...

Sunday, April 12, 2009

schedule a new post on blog

schedule a new post means if you want to post a new post on your blog on the following date,but on that date you need to go out on some holiday and if u cannot post on that day.schedule post on blogger will help you for this.it will post the same post on the same day and same time which u want.Read below info how.1) login to your blogger account and go to create new post section.2)create a new post and write your post there.3)after that click on post options,4)then u will find post date and time,now u enter the date and time when u want the following post to be published on your blog.click on publish.5) now u can see your post is labeled and...

Friday, April 3, 2009

add programs in Quick Launch section of Taskbar in Vista

Open Programs menu through the Start Button (located in the lower-left hand side of the desktop.) Right-click on the program or application you wish to add to Quick Launch. In the resulting pop-up menu, select "Add to Quick Launch". Last program now comes in the Quick Launch section, located to the right of your Start Button. ...

Thursday, April 2, 2009

simple way to add blogger footer in blog

want to add any text to ur blogger footer.well this are the 4 simple ways of adding footer in your blog.this works. Go to your blog dashboard. Go to "Layout" and add a new gadget at the bottom. Add a link code to your home, add an email link and add a link to your feed. your template and see the new footer in your b...

Tuesday, March 31, 2009

Your Private Server Web Hosting

Shared hosting allows thousands of people to host their own sites at a very reasonable cost. It has some drawbacks, however. Since hundreds of sites can be hosted on a single server resources such as CPU, disk space, and bandwidth have to be shared with your virtual neighbours. Shared resources are usually not a problem for small to medium sized sites. Your main limitation is the lack of control over system level software – http servers, mail servers etc. You don’t have any choice of operating system and you cannot compile programs or do administrative tasks such as setting up Spam filters or firewalls. Many people would say ‘So what? I don’t want to do that stuff anyway!’ It’s true that the majority of website owners have no interest or ability to handle this kind of work and are...

what is colocating hosting

Colocation Colocation is accentually where you lease space from a professional datacenter. This is option to use for people they need physical access to the hardware. Usually collocation is a more expensive option however you do have more control over your server. Colocation Facility Also, make sure that you are getting your moneys worth. Looking for the right colocation facility to host your servers or sites? First off, colocation is great if and only if you have a strong, working relationship with the facility. You need to know that at 2AM when your mission critical online application goes down, that you will be able to get into the facility (either you or your technician) to make the necessary changes. Many colocation facilities over-charge for bandwidth because, frankly, thats all that...

You can Start Your Own Web Hosting Business

Rather than use the services of a web hosting company to host your web site you could start your own web hosting company. If your business is successful this could provide secondary income and lower the hosting costs for your own site(s). Basically, there are two ways to start selling web hosting. The first way involves leasing business space, buying equipment, setting up servers, leasing T1 or T3 lines to connect to the Internet, finding clients, and hiring staff to provide 24 hour support. Quite complicated and not recommended for anyone without the technical know-how. The second way is to become a re-seller for an established host. For a monthly fee you can have an allotment of disk space and bandwidth which can be used to sell to other people. Re-selling is usually anonymous – there is...

Saturday, March 28, 2009

Computer Repair: Replace Computer Memory

There are lots of computer repair jobs you can do yourself to save money. One DIY computer repair is to upgrade your computer's memory (or RAM). More computer memory allows more space for your operating system and software to use. This in turn enhances the speed at which your computer operates. It is easy to do this yourself and will save you lots of money.Step1The first step in this computer repair is to disconnect the power from your computer. Safety first!Step2Remove the cover from the case.Step3Look for where your RAM memory is located on your motherboard.Step4Once you find where your memory is located, check to see if there are any available empty memory slots.Step5If there are no slots available, then remove the old memory by unlocking the levers that are located at each end of the memory...

Choose and Install a Graphics Card

If you can't play Crysis, read this. You obviously have a bad graphics card and you need a new one. Step1 Before you buy, you should know what purposes are you going to use your graphics card for. The main reason people buy graphics cards is that their old card sucks and they want to play certain games (Crysis). Anyways, you need to choose a card based on your budget, power supply output, space in your compueter case, and what you are going to use the card for. I'm assuming you're going to play Crysis, so you should pick a card that has at least 512 MB of VRAM. Once you've picked a card and made sure you've got enough space in your case for it, you need to check if your power supply is good...

Choose a Wireless Adapter for Your Computer

You want to connect to a wireless network, but you need an adapter. Learn how to choose a wireless network adapter for your computer. Step1 Interface: The two most common interfaces are PCI and USB. The network adapters that use the PCI interface tend to be both cheaper and more reliable, though maybe not as convenient to install. To install a PCI network adapter you'll need a free PCI slot, and need to know how to install a PCI card in your computer To install the USB version, you just plug it in an available USB port. Step2 Security: Get a network adapter that supports the highest level of security your router supports. To find out what level your router supports, find its...

Choose a Sound Card for Your Pc

While integrated sound has come a long way since the early days, nothing beats a sound card to increase not only sound quality, but PC performance as well. Learn what you need to know to choose a sound card. Step1 Number of Channels: What you should get depends on how many speakers you have. The most common are 7.1 channel cards followed by 5.1 channel. Step2 Sample Rate: The most common is 96KHz, though there's some above and below. The higher the sample rate, the better the sound quality. Step3 Ports: These can include Line In, Line Out, SPDIF In, SPDIF Out, Mic In, MIDI/Joystick, just to name a few. If you need it, there...

Buy a Graphics Card with the Correct Frame Rate

Frame rate is an overall test of the efficiency of a graphics card as regards speed. It depicts how many complete images can be displayed by a graphics card in one second. It is measured in frames per second (FPS). Frame rate has two components, called triangles or vertices per second (how many vertices of a polygon can be measured in a second) and pixel frame rate (how many pixels it can convert in a second). The higher the frame rate, the smoother the onscreen movement. A high frame rate is a must for 3-D games. The following steps will help you to buy a graphics card with the correct frame rate you need. Step1 Decide on the type of games you would like...

Add Memory to Your Computer

A lot of people think they are ready for a new computer when their current one begins showing signs of old age. If you have already performed other steps to speed your pc performance to no avail, you may want to consider adding memory (RAM). This is a very effective way to save money by prolonging the life of your pc by a few years. Step1 Computers are made with memory upgrades in mind. For instance, one of my previous computers, a DEll Desktop came with only 256MB (megabytes) of memory (RAM), but could be expanded all the way to 2GB. That means the computer could take 8 times the memory it came with when I bought it!The first thing you need to do is look up what kind of RAM your computer uses and what the limit is. The best...

Let Visitors Email Your Blogger Post to Friends

Blogs are basically Internet diaries. A blog may contain articles, pictures, news or links to other Web sites. One way to make it simple for your blog visitors to share your blog posts with their friends is to add an email button to your blogger post. The steps below only take a minute to do. Step1 First you need to log in to your Blogger Dashboard. Step2 Scroll down to the section titled "Blogs." This is a list of the blogs you have created. Step3 Click on "Change Settings" next to the blog you want to add the email option to....

Get Paid To Blog - Paid Blogging Networks

How to Get Paid To Blog - Paid Blogging Networks Instructions Step Using Notepad... In Notepad or other text editor, make a list of 7 to 10 keywords that describe your blog site. Then, beneath this list, create and write a keyword-rich description of your blog. Save it! You're going to need to copy and paste this information on your applications to paid blogging networks. Trust me, this will save you a ton of time. Step2 Browse the following paid blogging network sites (direct links to these sites are found at the end under the Resources section):PayPerPost.comThese folks pioneered the "get paid to blog" concept. Besides being the most popular paid blogging network, I've found that they always seem to have the most job opportunities available at any given time. PayPerPost pays bloggers...

Get Three Free E-books for Bloggers

Whether you are an accomplished blogger aspiring to be a blogger, these books will be helpful. Learn to develop your craft to become a successful blogger. Here are three e-books for writers you can get for free. Step1 Improve your Writing Skills - Improve your Writing Skills, is an e-book that can help you every your basic writing skills, they explore punctuation, grammar editing as well as lay out. Step2 Blog Bash - Blog Bash, is an e-book with tips from 30 professional bloggers. They offer you great tips on how to blog successfully and give you the benefit of their experience. ...

Become a Paid Blogger

Blogging is one of the easiest and most casual styles of writing on the net. It can be about anything of personal interest, a particular theme, or just random ramblings, and chances are that over time a dedicated audience will grow to bring in a paycheck for the hobby blogger. The best news of all is that there are blog sites who will pay per post, plus traffic bonuses, and no experience is necessary. Instructions Difficulty: Easy Step1 Follow the link in the resource section of this article to start blogging at "Today." The organization is a linked network of blogs that are designed to give everyone a voice who wishes to be heard as...

Identify Anonymous Bloggers who Defame You

ANONYMITY: Who wrote that?
Anonymous free speech is a wonderful privilege protected under the US First Amendment.However, malicious antagonists using anonymity to spread lies behind the cloak of anonymity are NOT protected by the First Amendment. 

The U.S Congress, in all its wisdom, enacted a law that effectively grants Federal immunity to blogsite owners, forums, ISPs, search engines and any online service that "re-publishes" the libel. Even if you demonstrate to the ISP's board of directors the falsity, they can ask you to leave and do nothing to remove it from their servers. 

A victim does not have many options, but here are a few tips that our team have used to help our clients. ...

Pages 371234 »
Twitter Delicious Facebook Digg Stumbleupon Favorites More

 

Categories