Best 2 Know

The Ultimate Blogging Resource

  • Advertising
  • WebHosting
  • Contact Us
  • Blogger
    • Blogger Templates
    • Blogger Tutorials
  • Browser
    • Firefox
    • Google Chrome
  • Google
  • Internet
    • Facebook
    • Twitter
  • Thesis
  • Windows
  • WordPress
    • WordPress Themes
    • WordPress Plugins
  • More
    • Linux
    • Review
    • Solutions
    • Announcements

Category: Internet

Team Viewer

Friends today my friend was having problem in editing his template. So he told me to edit his template then i told him how can i edit his template without signing in with his account he told me to download that software and we got connected i get shocked i liked the software very much.

Download 

After Downloading it you can install or directly run it . User of both pc gets an unique id if you want your friend should see your desktop then your friend required your id and password.

Preview: 

June 7, 2009 Ritesh Sanap Internet, Solutions, Windows Cool things, Hacks, Software

ZooZooo – Vodafone Logos

You might have seen Vodafone Advertisement On Television Their is an new advertisement Named Zoo Zoo i thing you have liked them because i have too liked them . you might be thinking from where i can download the stuffs like that so here’ an official Site By Facebook for Zoo zoo lovers and who want to download their Stuffs.

Link to Site : http://www.facebook.com/zoozoo

June 7, 2009 Ritesh Sanap Internet Cool things

Read More hack for Blogger with automatic Thumbnail creator script

You have seen many a times the Read More Widget made by Hackosphere was very popular but was not able complete most of needs.

1. Major Problem
we have to add this code always.


Type your summary here
<span id=”fullpost”>
Type rest of the post here
</span>

2. This feature can be available only for future posts.

That is if you already have 50 posts in your blog and then after that you are adding this hack to your template then you need to add the above tag in each and every previous 50 posts to make this hack working. But it’s a tedious process.

3. Can’t create Thumbnails automatically

This hack can’t create automatic thumbnails for posts.

Now a new version has been developed by my blogger friends. I would like to share that new version of read more hack with you all.

Read More hack with automatic Thumbnail creator script

This hack has overcome all the drawbacks of the previous version of read more hack. This hack is developed by Blogsphera . ( Translated version ).

Let’s see the installation instructions :

Adding the Javascript

To add the javascript files to the header , first login to your blogger account. Then navigate to Layout section of your blog and then move to EDIT HTML sub tab and check ” Expand Widget Templates ” option in the edit html page.

There search for this tag : </head>

Now place the following code above that tag </head> :

<SCRIPT type=’text/javascript’> var thumbnail_mode = &quot;no-float&quot; ; summary_noimg = 500; summary_img = 400; img_thumb_height = 130; img_thumb_width = 281; </SCRIPT> <SCRIPT src=’http://www.smashingtips.com/wp-content/uploads/2009/05/read-more.js’ type=’text/javascript’/>

Then Add This Code
search for this tag  <p><data:post.body/></p> or <data:post.body/>
Now replace that whole tag with the code below :

<b:if cond=’data:blog.pageType == &quot;item&quot;’>
<p><data:post.body/></p>
<b:else/><DIV expr:id=’&quot;summary&quot; + data:post.id’><p><data:post.body/></p></DIV> <SCRIPT type=’text/javascript’>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);</SCRIPT> <div style=’clear: both;’/> <div style=’border:0px;padding-top:5px;;float:right;text-align:right;’><span class=’readon’><a expr:href=’data:post.url’ rel=’bookmark’><img src=’http://i422.photobucket.com/albums/pp302/bloggeracs/ReadMore.png‘/></a></span></div>
</b:if>

You can now preview your template and then save it.

Customizing The code 

Now let us see how to customize the code to suit your style :

  • var thumbnail_mode = “no-float”;
  • By default i have selected no-float. That the image will be unformatted. If you want the thumbnail to be shown only on left use the option ” float ” instead of “no-float”.

  • summary_noimg = 500 ;
  • This code will decide how much characters must be shown in the post if that post doesn’t contain any images. I have selected 500 characters.. you can customize it to suit ur template.

  • summary_img = 400 ;
  • If the post contains image , then this code will decide how many characters must be shown in that post. Change the number of characters to be shown to suit your template.

  • img_thumb_height = 130;
  • This tag decides the height of the thumbnail to be shown in the post. Vary the number 130 to suit your template.

  • img_thumb_width = 281 ;
  • This tag decides the width of the Thumbnail image to be shown

Adding read more image 

The author of this hack haven’t included any read more buttons in this hack. But I have modified the code and have included a image to link to the full post.


http://i422.photobucket.com/albums/pp302/bloggeracs/ReadMore.png

If you want to change the image then replace the url of the image with your own image

or if you don’t need any read more button , then replace the code in final step to this one :

 <b:if cond=’data:blog.pageType == “item”‘>
<p><data:post.body/></p>
<b:else/><DIV expr:id='”summary” + data:post.id’><p><data:post.body/></p></DIV> <SCRIPT type=’text/javascript’>createSummaryAndThumb(“summary<data:post.id/>”);</SCRIPT> <div style=’clear: both;’/><div style=’border:0px;padding-top:5px;;float:right;text-align:right;’><span class=’readon’><a expr:href=’data:post.url’ rel=’bookmark’>Read More…</a></span></div>
</b:if>

 change the tag in red to suit your style.


source :http://www.techieblogger.com/

May 17, 2009 Ritesh Sanap Blogger Tutorials, Internet, Solutions Blogger Hacks, Cool things, Hacks

How to send content summary only for my feedburner subscribers via email?

Many of the blogger in the world uses Feedburner which is now associated with google and its leading nowadays. You have subscribed to some of the sites you like you see that some of them show only short post How do they do that ? its very simple just follow below Steps:

  1. Log in to your blogger dashboard 
  2. Click on setting link / button
  3. Click on Site Feed
  4. Click on drop arrow and Select Short Instead Of Full 
  5. Click on Save.

Enjoy All the Fun this will increase your page views and Rank too.

May 11, 2009 Ritesh Sanap Blogger Tutorials, Internet, Solutions Blogger Hacks, Cool things, Hacks

Add TwitThis on your Blogger template and drive more traffic on your website

TwitThis is an easy way for people to send Twitter tips messages about your blog post or website. This tutorial illustrates a simple way to add a TwitThis link on each post of your Blogger template. I suggest you to try it because it’s very useful and drive a lot of traffic on your website if you have a good Twitter network.


To add TwitThis on your Blogger template you can using the code you can find here.
That code uses JavaScript. If you want use a simpler way to add it use this alternative.



HTML Code

  1. login to your blogger dashboard
  2. Click on Layout

    preview :
     

  3. Click on Edit HTML

    Preview :

  4. Check Expand Widget Templates

    Preview :

  5. Then add the Below Code Were You Want (This Code Will Only Display Link)

    <a expr:href='”http://twitthis.com/twit?url=” + data:post.url + “&amp;title=” + data:post.title’>Twit This!</a>

    Note : Copy and paste the code exactly how it is in the box above! Don’t remove spaces!

  6. Save Your Template

If you Want To Display With Image Use This CSS Code

If you like my TwitThis link (), add this class in your CSS file and use it in the previous link:



Add the below Code  Before ]]></b:skin>

.share-twitthis{
background:url(http://tinyurl.com/ay2jsc) 10px top no-repeat;
padding-left:42px;
font-size:11px;
line-height:18px;
}

Then add this code where you want it to Display

<div class=’share-twitthis’><a expr:href='”http://twitthis.com/twit?url=” + data:post.url + “&amp;title=” + data:post.title’>Twit This!</a></div>

Thats All Enjoy !

May 8, 2009 Ritesh Sanap Blogger Tutorials, Internet Blogger Hacks, Tutorials

HORIZONTAL AND VERTICAL SPACING


CREATING PARAGRAPH INDENTATION:

There are three main ways of creating paragraph indentation:

1. One method is to create an empty, completely transparent image with a height of 1 pixel and a width of about 40 to 70 pixels (depending on how wide you want your indentation), anchor the image at the beginning of each paragraph, and the text will wrap around the image creating an indentation. It’s too much work for me.

2. You can also create an indentation using the <SPACER> tag, but keep in mind, this tag is recognized by Netscape 3.0 and 4.0, but not by any version of Internet Explorer to date.

Use the HORIZONTAL SIZE attribute of the <SPACER> tag to create a paragraph indentation. For instance, to get a 50 pixel horizontal indentation before a line of text, your HTML should look like this:

<SPACER TYPE=HORIZONTAL SIZE=50>Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here.

And you will get this (no indentation if you are using Explorer):

Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here.

3. The quickest way to create paragraph indentation – and the method recognized by all browsers – is to use a series of non-breaking spaces. HTML ignores extra white space within text. A browser will recognize the first space after a character, but any white space after is ignored. However, you can use a non-breaking space (&nbsp;), or a series of non-breaking spaces, to put extra white space within, or at the beginning or end of a text string.

For example, adding 6 non-breaking spaces at the beginning of the text string will indent the following sentence by 6 character spaces:

This text has an indent of 6 non-breaking spaces.

SPACING ABOVE AND BELOW TEXT:

There are two ways to create space above or below text:

1. You can use the VERTICAL SIZE attribute of the <SPACER> tag to create space above text. For instance, to get a 30 pixels of space above text, your HTML should look like this:

<SPACER TYPE=VERTICAL SIZE=30>Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here.

And you will get this – 30 pixels of space before the following text:

Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here. Your text here.

Once again, the <SPACER> tag is recognized by Netscape 3.0 (and later versions), but not by any version of Internet Explorer to date.

2. The cheater’s way to include space above or below text (and the one method recognized by all browsers) is to just add some blank lines. Adding a series of paragraph breaks will not work (i.e. <P> <P> <P> <P> <P> <P>), but add a non-breaking space in between each paragraph break, and you have a very simple way of adding space above or below text:

<P> &nbsp; <P> &nbsp; <P>

SPACING AROUND IMAGES:

Using HSPACE (horizontal space) and VSPACE (vertical space) within the IMG SRC tag will give you horizontal and vertical padding around an image. For example, the following with give you 10 pixels above, below, and on each side of your image:

<IMG SCR=”yourimage.gif” HSPACE=10 VSPACE=10>

May 4, 2009 Ritesh Sanap Internet, Solutions, Windows Cool things, Hacks

MS-DOS and command line overview

Below is a listing of each of the MS-DOS commands currently listed on Computer Hope and a brief explanation of what each of the commands do. The below commands are all MS-DOS commands, which means not all the below commands will work in your version of MS-DOS and/or Windows command line. Clicking on the command will open the help page for that command with full details about it.

CommandDescription
Aansi.sysNSI.SYSDefines functions that change display graphics, control cursor movement,
and reassign keys.
appendCauses MS-DOS to look in other
directories when editing a file or running a command.
arpDisplays, adds, and removes arp
information from network devices.
assignAssign a drive letter to an
alternate letter.
assocView the file associations.
atSchedule a time to execute
commands or programs.
atmadmLists connections and
addresses seen by Windows ATM
call manager.
attribDisplay and change file
attributes.
batchRecovery console command that
executes a series of commands in a file.
bootcfgRecovery console command that
allows a user to view, modify, and rebuild the boot.ini
breakEnable / disable CTRL + C
feature.
caclsView and modify file ACL’s.
callCalls a batch file from
another batch file.
cdChanges directories.
chcpSupplement the International keyboard and character set
information.
chdirChanges directories.
chdskCheck the hard disk drive
running FAT for errors.
chkntfsCheck the hard disk drive
running NTFS for errors.
choiceSpecify a listing of multiple
options within a batch file.
clsClears the screen.
cmdOpens the command interpreter.
colorEasily change the foreground
and background color of the MS-DOS window.
commandOpens the command interpreter.
compCompares files.
compactCompresses and uncompress
files.
controlOpen Control Panel icons from
the MS-DOS prompt.
convertConvert FAT
to NTFS.
copyCopy one or more files to an
alternate location.
cttyChange the computers
input/output devices.
dateView or change the systems
date.
debugDebug utility to create
assembly programs to modify hardware settings.
defragRe-arrange the hard disk drive
to help with loading programs.
delDeletes one or more files.
deleteRecovery console command that
deletes a file.
deltreeDeletes one or more files
and/or directories.
dirList the contents of one or
more directory.
disableRecovery console command that
disables Windows system services or drivers.
diskcompCompare a disk with another
disk.
diskcopyCopy the contents of one disk
and place them on another disk.
doskeyCommand to view and execute
commands that have been run in the past.
dosshellA GUI to help with early
MS-DOS users.
drivparmEnables overwrite of original
device drivers.
echoDisplays messages and enables
and disables echo.
editView and edit files.
edlinView and edit files.
emm386Load extended Memory Manager.
enameRecovery console command to
enable a disable service or driver.
endlocalStops the localization of the
environment changes enabled by the setlocal
command.
eraseErase files from computer.
exitExit from the command
interpreter.
expandExpand a Microsoft Windows
file back to it’s original format.
extractExtract files from the
Microsoft Windows cabinets.
fasthelpDisplays a listing of MS-DOS
commands and information about them.
fcCompare files.
fdiskUtility used to create
partitions on the hard disk drive.
findSearch for text within a file.
findstrSearches for a string of text
within a file.
fixbootWrites a new boot sector.
fixmbrWrites a new boot record to a
disk drive.
forBoolean used in batch files.
formatCommand to erase and prepare a
disk drive.
ftpCommand to connect and operate
on a FTP server.
ftypeDisplays or modifies file types used in file extension associations.
gotoMoves a batch file to a
specific label or location.
graftablShow extended characters in
graphics mode.
helpDisplay a listing of commands
and brief explanation.
ifAllows for batch
files to perform conditional processing.
ifshlp.sys32-bit file manager.
ipconfigNetwork command to view
network adapter settings and assigned values.
keybChange layout of keyboard.
labelChange the label of a disk
drive.
lhLoad a device driver in to
high memory.
listsvcRecovery console command that displays
the services and drivers.
loadfixLoad a program above the first
64k.
loadhighLoad a device driver in to
high memory.
lockLock the hard disk drive.
logoffLogoff the currently profile using the computer.
logonRecovery console command to
list installations and enable administrator login.
mapDisplays the device name of a
drive.
mdCommand to create a new
directory.
memDisplay memory on system.
mkdirCommand to create a new
directory.
modeModify the port or display
settings.
moreDisplay one page at a time.
moveMove one or more files from
one directory to another directory.
msavEarly Microsoft Virus scanner.
msdDiagnostics utility.
msdexUtility used to load and
provide access to the CD-ROM.
nbtstatDisplays protocol statistics and current TCP/IP connections using
NBT
netUpdate, fix, or view the network or
network settings
netshConfigure dynamic and static
network information from MS-DOS.
netstatDisplay the TCP/IP network
protocol statistics and information.
nlsfuncLoad country specific
information.
nslookupLook up an IP
address of a domain or host on a network.
pathView and modify the computers
path location.
pathpingView and locate locations of
network latency.
pauseCommand used in batch files to
stop the processing of a command.
pingTest / send information to
another network computer or network device.
popdChanges to the directory or
network path stored by the pushd
command.
powerConserve power with computer portables.
printPrints data to a printer port.
promptView and change the MS-DOS prompt.
pushdStores a directory or network
path in memory so it can be returned to at any time.
qbasicOpen the QBasic.
rdRemoves an empty directory.
renRenames a file or directory.
renameRenames a file or directory.
rmdirRemoves an empty directory.
routeView and configure windows
network route tables.
runasEnables a user to execute a
program on another computer.
scandiskRun the scandisk utility.
scanregScan registry and recover
registry from errors.
setChange one variable or string to another.
setlocalEnables local environments to
be changed without affecting anything else.
setverChange MS-DOS version to trick
older MS-DOS programs.
shareInstalls support for file sharing and locking capabilities.
shiftChanges the position of replaceable parameters in a batch
program.
shutdownShutdown the computer from the
MS-DOS prompt.
smartdrvCreate a
disk cache in conventional memory or extended memory.
sortSorts
the input and displays the output to the screen.
startStart a separate window in Windows from
the MS-DOS prompt.
substSubstitute a folder on your computer for another drive letter.
switchesRemove add functions from
MS-DOS.
sysTransfer system files to disk
drive.
telnetTelnet
to another computer / device from the prompt.
timeView or modify the system
time.
titleChange the title of their MS-DOS window.
tracertVisually view a network
packets route across a network.
treeView a visual tree of the hard
disk drive.
typeDisplay the contents of a
file.
undeleteUndelete a file that has been
deleted.
unformatUnformat a hard disk drive.
unlockUnlock a disk drive.
verDisplay the version
information.
verifyEnables or disables the feature to determine if files have been written properly.
volDisplays the volume information
about the designated drive.
xcopyCopy multiple files,
directories, and/or drives from one location to another.

April 30, 2009 Ritesh Sanap Internet, Solutions, Windows Cool things, Hacks

How to backup and restore my Internet Favorites / Bookmarks.

Although there are several third-party software programs that will enable you to backup, restore, and manage your Internet browser bookmarks or favorites, all modern browsers today include bookmark managers and are capable of backing up and restoring your bookmarks and/or favorites. Below is a listing of each of the major browsers and how to backup and recover your Internet bookmarks or favorites.

Tip: If you’ve considered moving from one browser to another you can often backup your bookmarks in one browser and then follow the below restore tips to import those bookmarks into your new browser.

Microsoft Internet Explorer

Note: By default, Microsoft Internet Explorer will save your bookmarks as bookmark.htm.

Internet Explorer 5.0 and above users backing up favorites.

1. Within Internet Explorer, click the File menu and “Import and Export…”.
2. Within the Import and Export window click Next.
3. Click “Export Favorites” and click Next.
4. Select the folder wish to backup; if you wish to backup all favorites, leave the Favorites folder highlighted and click Next.
5. Select the destination you wish to save the favorites and click Next.
6. Click Finish.

Internet Explorer 5.0 and above recovering backup files from an Internet Explorer or Netscape backup.

1. Within Internet Explorer, click the File menu and “Import and Export…”.
2. Within the Import and Export window click Next.
3. Click “Import Favorites” and click Next.
4. Select the location that contains your favorites and click Next.
5. Select where you with to save your favorites and click Next.
6. Click Finish.

Mozilla Firefox

Recent versions of Firefox backup

1. Open Mozilla Firefox.
2. Click Bookmarks and then “Organize Bookmarks”.
3. Click “Export HTML” or Click “Import and Backup” and then “Backup”. We suggest Exporting to HTML since all browsers support the ability to easily read these files.
4. Type the filename you wish to save the file as and the destination and then click the Save button.

Recovering favorites in recent versions of Firefox

1. Open Mozilla Firefox.
2. Click Bookmarks and then “Organize Bookmarks”.
3. Click “Import and Backup”.
4. If the file is a JSON file click “Restore” and choose file. If the file is a .HTM/.HTML file or other browser file click “Import HTML” and follow the import wizzard.

Other versions of Firefox backup

1. Open Mozilla Firefox.
2. Click Bookmarks and then “Manage Bookmarks”.
3. In the Bookmarks Manager window click File and choose Export.
4. By default your bookmarks file will be called bookmarks.html. Choose the location you wish to save the bookmarks file to and click the Save button.

Netscape

Note: By default, Netscape will save your bookmarks as bookmarks.html.

Netscape Communicator / Netscape 7.0 and above users backing up bookmarks

1. Within Netscape, click Bookmarks and “Manage Bookmarks…” or CTRL+B.
2. Within the Bookmark manager click Tools and Export
3. Select where you wish to export the file and click ok.

Netscape Communicator / Netscape 7.0 and above users recovering backup files from Netscape backup or Internet Explorer.

1. Within Netscape, click Bookmarks and “Manage Bookmarks…” or CTRL+B.
2. Within the Bookmark manager click Tools and Import
3. Select the file you wish to Import and click open.

Opera

Note: By default, Opera will save your bookmarks as Opera6.adr. If your version of Opera is not 6, this filename may change.

Opera users backing up your bookmarks

1. Within Opera, click the File menu and Export.
2. Select the destination to where you wish to save the backup of your favorites to and click Save.

Opera users recovering a backup of your bookmarks.

1. Within Opera, click the File menu and Import.
2. Select “Opera bookmarks”, “Netscape bookmarks”, or “Internet Explorer favorites” depending on which bookmarks or favorites you wish to recover.
3. Select the file or folder you wish to recover.
4. Click ok.

April 30, 2009 Ritesh Sanap Internet, Solutions, Windows Cool things

Posts pagination

Previous page Page 1 … Page 3 Page 4 Page 5 … Page 14 Next page

Currently Trending

  • How to download Specific parts of YouTube videos
    How to download Specific parts of YouTube videos
  • Windows Vista CD key
    Windows Vista CD key
  • How to retrieve my Demonoid username
    How to retrieve my Demonoid username
  • How to add Logo to Thesis theme
    How to add Logo to Thesis theme
  • How to Delete Feedbacks from JetPack Contact Form
    How to Delete Feedbacks from JetPack Contact Form
  • List Of All 255 Keyboard All Alt Key Codes
    List Of All 255 Keyboard All Alt Key Codes
  • h4x0r ( Hacker ) - Blogger Template
    h4x0r ( Hacker ) - Blogger Template

Get Latest post in your Inbox

Random Posts

[How-To] To Send Blank Scarp In Orkut

December 17, 2007 By Ritesh Sanap Leave a Comment

How to add Logo to Thesis theme

June 21, 2011 By Ritesh Sanap 3 Comments

Top 5 Jquery Slide Gallery

June 12, 2010 By Ritesh Sanap 2 Comments

How To Make a Bootscreen !

March 23, 2009 By Ritesh Sanap Leave a Comment

Add Social Bookmarking Icons After Every Post In Blogger Blog

April 29, 2010 By Ritesh Sanap 8 Comments

WordPress

HTTP2 Server Push for W3 Total Cache Minify plugin

August 17, 2016 By Ritesh Sanap 5 Comments

How to Disable Emojis in WordPress

January 6, 2016 By Ritesh Sanap Leave a Comment

JetPack Related posts and Sharing not working with NGINX

November 10, 2015 By Ritesh Sanap Leave a Comment

Simply Pure – WordPress Theme

November 2, 2014 By Ritesh Sanap 2 Comments

Advanced What should we Write about next? – WordPress Plugin

July 28, 2014 By Ritesh Sanap Leave a Comment

How to Disable Self Pingback or TrackBack

January 16, 2014 By Ritesh Sanap Leave a Comment

BlueStrap – WordPress Theme

January 1, 2014 By Ritesh Sanap 15 Comments

How to Create Multiple Excerpts in WordPress

December 24, 2013 By Ritesh Sanap Leave a Comment

How to Disable Auto Update in WordPress

November 21, 2013 By Ritesh Sanap Leave a Comment

How to Delete Feedbacks from JetPack Contact Form

November 19, 2013 By Ritesh Sanap 9 Comments

Recent Posts

  • HTTP2 Server Push for W3 Total Cache Minify plugin
  • How to show hidden files and folders in Mac OS X
  • How to Disable Emojis in WordPress
  • Canva – Online Photo Editor
  • JetPack Related posts and Sharing not working with NGINX

Archives

Recommends

  • DigitalOcean – Cloud Hosting
  • Dropbox – Cloud Storage
  • Elegant Themes – WordPress Themes
  • LastPass – Password Manager
  • Like us on Facebook
  • Follow on Twitter
  • +1 on Google
  • Subscribe via Email
  • RSS Feed

© 2025 Best 2 Know · All Rights Reserved · We ♥ DigitalOcean