June 14, 2009

How to write HTML code in your post

When we want to write our HTML code in our post , unfortunately we cannot write the code directly as we type.This is because whatever we write is executed in HTML and PHP form and thereby , making the actual code disappear.

There are coupleof methods and in this post we discuss one of them



firstly we need to convert following HTML parts in our code to the following

  1. Replace all & symbol with &
  2. Replace all <> with &lt; &gt;
  3. and finally all " with &quot;

for example- if we need to post



<code><strong>techQE code</strong></code>



we replace all to get the following code to be written



&lt ;code&gt ;&lt ;strong&gt ;techQE code&lt ;/strong&gt ;&lt ;/code&gt ;



other methods will crop up in later posts .

for any DBTS plz comment

Read more...

June 10, 2009

NoKia - unKNOWN codes

Secret Codes Of Nokia Mobiles:

These special key sequences entered fromkeyboard of phone allow you to get some important information like IMEI number, release date, software version and much more.
You
can also choose default language, activatenetmonitor ect.

1610/1630
*#170602112302# (software version)
1610/1611

IMEI number: -*# 0 6 #
Software version: -* # 1 7 0 6 0 2 1 1 2 3 9 2 #
Simlock status: - # 9 2 7 0 2 6 8 9 #

2110
*#9999# (software version)

2110i/2110e
*#170602112302# or (depends on model)*#682371158412125# (software version)

NOKIA3110
*#06# -IMEI
*#3110# -Software version
##002# - allows to turn off voice mail.
*#7780# - restore factory settings
*#746025625#(or *#sim0clock#) - to check if clock of sim (SIM-Clock) can be
stopped (SIM-Clock-stop is akind of standby mode which saces battery)
*#92702689# (or *#war0anty#) -"warranty code:"- you have to enter one of the
following codes:
6232 (OK)displays month and year of production date (ie "0198")
7332 (OK) - displays date of last repair - if there is (ie. "DATE NOT SAVED")
7832 (OK) - displays date of purchase - if there is (ie. "DATE NOT SAVED")
9268 (OK) -displays serial number
37832 (OK) -sets purchase date in format MMYY (MM - month, YY - year)- attention:
you can set it only once, so beware !
87267 (OK)-displays message "Confirm Transfer?" - meaning is unknown (?)
* # 9 2 7 0 2 6 8 9 # -Simlock info
*#31# (call) -sets if your phone no. will be hidden or not (works only in some
networks)
*#76# (call) -sets if target phone number when you call should be displayed (works
only in some networks)
*#77# (call) -(work s only in some networks)
*#33/35# (call -displays message "Service not active".
**31# (call) -your no. will not be showed to others when you make a call

3210
*#06# -IMEI
*#0000# -software version
*#92702689# (or *#war0anty#)- enters service mode.
*3370# -Turns on sound encoding system - Enhanced Full Rate.
#3370# -Turns off sound encoding system Enhanced Full Rate .
*4720# -Turns on battery save mode - saves about 30 % of energy.
#4720# -Turns off battery save mode.
xx# -Replace xx with desired phonebook entry - press # and you will see it on
display.

51XX
*#06# -IMEI
*#0000# - Software version
*#92702689#( or *#war0anty#) Enter service mode.
*3370# -Turns on sound encoding system - Enhanced Full Rate.
#3370# -Turns off sound encoding system - Enhanced Full Rate.
*4720# -Turns on battery save mode - saves about 30 % of energy.
#4720# -Turns off battery save mode.
#pw+1234567890+1 -provider lock status
#pw+1234567890+2 -Network lock status
#pw+1234567890+3 -Provider lock status
#pw+1234567890+4 - SimCard lock status

NOKIA 61XX
*#06# -IMEI
*#0000# ;-*#99 99# (Nokia 6130)
*#92702689# (or *#war0anty#) Software versionEnter service mode.
*3370# -Turns on sound encoding system - Enhanced Full Rate.
#3370# -Turns off sound encoding system - Enhanced Full Rate.
*4720# -Turns on battery save mode - saves about 30 % of energy.
#4720# -Turns off battery save mode.

NOKIA8810
*#06# - IMEI
*#0000# -Software version
*#92702689# (or *#war0anty#) Enter service mode.
*3370# -Turns on sound encoding system - Enhanced Full Rate.
#3370# -Turns off sound encoding system - Enhanced Full Rate.
*4720# -Turns on battery save mode - saves about 30 % of energy
#4720# -Turns off battery save mode - saves about 30 % of energy

NOKIA99OO
*#06# -IMEI
*#682371158412125# -Software version
*#3283# -Displays week and year of manufacture, ie. 1497 means 14th week of 1997.

NOKIA 911O
*#06# IMEI
*#0000# SOFTWARE VERSION
*3370# Turns on sound encoding system - Enhanced Full Rate.
#3370# Turns off sound encoding system - Enhanced Full Rate.
*4720# Turns on battery save mode - saves about 30 % of energy.
#4720# Turns off battery save mode.

NOKIA 81XX
*#06# IMEI
*#8110# Software version
xx# Replace xx with desired phonebook entry - press # and you will see it on
display
*#92702689# (or *#warOanty#)

"Warranty code:" - you have to enter one of the following codes:
9268 (OK) displays IMEI (International Mobile Equipment Identification)
6232 (OK) displays date of manufacture in format MMYY (MM - month, RR - year)
7832 (OK) displays date of purchase
7332 (OK) displays date of repair or upgrade
37832 (OK) sets date of purchase in format MMYY (MM - month, RR - year) -
attention: you can set it only once, so beware !!!
87267 (OK) transmits user data/move data do service PC

Read more...

How To Take Screenshot Linux ( Ubuntu )

There are several ways to take a screenshot Linux in general.
If you aren't using GNOME, then the GNOME-specific items won't work.


One way to take a screenshot in Ubuntu is to go to the main menu:
Applications —> Accessories —> Take Screenshot.




How to Take a Screenshot in Linux With the PrintScreen Button

You can also take a screenshot of the entire screen by pushing the
"Print Screen" (PrtSc) button on your keyboard. To get a screenshot of
only the active window, use Alt-PrtSc.


How to Take a Screenshot in Linux With the Terminal (ImageMagick)

If you need a delay before taking the screenshot (for example,
to get a screenshot of a menu that would disappear if you took
a screenshot with GNOME) ImageMagick is the best way.

make sure you have ImageMagic installed: type import -version in the terminal.
If ImageMagick is installed, you will see the ImageMagick version number.
To install ImageMagick in Ubuntu (or any Debian-based distro),
just type sudo apt-get install imagemagick.

To take a screenshot in the terminal with ImageMagick,
type the following line into a terminal and then click-and-drag
the mouse over a section of the screen:

import MyScreenshot.png

GNOME will beep once when the screenshot begins, and once again when the
screenshot is complete. Then type eog MyScreenshot.png in the terminal to
view your screenshot. "eog" is the command to start Eye of GNOME.

To capture the entire screen after a delay (so you can open some menus or whatever),
type sleep 10; import -window root MyScreenshot2.png.
The first part of that line, sleep 10; will give you a 10 second delay before
the screenshot begins. The next part, import -window root,
tells ImageMagick to import the "root" window — that is, the entire screen.
The last part MyScreenshot2.png is the name of your screenshot.



How to Take a Screenshot in Linux With the Terminal (scrot)


To install scrot (on Ubuntu) type:
sudo aptitude install scrot

To take a screenshot in Linux from the terminal with scrot type:
scrot MyScreenshot.png

To get a screenshot and immediately open it in the GIMP, type:
scrot -q 85 -d 5 screenshot.png && gimp screenshot.png &

The -q option sets the quality. The -d sets the delay.
The && means that if the first command is true, then execute the second.
The final & means to run the commands in the background so that you
can still use that terminal for other commands.



How to Take a Screenshot With the GIMP

To take a screenshot with the GIMP,
find the following menu option: File —> Acquire —> Screen Shot.
You will then be offered some options for the screenshot such as length
of delay and whether you want to take a screenshot of the entire screen, or just a window.




How to Take a Screenshot of a Web Page With Firefox

Snapper Firefox Screenshot Extension

to take a screenshot of a section of a web page, use Snapper.

A great Firefox extension for taking screenshots is called ScreenGrab.
ScreenGrab will take screenshots of entire web pages
even the parts that run off the screen.

Read more...

How to take Screenshots

This document describes how to capture an image of the screen in Windows (all versions).

  • Press the PrintScreen key on the keyboard
(generally located in the top right hand corner)
to capture an image of the entire screen and store it in the Windows clipboard.

  • Press Alt & Print Screen (sometimes labeled as Prt Sc)
to capture an image of only the active window and store it in the Windows clipboard.


When the desired image is stored in the windows clipboard
(only one image can be stored at a time), it can be extracted
by opening a word process program (Microsoft Word, Microsoft Publisher, etc.)
or an image manipulation program (such as Adobe Photoshop or Microsoft Paint),
and selecting
Paste from the Edit menu or press Control & V.


In Windows Vista

In Vista (except in Home Basic), there is a tool called the Snipping Tool.
To open it, click on the start menu, type 'snip', then hit enter.
The Snipping Tool opens, and a white mask is applied on the screen.
In the drop-down menu for the 'New' button, choose from a free-form snip,
rectangular snip, window snip, or full-screen snip.
In free-form snip mode, draw around the area you want to be captured.
Drag a rectangle in rectangular snip mode. For window snip mode,
select the window you want to capture. In full-screen mode, just selecting it
from the drop-down menu makes the capture.
The snipped image is then opened within the Snipping Tool, but is also copied
to the Windows clipboard for use in other applications.

Read more...

June 9, 2009

Introducing - Computer worm

In computer terminology, a Worm is a self-replicating threat that travels
through a network and settles in a computer via a variety of online applications
like e-mails, chat clients, P2P clients, etc. A worm does not attach itself to any
program that explicitly needs to be executed for its spread. Instead, it travels
through networked applications and primarily replicates itself up to a point
where the network is clogged with its clones, preventing it from being used by
legitimate applications.

The different types of worms you could encounter are:

http://computerrepairmaintenance.com/images/computer-virus-picturejpg.jpg

E-mail worm:

This type of worm uses e-mail as its vehicle. When an infected e-mail reaches
your inbox, it does nothing unless the e-mail is opened to be read. When you
open the mail, you may see an attachment or a link to a real or fictitious web site.
The moment you click on the link and visit the web site, the worm gets triggered.
Once activated, it starts searching your address book and sends e-mails to your
contacts. It can even fake the sender’s address, so that the recipient assumes that
the mail is not from someone he knows. Clearly, across an office network consisting
of tens or hundreds of users, the numbers of ficticious e-mails traversing the mail
servers grow exponentially over a short time. E-mail worms often bring down
mail servers and clog their functioning.

File sharing network worm:

This worm generally proliferates through a shared folder of a machine.
It creates a copy of itself and masks its intent by using a seemlingly harmless
and unassuming name. The moment you connect to a networking site like ‘kazaa.com’
and your sharing folder gets accessed, the copy of the worm moves from your computer
to other computers in the file sharing network. With millions of computers actively
being used to access files from peer-to-peer networks, these worms can proliferate
very quickly. Another popular type of worm is the instant messaging worm
(similar to the email worm, but uses an instant messenger service as its vehicle).

Trojan:

Trojans are malicious programs that pose as legitimate applications.
When users execute such programs, blissfully unaware of their real intent,
the host computer gets infected. Once on your computer, it may strike in a
variety of ways, ranging from capturing what you see on your screen to logging
what you type. The captured information is then sent to the author of that
malware through the Internet. You could therefore stand to lose precious data,
bank passwords and the like. The different types of Trojans include remote access
Trojans, where others can gain access to and even take over your machine,
data sending Trojans that scan your computer and send data to the author, and
destructive Trojans that simply delete files on the host computer. Trojans can also
infect your computer and you may face denial of service (unavailability of data).
Trojans even have the potential to counter anti-virus software by changing their
coding DNA (a process known as polymorphism), making it harder to detect.
Some Trojans are developed such that they will only be activated on particular
dates, or when certain pre-defined conditions are met by the computer.
These Trojans are known as ‘Time bombs’ and ‘Logic bombs’ respectively.
Spyware Like Trojans, Spyware is also a type of computer application, developed
with the intention of stealing information from your computer. These applications
can steal data including the history of web sites you have visited, passwords that
you have used to access online secure services, etc . However, unlike Trojans and
worms, spyware cannot replicate but it does exploit the host computer for
commercial gain. These include everything from throwing unsolicited
pop-up advertisements, capturing your web browser’s home page and
directing it elsewhere. This type of application cannot spread by itself,
therefore its efficacy depends solely on whether you choose to install the
software. Since users wouldn’t intentionally install applications that are
detrimental to their interest, spyware represents itself as a utility application,
for example, a web accelerator, a free image utility, etc. Spyware often piggy-backs
on to shareware applications found on download web sites or application CDs.

Adware:

Adware is more of an annoyance than a threat. Typically found in applications
downloaded from questionable web sites, it infects the host computer by
downloading and installing other advertising material and displaying it on
your computer via annoying popups that appear while you use Internet applications.
This is where adware generally gets confused with advertising-supported software.
The latter is not malicious and only displays an advertisement within the window of
the application program (such as trial or shareware versions of software). Adware,
on the other hand, displays advertisements randomly, often when you least expect it.

The last call:

This new breed of Internet threats may or may not be harmful to users,
but they do hamper the performance of computers. To protect computers
from today’s digital threats, an anti-virus program is a good place to start.
for application suites that specifically offer protection against all of these
threats and not just ones that offer plain vanilla virus protection. In today’s
world, data security requires blanket protection systems that do it all.
You can also install anti-spyware and adware application like NoAdware,
ErrorDoctor, Spynukke, AdAware, etc. Secondly, it is important to exercise
caution on what applications and fi les are downloaded. This includes your
mail attachments.
Chain mails with attachments (such as .exe, .com, .scr, .bat, or .pif),
download sites that contain links of questionable web sites, applications
that aren’t from trusted sources should all raise a user’s alarm bells.
Most of the time, the battle against malware can be won before
it even begins—all it takes is a bit of vigilance.

Read more...

Browse faster - simple tips

For those of you who have slower connections, here are the ways to speed up
your connection.Use the following tips to browse faster with a limited bandwidth.

Always use Firefox and Opera to browse the web: Both FF and Opera are faster
than IE and have got lots of Bandwidth saving features.
For instance, the new version of Gmail pre-fetches the emails for faster performance
which is a bandwidth sucker. It loads all emails including those which you have
no intention reading at that time.

Block unwanted Images:
Opera can block images via a button on the View bar.
A Firefox Add-on ImgLikeOpera does the same on Firefox.Most websites
usually contain lots of animations and images which we don’t even notice.
If you need any images, you can always load specific images
(Right click > View image on Opera and Right click > Load image on FF).
Use "Load cached images" option.

Block Flash and Adsense:
Use the Adblock Plus Firefox Add-on to block Adsense Ads and Flash animations.
A flash ad can be as big as 200 kb or even more! This add-on makes pages load
faster and saves on bandwidth. If you have ever been to Digg, you might have
noticed the number of Ads per page. How fast would the pages load if there
were no ads?

Remove the Bandwidth Intensive Plugins:
Some Firefox Add-on’s like those that bring you the Alexa ranks or Google PR,
connect with their server to bring you the stats. If you don’t need those stats,
disable those plugins. If you need the stats sometimes, but not every now and \then, then create a different Firefox profile with those plugins.

Hibernate Windows instead of Shutting Down:
Hibernation saves your desktop the way you left it
(Microsoft says that even the mouse location is saved).
Save your windows and continue work from last days end.
That’s saves a lot of unnecessary pageloads and saves bandwidth!

Use Desktop Clients like Pidgin and TweetDeck:
Pidgin is an open source chat client that can connect to multiple chat networks
at the same time. Moreover it’s a very light client that doesn’t suck bandwidth
the way Gtalk does. TweetDeck is a must have fo. It makes the twitter
experience more enjoyable by fetching the tweets so that you don’t have
to refresh your pages to see if you have new tweets.

Block Automatic Updates:
Most software have the automatic updates enabled by default.
The software detects when you are connected to the internet and checks
and downloads updates. So you loose control on your bandwidth.
Instead, Disable all automatic updates and all softwares towards
the end of the month, when you know how much usage remains.

Disable Opening of Files inline:
Browsers open PDF files and Video files inline. It might open a PDF without
telling you how big the file is. Worst part, the browser becomes non-responsive
until it completes loading the file.
Result: You waste bandwidth on a large PDF which you have no intention reading.
You can disable that in Firefox Options.

Monitor your usage:
Use a Network monitor to know how much you use and how much
bandwidth remains. It helps in planning things better.
Use a Free Bandwidth meter from ShaPlus. It’s a good one and has the necessary options.

Read more...

Sharing keyboard and mouse between two computers

Please check that the two computers you wish to share one keyboard and mouse
between are networked, as this is the only requirement.

Input Director

Input Director is a windows-exclusive program that allows you to control more
than one computer without using more than one keyboard and mouse.
With input director, you simply control both computers with the keyboard and mouse,
and press a certain hotkey to change which computer you would like to control.



You can either use the hotkey method, or just move the cursor off the screen,
and it will appear on the other computer, allowing you to use the keyboard
for that one instead.
please note that the only systems that currently support Input Director are
Windows 2000(SP4), Windows XP(SP2) or Windows Vista.
And the computers you wish to control simultaneously must be networked.

Download : Input Director

Read more...

10 Must Have Applications in Windows

Device Drivers

As a first step of computing you should be able to run all your hardware properly.
To do so all, your OS requires device drivers for all the present hardware.

Where to find your device drivers ?
Generally it comes with the hardware you buy as CD / DVD but in order
to extract better performance from your hardware or when you are
changing your OS (eg, Windows XP to Windows Vista), you may need to
visit website of the device manufacturer to obtain the latest drivers

Run-time libraries

Runtime libraries enables us to execute applications developed in different
development platforms. For example, you may need Adobe Flashplayer to
view/ execute flash content which is the building blocks for most of the websites.

Which runtime libraries do you need ?

Few must install Run-times along with their download links would be,
Adobe Flash Player / Sun JAVA / Microsoft .NET Framework (1 / 2 / 3.5) /
Microsoft VM / Silverlight / Shockwave Player.

Security software (AntiVirus / AntiSpyware / Firewall)
As its a Windows installation hence there are hundreds of
Malware (Virus / Worm / Spyware / Adware) waiting to infect you unless
you have proper protection to save your Windows installation.

Where do you get security software ?
There are many security companies offering AntiVirus (AVS) and AntiSpyware
software solutions. For example, Norton Internet Security /
Kaspersky Internet Security / ESET NOD32 / McAfee Anti Virus Solution /
Trend Micro PC-Cillin / Bit-Defender / Microsoft Live OneCare /
Avast (Freeware) / Grisoft AVG (Freeware).

Multi Media Player / Codecs
As a default application, every windows (apart from the “N” versions)
comes with an integrated media player, the famous Windows Media Player.
But in today’s media standards it lacks the ability to play all the different codecs.

What is Codec ?
A Codec is a software / technique that can compress a large media file for
different platforms and enables us to decompress it later on as a playable format.
For example, in the mobile platform, 3GP codec is widely used for video playback,
where as in PMP (Portable Media Player) MP3 is a very popular audio codec.
By default the WMP cant play popular codecs like XVid / DivX / AVI / MKV / MP4.
However if you can provide the WMP with decompression information
(Installing the proper codec packs) about these codecs, then it can play
any available media.

Where to find codec packs ?
Couple of most popular codec packs are, K-Lite Codec Pack / CCCP.
Alternate Mediaplayers !!
Apart from codec packs there is another option for playing media files created
with different codecs is to use alternate mediaplayers.
Players like VLC / Media Player Classic / Real Player can play virtually any
type of media format.
Windows XP users please note, in case of WinXP SP3, the popular most OS nowadays,
comes with WMP 9 series by default which you can update either by downloading
the latest version WMP 11 or via Windows update service.

Office Applications
For office productivity suites the Microsoft Office can be the automatic choice.
However another great free option would be OpenOffice.org.
One can also try the MS Office 2007 free of cost.

Internet Browsers
By default Windows comes with its own integrated internet browser,
the Internet Explorer, however, MS has just come up with its latest version IE8.
Off Late the internet community is focusing on alternate browsers
like: Mozilla Firefox, Opera, Google Chrome, Apple Safari

IM (Instant Messaging) Clients
These are the software tools that help us communicate with others users
(having IM Clients) over the internet.
One can stay in touch with friends and family from any part of our world
via Text / Voice / Video Chat, that too free of cost (ISP charges may apply).
Some popular IM Clients are Windows Live / Yahoo Messenger / Google Talk /
or any universal chat clients like Pidgin.
Via these services one can also do file transferring
.
PDF Reader
PDF is a file format by which most of the documents over internet are exchanged.
This types of files are un-editable so provide more security.
The file format is developed by Adobe and one can obtain the Adobe Acrobat Reader for free.

Download Manager
We always have a default download manager that comes with every browser
installation but that is not just enough with download speeds and download
handling. So getting a download manager or download accelerator to increase
the download speed is much needed. These applications also let us pause the
downloads for a while and resume it later on according to our needs.
Some useful Download Managers are DAP / FDM / IDM / Flashget.

Maintenance Software / Applications
Conducting an uninterrupted computing obviously involves maintenance of
the system. That let us free up hard disc space, clean unused Registry files,
Tune up the PC, optimise the settings to increase the computing speed,
performance as well as stability.
So apart from OS and software service packs / updates, one needs to have
some Maintenance Software / Applications for performing these tasks at ease,
one of which sis, CCleaner, a single click maintenance software along with
Defraggler for defragmenting your hard drive.

One may also tryout these Softwares / Applications :
Advance system care, Tuneup Utilities, System Mechanic Professional
That wraps up our 10 must install Software list but still one may feel some
important apps missing, like CD DVD burner (Nero) / P2P Clients (uTorrent) /
HTML Editors (NotePad++) / Compression Tools (WinRAR) /
Blogging Tools (Live Writer) / Remote Support (Team Viewer) /
Virtual PDF Creator (doPDF) / Gaming Utilities (Demon Tools) /
Multimedia Apps and editing tools (Adobe Creative Suite).

Read more...

Auto - shutdown at desired time

1. Right click on your desktop and choose "New=>shortcuts".

2. In the box that says "Type the location of the shortcut",
type in "shutdown -s -t 3600" without the quotation marks and click next.
Note: 3600 are the amount of seconds before your computer shuts down.
So , 60secs*60mins=3600secs.

3. Make up a name for the shortcut and you're done.
You can change the icon by right clicking=>properities=>change icon=>browse
http://images-cdn01.associatedcontent.com/image/A1226/122679/300_122679.jpg


TO ABORT:

To make an abort key to stop the shutdown timer just create another shortcut
and make the "location of the shortcut" to " shutdown -a" without the quotes.


********* METHOD # 2 **************


Here is another trick to shutdown at a specific time,
for example you wish to shutdown at 11:35am.
Type this in

start=>Run

Type Code: at 11:35 shutdown -s

TO ABORT:

Code:shutdown -a


Read more...

BING - tips and tricks

Now that Bing is available for use outside Microsoft,
here are some quick tips and tricks that will help you do more with Bing.com.

1. Use the full version of Bing

If you are using Bing outside North America, chances are that you seeing
a localized version of Bing that may be missing some features.
For instance, the Indian version of Bing.com doesn’t have search history
and the image on the Bing home page here is not interactive as in the US version.

To explore the full version of Bing, go to this page and set English - US
as your default region. You can now enjoy all the Bing features from anywhere.

2. Track Companies from the IE Favorites Bar

If you search for a company stock (e.g. GOOG or MSFT), Bing will automatically
create a web slice for that company which you may then add to IE 8 and track
the performance directly from the favorites bar.
You need Internet Explorer 8 to try this feature.

3. Watch Preview of Hulu Videos outside US

Hulu hosts some popular popular TV shows but the problem is that
you can only watch these videos if your computer has US based IP address.

However, Bing lets you watch shot previews of Hulu video even outside US.
Just search for any TV show episode on Bing Videos (see example) and
hover the mouse over any of the video thumbnail to watch a short clip.

4. Save and Email search results

With Bing, you can save your search history on to a local folder inside Bing or
to your Windows Skydrive account. Alternatively, you may send your
search queries to a friend via email or publish them on your Facebook wall
via Bing. You’ll need Silverlight to share queries in Bing.

5. RSS Feeds of Search Results

Unlike Google or Yahoo, Bing offers RSS feeds for their web search results
that you can subscribe to inside any feed reader. Your browser should be
able to auto-detect the RSS feed of Bing pages or you can
append &format=rss to any Bing search URL and convert it into a feed.

This RSS feature is not available for Image or Video search in Bing.

6. Find Pages That Link to MP3 Files or Documents

Bing (and Live Search) supports a unique "contains" search operator
that lets you find web pages that contain links to particular file types.

For instance, a search like susan boyle contains:mp3 will show pages
that are about the British singer and that also link to MP3 files.
Replace mp3 with doc to search pages that contain links to Word Documents.

Read more...

Connect Two Computers Using a Wi-Fi (Ad Hoc) Connection



This tutorial will show you how to connect two computers using a Wi-Fi connection.
We will refer the two computers as PC 1 and PC 2.
You will have to configure both the computers as given below:-

PC 1:

1. Right-click My Computer and select Properties.

2. Click on the Computer Name tab and then click on the Change button.
Type the computer name to whatever you want, here we will name it PC 1 and
you will also have to change the workgroup to WG.
(The workgroup name should be the same in both the computers) Now click Apply and close it.

3. Goto Network Connections and right-click on your wireless adapter and select Properties.
Now goto the Wireless Network Tab and click on the Advanced button.
Select Computer to Computer (Ad hoc) networking option.
If you get a window with an SSID box, you can specify the network name in it,
in our example we will use Wi-Fi as the SSID.
Now close the window and click on Add Preferred Networks.

Enter the settings as follows:

Network name (SSID) : Wi-Fi
Network Authentication : Open
Data Encryption : Disabled

4. Tick the “This is a computer-to-computer (ad hoc) network,
wireless access points are not used” option if it isn’t already ticked.
To automatically connect to the network, goto the Connection tab and
tick on the Connect automatically when in range option.
Now, to configure the TCP/IP connection settings, goto the General tab
and select Internet Protocol (TCP/IP) and click the Properties button.
Set the Values as:-

IP Address - 192.168.0.1
Subnet Mask - 255.255.255.0
Default Gateway - 192.168.0.2



5. Click OK and you have finished the steps for PC 1.

PC 2:

1. Right-click My Computer and click Properties.

2. Click on the Computer Name tab and then click on the Change button.
Type the computer name to whatever you want, here we will name it PC 2 and
you will also have to change the workgroup to WG. Now click Apply and close it.

3. Goto Network Connections and right-click on your wireless adapter and select Properties.
Now goto the Wireless Network Tab and click on the Advanced button.
Select Computer to Computer (Ad hoc) networking option. If you get a window with an SSID box,
you can specify the network name in it, in our example we will use Wi-Fi as the SSID.
Now close the window and click on Add Preferred Networks.

Enter the settings as follows:

Network name (SSID) : Wi-Fi
Network Authentication : Open
Data Encryption : Disabled

4. Tick the “This is a computer-to-computer (ad hoc) network, wireless access points are not used”
option if it isn’t already ticked. To automatically connect to the network, goto the Connection tab
and tick on the Connect automatically when in range option. Now, to configure the TCP/IP connection settings,
goto the General tab and select Internet Protocol (TCP/IP) and click the Properties button. Set the Values as:-

IP Address - 192.168.0.2
Subnet Mask - 255.255.255.0
Default Gateway - 192.168.0.1



5. Click OK and you have finished the steps for PC 2.

Now open the Wireless network settings and click on View Available Wireless Networks.
Select your network and you are connected.

Read more...

June 8, 2009

Google Ventures - A Venture Fund For All Kinds Of Startups

Google Ventures.

By the looks of it Google ventures has a very broad investment philosophy.

The google ventures site states and I quote “We’re studying a broad range of industries, including consumer Internet, software, hardware, clean-tech, bio-tech and health care.

We invest anywhere from seed to mezzanine stage and embrace the challenge of

helping young companies grow from the garage to global relevance.”



There is no minimum amount of funding outlined and also no geographies mentioned.

But rest assured given that this fund is lead by Bill Maris who was the founder

of Burlee.com, which he sold to Web.com its almost certain that this fund would

be initially focused on the US markets. Also as their contact address suggests

there is no presence in India.

Google has been known for acquiring startups around the world and has done

very few direct investments. It has though been an investor in the Seedfund

and Ventureast a seed stage venture fund in India. But this new launch of a

venture fund should not affect that engagement as Google ventures clearly

looks like a US focused fund.

Fund to acquire strategy?

Startups looking towards google as a prospective investor might be concerned

on one issue is that Google may be the kind of investor that might fund to acquire.

After all thats what it has been doing the last decade as acquitions have been

the way google has taken to grow its multi billion dollar empire. Its very possible

that google would have an affinity towards investing in startups and technologies

that it wants to acquire at a later date.

Read more...

Facebook : Enable auto-login using Google , Yahoo etc

You can now link both your Google Account (including Gmail) and Yahoo ID

with your Facebook profile.

link facebook account

The advantage of linking you other online accounts with Facebook is that if

you are signed-in into any of the above services, you’ll automatically be logged

into Facebook as well. So for example, if you working in Google Docs or writing scraps

in Orkut and then decide to open Facebook in another tab, you won’t see the Facebook

sign-in screen anymore.

To set up this association between Facebook and Yahoo/Google Accounts,

just go to Facebook -> Accounts Settings and click "Add a new linked account".

Facebook lets you link only one account per web service so choose the ID that you use most frequently on the web.

associate facebook with google

Read more...

PDF - all about it , few tricks

Adobe PDF is the best format for sharing documents because they are compact,
the formatting is preserved and most computers / mobile devices / ebook readers
can easily handle PDF files.

Here you’ll learn how to do just about everything with PDF documents without
buying Adobe Acrobat. You can edit PDF files, combine multiple files as one,
add signature images to PDF pages, fill PDF forms online, add clickable hyperlinks
to existing PDF documents and so much more.

To create PDF documents on my computer without Adobe Acrobat?
you can simply convert your word ocument into pdf by –
method 1 .save as document in PDF file format in Microsoft word
method 2. Upload your documents to Google Docs via the browser
and then export them as . PDF files. Simple.


To read powerpoint PPT files using your smartphones
Forward that email message (with the PPT attachment) to pdf@koolwire.com
- they’ll convert the presentation to PDF and email it back to you immediately.
Most smartphones and web enabled mobile phones can read PDF files.


To save a web page as PDF without having to save that page as an HTML file first?
Go to PrimoPDF, type the URL of the web page and
they’ll send you a PDF version of that page via email.


To convert PDF files into other formats like Word documents, images,
HTML web pages, etc.
You can upload the PDF document to Zamzar and convert
it any formats like doc, html, png, txt or rtf (rich text format).
Alternatively, you can convert PDF to HTML using Gmail.


To create a single PDF package by merging files of different formats.
Try Loop PDF - it’s a free service that lets you combine
multiple documents, images and even web pages into a single PDF file. .


What about restricted PDF documents that neither allow printing nor can you select text with the mouse.
Get the PDF Unlocker - its a free Windows utility that will
remove all common restrictions around a PDF file without
requiring any passwords. Alternatively, you may use the
online service at ensode.net that will remove all the
printing or copying/pasting related restrictions from your PDF.


Enabling your visitors download your articles as PDF files.
Add the Web2PDF button anywhere in your website -
it converts web pages to PDF files on demand and also
keeps a track of all PDF conversion related activities on your website.


Reading PDF files online without desktop software
You can open PDF documents in the browser with PDFMeNot
without requiring any software.


To add watermarks or even my (real) signature to a PDF document
A: First draw your signature in Paint (or other photo editing tool)
and save it as an image. Make sure you crop all the blank portion
that lies outside the signature. Now open the PDF document
inside PDF-X Viewer and copy-paste that watermark / signature image. Simple.


To extract selected pages from PDF file book and save it as another PDF.
You can either PDF Merge or PDF SAM (split and merge)
to extract pages from a PDF document.


Setting password to PDF documents
Upload your PDF file to PDF Hammer,
set a security password and export it as PDF again.


Online service(s) uploading PDF files on the web ###
Best is Scribd- it’s a more popular service so your
PDF document would get more viewers.
Next recommendation is Issuu -

Read more...

How to import and export blogs on Blogger?

The import and export features on Blogger give your content a whole new range of portability and freedom, allowing you to create copies of your own blogs as well as import them into other existing ones. Best of all-we've made this a very simple process!

Import as a New Blog

To import content as a brand new blog, click Create a Blog from your dashboard.

Then under Advanced Options, click the Import Blog Tool

Finally, choose the Blogger export file (.xml) from your hard drive and fill out the word verification. Click the Upload arrow and your new bog will be created instantly!

Import Into an Existing Blog

To import posts and comments into an already existing blog, start by clicking Import Blog from the existing blog's Settings Basic tab.

Note: Your template will not be affected by the imported content.

Next, choose a Blogger export file (.xml) from your hard drive and fill out the word verification beneath. By default, all of your imported posts will remain unpublished until you publish them from your dashboard later. However, if you would rather have all posts published immediately, make sure to check the box next to Automatically publish all imported posts before you click Import Blog.

If you did not choose to have your posts publish automatically, you will need to manually publish them from the Posting Edit Posts tab before they will appear on the web. You can either publish all the posts at once by clicking Publish all imported posts, or publish individual posts by selecting them and then clicking Publish Selected.

Exporting Your blog

To export your blog, simply click Export Blog from the Settings Basic tab.

Finally, click the Export Blog button. You blog will be stored as a Blogger export file (.xml) file which can be kept as a backup on your hard drive or imported into another blog.

Note: Exported blogs are not deleted from your dashboard or Blogger.com

Read more...

June 7, 2009

Accidentally deleted blogs - ?

Accidentally deleting blogs are not rare occurrences as in the default BASIC tab for Blogger SETTINGS, the DELETE button is just below the SAVE SETTINGS button.

Previously, once you delete a blog, the blog URL become available for anyone to grab, and spammers have automated programs to quickly grab the URL of a deleted blog to use for spam blog (splog), taking advantage of any existing PageRank of a blog rather than starting from scratch. That was the reason for publishing this post - Why you should not delete a blog and what to do when you accidentally delete a blog or change the blog URL.

However, Blogger has wised up to this and now if you delete a blog, the blog URL is reserved for you to claim back later. So if you have accidentally deleted a blog, what you can do is to create a new blog using the old blog URL. Now I myself have not tried this when this was made known to me, and hope to do that one day and report the result at Testing Blogger Beta (now New Blogger). In the meantime, if you had accidentally deleted your blog, try this and please report the result by leaving a comment for everyone's benefits.

Read more...

blog deleted - what next

Previously, bloggers are strongly advised against deleting blogs and what happens to the blog URL blog URL if you delete the blog. For reasons, see Why you should not delete a blog and what to do if you change the URL of a blog.

However, because Blogger has been informed of spammers grabbing deleted blog URL for spamming purposes, the practice of releasing a blog URL the moment the blog is deleted has been discontinued. Now if any Google Blogger blogger delete his or her blog, the blog URL is no longer released for others to register, but is kept for the original creator to claim back later.

The reason for this post is because of many questions and requests for help related to the above, and rather that repeating the same thing, if I ever get another question related to this, all I need to do is to point them to this post.

The most recent one is about a very fortunate blogger who wanted a particular blogspot URL which had already been registered by someone else who didn't do anything or didn't do much with the blog and the blog had been left neglected. In this particular very rare case, the blogger was able to contact that blog owner who is very cooperative. The blog owner deleted the blog so the intended new owner can claim it. As expected, she could not do so.

However, not all is lost provided the previous owner is willing to cooperate. All she has to do to to contact the previous owner again, requesting him or her to register that deleted blog again, and then invite the intended new owner to become co-author via Dashboard > Settings > Permissions. Once she has accepted the invitation, the cooperative old owner can make her administrator, and then remove himself or herself. Once this is all done, the blog have found a new, loving owner.

Read more...

sidebar pushed to bottom of page

For an example of how I go about trying to solve this problem,
go to Trouble shooting sidebar sliding to the bottom of the page problem.

An example)
A frequent complaint of bloggers is that the sidebar (profile, links, etc.)
is pushed to the bottom of the page. This is a very common problem and
may occur when viewed with both Firefox and Internet Explorer,
or it may be OK with Firefox but not OK with Internet Explorer.
This is usually caused by some content such as photo, table or long link
exceeding the width of the content or sidebar column. Sometimes it is
caused by incorrect coding such as missing or mismatched tags.
Rat reported that once it was caused by a closing comment tag -->
that had no opening comment tag <--
(HTML tags come in pairs, opening tag and closing tag).
Look for these and correct it, and the problem should go away.
(If you want to familiarise yourself with HTML, a good place to learn
is online at W3schools.)

Other things you can try is to do some detective work.
Think back to what you did before it happened.
Undo that and see if that helped.

Another way to try to solve the problem is to change the
width of the content and sidebar (the total width must not be
less than the sum of the two). Look for these block of codes

/* Header
----------------------------------------------- */
@media all {
#header {
width:660px;
margin:0 auto 10px;
border:1px solid #ccc;
}

and

/* Content
----------------------------------------------- */
@media all {
#content {
width:660px;
margin:0 auto;
padding:0;
text-align:left;
}

For the minima template, change width:660px;
to for example width:800px;

Then look for

#main {
width:410px;
float:left;
}
#sidebar {
width:220px;
float:right;
}

and change the widths to, for example, width:500;
and width:270; respectively (note that they total up to less than 800).

Preview and see if the changes are what you want. If so, save the template.

Always remember to backup your template before you fiddle with it.

Read more...

June 6, 2009

Submitting Blogger Sitemap to Google Webmaster Tool

Submitting XML sitemap to Google Webmaster Tool is a part of SEO (Search Engine Optimization) initiative. Submitting your sitemap to Google Webmaster Tool is not a must-do job. It won't directly affecting your site's SERPs, but it helps Google crawler to comprehend your site's structure and "read" your contents more deep and accurate.

Submitting sitemap is like you give to Google crawler a sight. Without sitemap, what Google crawler do is just like blind man trying to guess what elephant's body shape is, only by touching it. He may only found elephant's trunk and say that elephant body is "long and thick". Or he only touching elephant's left ear and then conclude that elephant body is "thin and wide". He never really know the exact shape of the elephant.

Submitting Blogger sitemap is very easy. You don't even need to generate any sitemap. Just use your blog's Atom or RSS feed as sitemap. Login to your Google Webmaster Tool. On its main panel, choose blog you want to add a sitemap (if you have more than one). Click on Sitemaps Fill the blank textarea next your blog's URL with "Atom.xml" or RSS.xml" like this:


Submitting Blogger Sitemap to Google Webmaster ToolThen click Submit Sitemaps

Once you submit your blog's Atom or RSS as sitemap, you can see its crawlability through Webmaster Tool Panel:



Submitting Blogger Sitemap to Google Webmaster Tool


Read more...

To change blogger template

Most of new bloggers start their blogging journey with Blogger (one click publishing platform). Blogger is really easy and resourceful to get your blog started up and running in no time.

However, being a newbie even simple task of changing or installing new template in blogger can be huge. Here is quick and simple guide to change or install new template in your blogger blog.

1. Login into your Blogger account. Then click on ‘Layout’ tab and then further click on ‘Edit html’ tab.

2. Before the template change you can download and save the existing template for easy restoration, as the case may be. Click on download full template button and save xml file on your computer.

3.Now click on browse button and select the xml file of new blogger template and click on upload. If this method fails, you can try the following manual method to change blogger template.

Double click on xml file of blogger template. If it does not open, hold the shift key and then right click on XML file - select open in notepad. Then select whole content of that file, copy it and then paste it ‘edit template’ box.

Then click on ’save template’ and click on confirm and save (optional). Open your blog and it will be sporting a spanking new Blogger template. Above procedure is for Blogger templates downloaded from 3rd party sites. , if you want to change among in-built Blogger templates.

Read more...

How to add or Change Favicon in Blogger Blog

Favicon is a small icon shown next to site URL in the address bar. In Blogger, by default orange colored blogger icon is shown as favicon. You can make your blog stand out by using your own customized icon. Before you implement the code, you can grab or make your own favicons: Make Favicons - Browse Favicons

To get started, first you need to backup your Blogger template: Click on ‘Layout’ > ‘Edit HTML’ and then click on ‘download full template’ to save it on your computer. Now perform following steps to a change favicon in your Blogger blog:

1. Click on ‘Layout’ > ‘Edit HTML’

2. Then add following code after

href=’http://www.URL.com/favicon.ico’ rel=’shortcut icon’/>

href=’http://www.URL.com/favicon.ico’ rel=’icon’/>

Above http://www.URL.com is the web address or location where your favicon is stored (hosted). You can upload favicon to Googlepages (now Closed) or on any free image hosting websites that support favicons upload.

‘favicon.ico’ is the name of your favicon file. You can use any name like myfavicon.ico and so on. After adding above code, update the http://www.URL.com and favicon.ico in the code.

Then click on save template button. Open your blog and your new favicon should be visible in the address bar!

Read more...

How to Embed Scribd iPaper Documents into a Blog

Scribd

iPaper is a versatile application by Scribd that enables you to embed documents into your website or blog. With this easy-to-use tool, you can embed documents in a number of formats, such as PDF, Word document, PowerPoint or text file. You can make a document public or private, email it to a friend, embed Google Adsense ads to earn revenue, and even bookmark it and share it on social networks such as MySpace and FaceBook. Read on to learn how to embed Scribd iPaper Documents into a Blog. We'll use blogger as an example for how to do this, but the same method can be used for any other blog

    Embed Scribd iPaper Documents into Your Blog

  1. Step 1

    Sign up for an account at the Scribd Home page (See Resources below). Log into your account. Click on the "Upload" button at the top of the page. Next, click on the button labeled "Click to Upload" on the next page.

  2. Step 2

    Browse for the file you want to upload and embed in your blog. Click on "Open." On the next page, enter a description and tags if desired. Click on the blue button labeled "Publish." This will take you to your uploaded document.

  3. Step 3

    Click on the Scribd iPaper drop-down menu, right above your document. Click on "Embed Codes."

  4. Step 4

    Select from the two options*The first option: "URL Link" provides the direct link to the iPaper on Scribd.*The second option: "Embed Code" contains the block of script that you will embed into your blog. Click on the "Copy" button, which will place the code onto your clip board.(Alternatively, click on the "Embed" icon that is right above your document to copy and paste the code).

  5. Step 5

    Log into your Blogger account. Open the post you want to embed the iPaper into, or create a new post. Click the tab to switch to HTML mode. Press "Control + V," which will paste the code into your blog. (for Macs, press Command + V)

  6. Step 6

    Click on "Publish" and in a few seconds, the iPaper document will be embedded. When you click on "View" you will find your embedded iPaper document displayed. You can opt to have the embedded document displayed as a flip.
here is a example...

Scribd iPaper - Embed Documents in Web Pages Also Make Money via Google AdSense Scribd iPaper - Embed Documents in Web Pages Also Make Money via Google AdSense Asmara Scribd iPaper - Embed Documents in Web Pages Also Make Money via Google AdSense

Read more...

How to Change Blogger Standard Domain To Co.cc

First of all you need a domain name registered at CO.CC in order to set it up for blogger. If you do not already have a CO.CC domain name you can register one by following my tutorial Get a Free Domain Name + Free DNS service. Once you have it Go to your CO.CC domain name account. Then, go to Domain Settings. Click on the domain that you want to setup and click “Set UP“. Then, select the option number 2 which is Zone Records. Fill in the box with all the following value in the picture. Make sure you also include the WWW with it. After that, click setup.

Then, you also should add 3 more zone records to the settings. Why we do this? This is to make sure that your domain also can be accessed with and without the www infront of it. So, if anyone type yourdomain.co.cc instead of www.yourdomain.co.cc, they will be directed to your www.yourdomain.co.cc.

First, you need to add 3 more Zone Record follow by the following diagram. Make sure the Type is A, not CNAME. We have already setup CNAME before. Also do not include the WWW in the domain host. Just put yourdomain.co.cc. Then, use the following for the Value:

  1. 64.233.179.121
  2. 66.249.81.121
  3. 72.14.207.121

When, you’re done you will have 4 Record Zone in your setting. 3 type A and one type CNAME just like the following diagram.

Now, we have already done setup everything in CO.CC. Lets move to the Blogger to setup the domain and replace your blogspot domain with this free domain name. In your blogger dashboard, click on Settings.


After Setting, click on the Publishing Tab. Then, select Custom Domain and click on Switch to advanced settings. Fill your domain name in the your domain including with WWW in it. Enter the word verification and lastly click Save Settings.


After Saving Settings a new OPTION will appear with under the Domain name as shown in the figure check the box. Enabling this option will Redirect yourdomain.co.cc to www.yourdomain.co.cc.


Now you’re DONE! The domain name will setup after a few minutes or hour or maybe taking a day or two. Just wait for it. During this period you may see your domain name still redirect to co.cc main homepage. But don’t worry, it is a normal situation for a domain to update. Just wait for it.
Stay tuned.
CO.CC:Free Domain

Read more...

June 5, 2009

Hacking Bike lock - -

try yourself..

Read more...

About This Blog

Lorem Ipsum

  © Blogger templates Newspaper III by Ourblogtemplates.com 2008

Back to TOP