RSS
people

Getting your website crawled by Search engine Crawlers

Qualified traffic and unique hits along with returning visitors are of great importance to a website’s success in terms of popularity and revenue generated from it. A successful website should offer quality content with good information presented in a simple and easy to understand manner. It should have a user-friendly interface that helps visitors to make the best of the services offered by a website. Whether it is information, products or services, your website should have to be good in whatever it offers. Of course, when backed by intelligent SEO (optimization) your site is bound to reach great heights and…

Continue reading about Getting your website crawled by Search engine Crawlers

No Comments |

Google SERP Ranking Criteria

ranking Google SERP Ranking CriteriaRanking Criteria of Google is something every webmaster wants to understand. But search engines do not give out their ranking criteria. But with laborious efforts, YgoSearch has observed how even small elements of a website like ‘Title Tags of a page’ or a ‘costly’ element like the age of a website affect the way a website is ranked!

Google SERP Ranking Criteria

  • Title Tag: Uniqueness should be the main criteria. The smaller the title tag the more importance placed on each keyword.
  • Anchor Text:Getting targeted links having relevant anchor text is supposed to hold very high weight with Google.
  • Back Links:Backlinks are links from…

Continue reading about Google SERP Ranking Criteria

No Comments |

How to identify SD RAM and DDR?

Synchronous dynamic random access memory – Faster than EDO RAM. SDRAM delivers information in very high speed bursts and run in synchronization with the memory bus. SDRAM is capable of running at 133 MHz.

Double Data Rate SDRAM – output operations on the chip occur on both the rising and falling edge of the clock. Currently, with SDRAM only the rising edge signals an event to occur, so the DDR SDRAM design can effectively double the speed of operation up to 200 MHz (PC1600) or 266 MHz (PC2100) or 333 MHz (PC2700).

DDR modules have 184 pins

The type of RAM you need…

Continue reading about How to identify SD RAM and DDR?

No Comments |

Create your own bootdisk

Hello Dos friends
This is a simple but most forgotton command to create
files like config.sys and autoexec.bat files, well heres it…
Even if u dont have a dos boot disk u can work ur way
to some extent.

********************************************
config.sys
********************************************
At c:\ prompt
type
copy con config.sys
devicehigh=c:\dos\himem.sys
device=c:\dos\setver.exe
devicehigh=c:\dos\emm386.exe ram
dos=high,umb
last drive=z
then press CTRL + z
press enter
Config.sys file will be created.

********************************************
Autoexec.bat
********************************************
Similarly u can create autoexec.bat
@echo off
prompt=$P$G
path=c:\dos;c:\
lh mouse
lh doskey
Press CTRL + Z

Continue reading about Create your own bootdisk

No Comments |

Slipstreaming

Slipstreaming Windows XP Service Pack 1a and Create Bootable CD

Slipstreaming a Service Pack, is the process to integrate the Service Pack into the installation so that with every new installation the Operating System and Service Pack are installed at the same time.

Slipstreaming is usually done on network shares on corporate systems. But with the advent of CD burners, it does actually make some sense for the home user or small business user to do the same.

Microsoft added the ability to Slipstream a Service Pack to Windows 2000 and Windows XP. It not only has the advantage that when you (re)install…

Continue reading about Slipstreaming

No Comments |

Data Capacity of CDs

Abstract
You can fit on a S/VCD without overburning:
- approx. 735 MB of MPEG data onto a 74min/650MB disc
- approx. 795 MB of MPEG data onto an 80min/700MB disc

You can fit on a CD-ROM without overburning:
- approx. 650 MB of data onto a 74min/650MB disc
- approx. 703 MB of data onto an 80min/700MB disc

—————————————————————-
Introduction
Let us ignore for now the terms of megabyte for CD capacity and try to understand how the data is stored on a CD.

As well all know, the data is stored digitally as binary data. This means, however the actual information is actually kept on the disc, this…

Continue reading about Data Capacity of CDs

No Comments |

Create A Huge File

Create A Huge File

You can create a file of any size using nothing more than what’s supplied with Windows. Start by converting the desired file size into hexadecimal notation. You can use the Windows Calculator in Scientific mode do to this. Suppose you want a file of 1 million bytes. Enter 1000000 in the calculator and click on the Hex option to convert it (1 million in hex is F4240.) Pad the result with zeroes at the left until the file size reaches eight digits—000F4240.

Now open a command prompt window. In Windows 95, 98, or Me, you can do this…

Continue reading about Create A Huge File

No Comments |