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: Windows

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

Basic PC shortcut keys

Shortcut keys help provide an easier and usually quicker method of navigating and using computer software programs. Shortcut keys are commonly accessed by using the Alt (on IBM compatible computers), command key (on Apple computers), Ctrl, and/or Shift in conjunction with a single letter. The de facto standard for listing a shortcut is listing the modifier key, a plus symbol, and the single character. Or in other words, “ALT+S” is telling you to press the Alt key and while continuing to hold the Alt key, press the S key to perform the shortcut.

The below basic shortcut keys are a listing of shortcut keys that will work with almost all IBM compatible computers and software programs. It is highly recommended that all users keep a good reference of the below short cut keys and/or try to memorize the below keys. Doing so will dramatically increase your productivity.

Shortcut KeysDescription
Alt + FFile menu options in current program.
Alt + EEdit options in current program
F1Universal Help in almost every Windows
program.
Ctrl + ASelect all text.
Ctrl + XCut selected item.
Shift + DelCut selected item.
Ctrl + CCopy selected item.
Ctrl + InsCopy selected item
Ctrl + VPaste
Shift + InsPaste
HomeGoes to beginning of current line.
Ctrl + HomeGoes to beginning of document.
EndGoes to end of current line.
Ctrl + EndGoes to end of document.
Shift + HomeHighlights from current position to beginning of line.
Shift + EndHighlights from current position to end of line.
Ctrl + Left arrowMoves one word to the left at a time.
Ctrl + Right arrow Moves one word to the right at a
time.

April 30, 2009 Ritesh Sanap Internet, Solutions, Windows

Microsoft Windows XP and Vista boot time

If you’re running Windows XP or Vista with a computer that has a multiple core processor such as the Intel Core 2 duo you can increase how fast your computer boots up by having it use multiple processors for its boot sequence. Following the below steps to have Windows do this for you.

1. Click Start and Run (for XP) and type: msconfig and press enter.
2. Click the BOOT.INI or BOOT tab.
3. XP users highlight the line beginning with “multi” if not already selected and click the Advanced Options button.
4. In the Advanced Options Window for /NUMPROC= or Number of Processors change it to 2.
5. Reboot the computer.



April 28, 2009 Ritesh Sanap Solutions, Windows

Folder Background Images in WinXP

This brief tutorial explains how to add a background image to any folder in Windows XP.

First, make sure all hidden files are visible on your system. Then, open the folder for which you wish to add a background image. Within the folder, right-click and select Properties » Customize tab » Customize. There, choose any icon, click Apply and OK.

That process should have created a “desktop.ini file. Open that file with a text editor and add these lines of code:

[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC}
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
IconArea_Image=C:\path\folder\background.jpg


To customize this according to your needs, edit the path in the last line to reflect to the location of the image you wish to use as the background image for that folder. Refresh the folder and the new background should appear.

Finally, to remove the default icon chosen during the creation of the desktop.ini and restore the default folder icon, delete these lines of code from within the desktop.ini file:

[.ShellClassInfo]
IconFile=%SystemRoot%\system32\shell32.dll
IconIndex=(some number)


April 13, 2009 Ritesh Sanap Solutions, Windows Cool things, Hacks, Tutorials

Explorer.exe Deleted Or Taskbar Deleted

As i was on internet my Antivirus find some about 2000 Virus and in that my Explorer.exe was also infected . I dont have saw it so i saved it to Vault . and then after restarting i saw that my Explorer.exe was not there and i have just deleted the vault and the question arises in front of me that how to bring back it. I found Two Ways To Bring it Back :



1. By Using System Restore.
2. Just Downloading an Clean Copy Of Explorer.exe – Easy Way Done Ever you Have Never Done With !

Method 1 – Using System Restore.

  1. Click ” Alt + Ctrl + Delete “
  2. Task Manager Will Open and Then Click “ “
  3. Then in the text box copy and paste this code ” %SystemRoot%\system32\restore\rstrui.exe “

  4.  

  5. Click on ““
  6. Check the ” Restore my Computer to an earlier  time “

  7.  

  8. Then Click On ““
  9. Then Select an earlier time

  10.  

  11. Then Click on ““
  12.  Then Again Click on ““
  13. Your Computer will take some time to restore and will restart and tada !
  14. Task bar is visible and the whole desktop .
  15. Remember After This long Process To make a restore Point by Using System Restore.
  16. Back up your Explorer.exe from ” C:\WINDOWS ” Save it to any other Drive.

Method 2 – Easy and Best For those who have Internet

  1. Click ” Alt + Ctrl + Delete “
  2. Task Manager Will Open and Then Click “ “
  3. Then Click on ““
  4.  

  5. Then Click on “”
  6. Then Select your Browser and Press Open.

  7. Then Just Download The File Created By Me ( Ritesh sanap)
  8. Then Just Open as you Open Other Files Using Task Manager
  9. Just then open Setup.bat . it will do its work. don’t think that Setup.bat is made for Hacking . After one and half of hard work result me in Setup.bat . It was made to reduce the half critical work for doing with Windows File.
At Last Enjoy !

Download

April 9, 2009 Ritesh Sanap Solutions, Windows Tutorials

How To Make a Bootscreen !


The Art of Making BootSkins
BootSkins are certainly the skinning fashion of the moment. These are replacements for the screen that is displayed when Windows is loading.
Previously, replacing these screens had been a somewhat risky affair involving hacking your Windows application to pieces, but now BootSkin (www.bootskin.com) allows you to replace the screen without risking damage to your Windows installation under Windows 2000 and Windows XP.

Note : The Software Required are Packed and the link to it is given at the end of the turtorial


The software allows you to apply one of the default skins or one downloaded from WinCustomize (http://www.wincustomize.com/skins.asp?library=32), but how do you create one of your own?

Well, it’s actually really easy. All that are required are 2 images and one configuration file. The first thing to do is to design how you want your skin to look when it’s completed.


This is my image as I want it to look. It’s just a tweak of the standard look. What you need to bear in mind currently is that BootSkin only works with 16 color images. There are plans to change this in the future to allow more colors but we must work with what’s available at the moment so keep your image simple.
The two images are the background and the progress bar. The background incorporates everything you see above apart from the blue progress bar in the top right. The box surrounding the progress bar is an optional part of the background image.
A lot of image programs claim to produce 4-bit (16 color) bitmaps but often the format is not quite right without knowing your image editing software well. What is fortunate here is that another Stardock program can help.

SkinStudio (www.stardock.com/products/SkinStudio) is mainly a tool for creating WindowBlinds and other skins but it has a useful tool built in that can help. If you select Tools … Bootskin … Prepare Image from the menu you will launch a little utility specifically for this purpose.
If you “browse” for your image you can load it into the utility.

You should then check the “Dither” option and experiment with the different Resampling and Dithering types to find the closest 16 color representation of your original image. You can then press “Save” and save your background image.

You can then move on to prepare the progress bar. The best way to do this is to start with an existing image to tweak. Basically however, in the BootSkin, you will eventually specify how much space the progress bar will take up and then this progress bar you create will be animated as Windows loads to fill this space.
Here we are using a simple image, which also uses the same 16 color palette as the background.

OK, so on to creating the actual BootSkin.
Under the directory where you installed BootSkin there is a Skins directory. Within this directory there will be a series of folders for each BootSkin installed. To add your skin, create a subdirectory with the name of your skin. I’m creating a directory called StardockEdition. Within that folder I’m going to place my two image files and a copy of an existing bootskin.ini file from one of the other folders.

We’re almost there now. We’ve done the hard work in creating the images. Now, we just need to change the .ini file to tell BootSkin how to use these images. Lets take a look at that file now.

[BootSkin]
Type=0
Name = “XXXXXXXXXXXX”
Author = “XXXXXXXXXXXX”
Description = “XXXXXXXXXXXX”
ProgressBar=XXXXXXXXXXXXXXXXX.bmp
ProgressBarX = XXX
ProgressBarY = XXX
ProgressBarWidth = XXX
Screen=XXXXXXXXXXXXXXXXXX.bmp

Note that I’ve replaced context with a series of XXXXXs. These are the areas you need to change.
Name
Here, simply enter the name of the BootSkin you have created within quotation marks.
e.g.
Name = “Windows Stardock Edition”
Author
Here, enter your own name so you can get the credit owed for your wonderful skin within quotation marks.
e.g.
Author = “_Martin_”
Description
Enter some information about the skin you have created, again within quotation marks.
e.g.
Description = “A simple twist on the standard login to give credit to Stardock’s wonderful software”
Progress Bar
Here, you need to enter the name of the bitmap file you are using for your progress bar.
e.g.
ProgressBar=StardockEditionProgress.bmp
ProgressBarX
You need to work our where you are placing the progress bar on the screen. This represents the absolute left edge of the bar. You can use your source image to work out the location.
e.g.
ProgressBarX = 508
ProgressBarY
This is the vertical coordinate of the top left of the progress bar on the screen.
e.g.
ProgressBarY = 12
ProgressBarWidth
This is how wide you want the progress bar to be. As Windows loads, the Progress bar image that you specified will be moved across this area. Once it has moved across the width of the progress bar you have specified here the progress bar will start again from the left edge of the progress bar.
e.g.
ProgressBarWidth = 118
Screen
Here, you need to enter the name of the bitmap file you are using for your background.
e.g.
Screen=StardockEditionBack.bmp
OK, so here’s the final version of the bootskin.ini file:

[BootSkin]
Type=0
Name = “Windows Stardock Edition”
Author = “_Martin_”
Description = “A simple twist on the standard login to give credit to Stardock’s wonderful software”
ProgressBar=StardockEditionProgress.bmp
ProgressBarX = 508
ProgressBarY = 12
ProgressBarWidth = 118
Screen=StardockEditionBack.bmp

Now that you have edited the file, save it.
If you load BootSkin now, you can see you skin in the list.


Click the Apply button and your skin will be shown the next time that Windows restarts.
The final thing you can do is to share your BootSkin with others. To do this, select your skin, and select File … Export Selected Skin to File. Then, select a name for your file and a location to save it to. You will then have a .bootskin file that you can share with other BootSkin users.

Note That For This Tutorial You Required SkinStudio 4 !
Download Software From Here :
Table Of Content
1.Skinstudio 4
2.Bootscreen 10.3
3.Logonstudio-(Extra)

March 23, 2009 Ritesh Sanap Solutions, Windows Author, background image, bootscreen, color bitmaps, color images, com, image editing software, image programs, moment, progress, progress bar, replacements, series, skin, Software, space, tool, Tutorials, windows application, windows installation, www

XP Tips & Tricks

XP Tips and Tricks Many of our Microsoft Monday posts over the last several months have focused on Windows Vista — after all, it is the latest operating system from Microsoft. While it’s the “latest and greatest” as they say, we know many of you still use and prefer Windows XP. Today we thought we’d spend some time going over a few Windows XP tips. Some of the tips you may be well familiar with while others will be completely new to you. This will be the first in a two part series, so stay tuned for the 2nd edition.
Many of these tricks use the Windows Registry Editor, which you can start by pressing WinKey+R and type regedit into the box.
Note: Some of these tips may work in Vista, but we have not tested them in Vista.

–Rename the Recycle Bin–

Want to rename the Recycle Bin? Here’s what you gotta do:

  1. Run the Registry Editor and navigate to HKEY_CLASSES_ROOT\ CLSID\ {645FF040-5081-101B-9F08-00AA002F954E}
  2. Double-click on (Default), and change the name of the Recycle Bin. Close the Registry, and press F5 on the desktop to refresh the icon.

–Network Sharing–

When you’re looking at files on a network drive you might have noticed that it can take a rather long time (up to 30 seconds). What happens is XP checks to see if the other PC has any scheduled tasks. You can disable that by:

  1. Run the Registry Editor and navigate to HKEY_LOCAL_Machine\Software\Microsoft\Windows\ CurrentVersion\Explorer\RemoteComputer\NameSpace.
  2. Delete the {D6277990-4C6A-11CF-8D87-00AA0060F5BF} key. Close the Registry.
  3. While you’re there you can also delete the {2227A280-3AEA-1069-A2DE-08002B30309D} key if you don’t use printer sharing.
  4. Reboot your computer.

–Excessive Printing–

This probably isn’t for home users, but for all the people out there that do a lot or printing this is something you should consider doing. By tweaking this Registry setting the printing process will have a higher priority. Here’s the details:

  1. Run the Registry Editor and navigate to HKEY_LOCAL_MACHING\SYSTEM\CurrentControlSet\Control\Print.
  2. Create a new DWORD called SpoolerPriority, and give it a value of 1.
  3. Reboot your computer.

–Disable Last Access Time Stamp–

This small little tweak is a great one, because it disables a feature that most people never even use. By default Windows always keeps track of the “Last Accessed” date in the file or folder’s properties. If you’re constantly opening and closing files you’re causing some additional work for Windows since it has to update the last accessed date each time. If you never use that property feel free to disable it:

  1. Run the Registry Editor and navigate to HKEY_LOCAL_MACINE\SYSTEM\CurrentControlSet\Control\ FileSystem.
  2. Create a new DWORD called NtfsDisableLastAccessUpdate, and give it a value of 1.
  3. Reboot your computer.

–Remove Text from Icons–

I would have to put this trick up near the top of my favorites list. With it you can prevent the text from appearing below icons on the desktop. If you’re looking to clean up your desktop a bit this could be the perfect way:

  1. Right-click on an icon, and choose the Rename option. Delete all of the text.
  2. Hold down the Alt key and type 0160 (note: you shouldn’t see any text being typed). That will essentially make a space character the file name. Press Enter to save the results.
  3. You can repeat this for several icons, but there is one catch. You probably know that you can’t have multiple icons in the same folder (or on the desktop) with the same name. To get around that for a second shortcut you can do Alt+0160 + Alt+0160. That will essentially create two spaces for the filename, and for a third shortcut you could do Alt+0160 + Alt+0160 + Alt+0160. As you can see this would get tedious rather quickly, but for a handful of shortcuts it is pretty nice.

March 16, 2009 Ritesh Sanap Solutions, Windows Cool things, Hacks

From Netbook to Jetbook- Make your notebook super fast

The birth of the Intel Atom processor has been instrumental in paving the way for low-budget, ultra-compact and energy-efficient laptops which are popularly known as netbooks. These are the most compact mobile computing solutions that offer a complete web experience when on the move. The Intel Atom N270 clocked at 1.60 GHz along with 1 GB RAM, which is the bare minimum for running Windows XP, and a bunch of everyday applications such as an office suite, image viewer and a media player. However, you might want to upgrade the memory or hard drive for better performance and increased storage capacity. It becomes a necessity especially if the capacity of the stock 80 GB or 120 GB hard drive isn’t enough to hold your entire collection of music, videos and photos. In this hands-on story, we show you how to upgrade the memory and hard drive of your netbook. There’s also a big surprise for Eee PC users.

Opening the memory and hard drive compartment

This step is pretty straightforward in the case of Asus Eee PC and Lenovo IdeaPad S10. You will find a small plastic panel fastened by screws on the base of the netbook. Use the appropriate screwdriver to remove the screws and detach the panel to expose the compartment in which memory and hard drive are located. Opening the MSI Wind U100 is a bit of a hassle as the entire base has to be detached. You need to carefully unscrew each screw on the base and pull it out gently. Be careful while unfastening the interlocking clamps along the inner edges of the U100. The only netbook we gave up opening was the Acer Aspire One because the base lid failed to open despite removing all the screws.

What are the available upgrade options?

The only components upgradeable in netbooks are the hard drive and memory. Most entry level netbooks ship with an 80 GB hard disk except for a few high end models, which are fitted with a 120 GB or 160 GB hard drive. If you’re facing a storage space crunch you can opt for a higher capacity hard drive. Like laptops, netbooks are fitted with a 2.5-inch hard drive. These drives are available in 80 GB, 120 GB, 160 GB, 250 GB, 320 GB and 500 GB capacities. Choose your upgrade depending on your storage requirements and budget.

Currently all netbooks come installed with 1 GB RAM which suffices for handling basic office applications and Windows XP. An upgrade to 2 GB is recommended if you want to do multitasking or perform heavier tasks such as basic image editing. Since most netbooks have only a single RAM slot you will have to get rid of the old module and replace it with the new one. The MSI Wind U100 is an exception with 1 GB on-board RAM as well as a RAM slot.

Replacing the components

To replace the RAM, first eject the installed module by gently pushing the metal clamps on both sides of the slot outward. When the module pops out, slide it out from the slot holding it by its edges. Now insert the new module into the slot and press it down until the clamps snap in and hold it in place. Before replacing the hard drive, back up all your data and the drivers to an external storage device. The hard drive can be unplugged by first removing the screws holding it in place and then pulling it out. If the drive is fitted in a cage, you will have to remove it from the cage and fit in the new drive. Plug the hard drive into the SATA port and fasten it with screws. Finally, fit the panel back and your netbook is ready to fire up.

Install the operating system

Since netbooks don’t have an optical drive you will have to install the operating system and applications using an external USB optical drive or storage device. Install the device drivers and restore your backed up data to get back on track.

Overclocking the Eee PC

Now for the surprise. If you own an Asus Eee PC 900 or higher, you can overclock the Intel Atom N270 for a performance boost. Go to www.cpp.in/dev/eeectl and download the latest version of Eeectl (23 kb), which is a nifty utility to overclock the Eee PC on the fly. It also allows you to control the fan speed and screen backlight. Extract the contents of the archive into a folder but don’t run the utility yet. Eeectl loads the parameters from the file called eeectl.ini which is located in the same folder. Open it and scroll down to the section called Speed.Profiles and replace it with the following text:

Speed.Profiles = 54,188,1,2000 MHz;

Speed.StepDelay = 500

Speed.FSBIconMul = 1

Save the file and run Eeectl. It will show up as an icon in the system tray. Before hitting 2.0 GHz, set the fan speed to 100 percent in order to prevent the netbook from heating up. You can access the functions by right clicking on the Eeectl icon. Use CPU-Z to check if the processor is running at 2 GHz.

From Eee PC to Ooh PC!

We fitted the Eee PC 1000H with a solid state hard drive and 2 GB memory. Due to the absence of the hard drive motor, the battery life increased by 30 minutes to 3 hours and 30 minutes under load. In idle mode the Eee PC was alive for 7 hours and 25 minutes which is 3 hours more than the battery life with a regular hard drive. Next, we overclocked the Atom N270 from 1.60 GHz to 2.0 GHz and found out the difference in performance. The 25 percent increase in clock speed boosted the overall performance by 27 percent—very commendable!

Multi-touch trackpad

You can now add multi-touch capability to your Eee PC’s trackpad by using Elantech Smart-Pad which can be downloaded for free from . Although the website is in Chinese, you won’t miss the link to “Smart Pad” which is spelt in English. After installing the application, an additional tab called Elantech is added to the Mouse Properties dialog box which can be accessed from Control Panel. The add-on adds the ability to scroll, zoom, magnify and navigate pages using multi-touch.

March 14, 2009 Ritesh Sanap Solutions, Windows Cool things, Hacks, Software, Tutorials

Posts pagination

Previous page Page 1 … Page 3 Page 4 Page 5 … Page 15 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

WordPress to Blogger

March 20, 2010 By Ritesh Sanap Leave a Comment

How to increase twitter followers !

July 20, 2009 By Ritesh Sanap 5 Comments

Some of Greatest Brand Names on the Net. Where Do these Come From ?

July 19, 2008 By Ritesh Sanap Leave a Comment

How to turn off Post Revisions

March 21, 2011 By Ritesh Sanap Leave a Comment

Random post with Summary widget for blogger

June 12, 2010 By Ritesh Sanap 1 Comment

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