Saturday 29 September 2012

Watermark Background Image Script For Blogger


Demo: Look at the background Of my blog. It contains an image that remains in the background and static, even if the page is scrolled. That would be the watermark image!

How To Do This:-

  • Go to Design->Edit HTML [Template->Edit HTML in new blogger interface]
  • Find The Code </body>
  • Copy Below Code And Paste It Above/Before </body>
  • Don't Edit Anything In the Code.
Click Here To Select All Code


  • Then Save Template and See The Result.

Tuesday 25 September 2012

Samsung PC Studio 1.5.1.10095


Samsung PC Studio, manage your Samsung phone - rated 5 out of 5
While no PC Suite for mobile phones is as complex and fully-featured as the one for Nokia phones, the Samsung PC Studio is fairly good too. Once installed on your computer, this suite helps you keep your Samsung mobile phone updated (in terms of software installed aka firmware) and also allows you to manage its content with a minimum effort from your part. After you install the application all you need to do is connect your Samsung phone to the PC where this was installed onto, and the program will automatically recognize it and unlock the options for it. The application recently had a new word added in the title by the marketing team, so now it’s called Samsung New PC Studio (or NPS).

These are the main features of this mobile PC suite:


Manage messages. All your messages (SMS and MMS) can me managed directly from the PC through the Message Manager feature.

Synchronize/backup. Synchronization between your mobile phone and your PC for stored data can be both ways (synchronize) or only one way (phone to PC – backup). This can be done automatically and through PC Sync you can even synchronize with Microsoft Outlook.

Manage files and folders. Phone Explorer lets you manage any files residing on your phone directly from the PC and transfer data from one to the other.

Networking Wizard. Manage the internet connection thus access the Internet from your phone through the PC.

Compose multimedia messages. MMS Composer allows you to compose multimedia messages directly on your PC and send them through the phone.

Manage multimedia files. Multimedia Manager lets you download media files on your PC and edit or play these (music, video, photos). You can upload on your phone media files too. You can play various media files with the player directly on the phone if they are supported.

As a conclusion having this application on your PC makes a huge difference as everything is made automatically and the management is easy and straightforward.


Samsung New PC Studio (or PC Suite) works on Windows 7/Vista/XP and requires DirectX 9 or higher. You will need administrative rights in order to install it, otherwise you’ll receive an "You do not have permission to install this application. Please Log in as Administrator" error.


If you have a Samsung phone this application is a must have, it’s very useful and quite simple to use.




Monday 24 September 2012

Facebook jQuery POP OUT likebox widget generator



This Widget Generator let's you easily generate your favorite Facebook style Widget and also easily add to your Blogger Blog.



Use the Widget generator and Enjoy..!

How To Add This Widget.

Step 1: Add jQuery plugin (if your blog have a jquery plugin,ignore this step)

  • Go to Design->Edit HTML [Template->Edit HTML in new blogger interface]
  • Find The Code <head> & Copy Below Code And Paste It After/Below <head>.
Click Here To Select All Code
  • Go To The Widget Generator From Here.
  • And Generate The Code and Copy.
  • Go to Design-> Page Elements.
  • Click add gadget and select HTML/javascript.
  • Paste the generated code inside it and save it.
  • See The Result...

How To Disable Right Click In Blogger


Have you noticed, that some web sites do not allow their visitors using right mouse click while pointer is on the blog area. This option is useful for the site and blog owners, who want to minimize the possibilities of the content direct copying to other posts.

How To Do Disable Right Click:-
  • Login To Your Blogger Account.
  • Go to Template->Edit HTML and Click On Proceed [Design -> Edit HTML in Old blogger interface].
  • Find The Code <BODY>  
  • Replace <BODY> By Below Code.
Click Here To Select All Code
  • Then Save Template & See The Result...




Sunday 23 September 2012

Enable Right Click on Blocked Websites


You have seen many website have blocked there contents from being copying and users sometimes face problem in copying there contents for various purrpose , but all this is done to protect website content from hackers who hack the content and republish in some othere websites but all that blocked item can easly be copied , Here’s how

How To Do This.


All you know contents are blocked using javascripts , So to enable right click Just disable Java from yours browser , Its easy and you can do this by from tools tab of yous browser , follow below instruction on how to disable javascripts in various browsers.


  • Firefox – Go to Tools Click On Options Content tab and Unmark the Enable Javascripts

  • Internet explore – Go to Tools Click On Internet Options .Click the Security tab .Click Custom Level.Scroll to the “Scripting” section of the list. ClickDisable or Enable. Close and restart your browser.
Dont forget to enable yours javascripts again in same process Hope this simple trick will help you overcome some situation whereby you need to copy the content for personal reference .


Disable CD/DVD or USB drive Autorun

Disable Autorun

              Well, this is one of my most suggested and favorite computer trick. What this small trick does is, it simply makes you to disable Autorun of any removable drives such as cd, dvd, Pen drives etc.
                         You might have noticed often that, when ever you plugin your USB into the Usb port or when you insert a cd or dvd into the cd/Dvd rom drive, Auto play option automatically gets executed.
It is very dangerous to allow any drive autoplay on its own, specially Usb drives. Because, along with Autorun files, USB drives containing virus also gets executed resulting your computer affected by virus or Trojan horses.
 
So this trick goes this way.

Disable CD Autorun


1) Click Start, Run and enter GPEDIT.MSC 

2) Go to Computer Configuration, then-> Administrative Templates,

---> System. 

3) Locate the entry for Turn autoplay off. Double click on it
4) Click on Enable.
5) Select All Drives to disable all drives including Usb drives or only Cd Rom drive.
6) Now click on apply. 


Friday 21 September 2012

Disable Error Reporting in XP

Disable Error Reporting

If error reporting in XP is bugging you then turn it off.

When a system error occurs in XP, a little dialog box appears asking if you want to report the error to Microsoft. Click the message box to make it disappear. You don't have to report the error if you don't want to and on today's "Call for Help" Leo shows you how to turn off the feature if you find it distracting.

To disable error reporting, follow these directions:


  •  Right-click My Computer and choose Properties.
  •  Click the Advanced tab on your System Properties dialog box.
  •  Click the Error Reporting button on the Advanced tab.
  •  Place a checkmark next to "Disable error reporting."
  •  Leave the other radio button unchecked next to the text labeled, "But notify me when critical errors occur."
  •  Click OK.



Thursday 20 September 2012

How To Shift Blogger Sidebar To Right Or Left?

How To Change Blogger Sidebar

Today we are sharing another simple CSS trick which can change the whole layout of your blog.This is the for those who change positions of their blog's sidebar wrapper and main wrapper.To apply this trick you just have to find and edit some words in your template.But don't forgot to backup your full template before editing your template.If you want to change positions of your Sidebar Wrapper and Main Wrapper then go though the simple tutorial below.


How To Change Position Of Sidebar/Main Wrapper?


  1. Go to your Blogger Dashboard > Design > Edit HTML.
  2. Download a copy of your template
  3. Now search for below code or similar code in your template

#main-wrapper {
float: left;
width: 600px;
margin: 0;
padding: 0;
}

Now change float: left to float: right

Now you have to shift the sidebar from right to left.To do this find below code or similar to this code in your template.

#sidebar-wrapper {
float: right;
width: 320px;
margin: 0;
padding: 0 20px 10px;
display: inline;
}

Now change float: right to float: left

Take a preview of your template you will noticed that your sidebar has been moved right to left.

Now save your templateand you are done...

Wednesday 19 September 2012

MagicISO With Key

MagicISO 
Simple and Intelligent
MagicISO is a powerful CD/DVD image file creating/editing/extracting tool. It can open / create / edit /extract CD/DVD image files, and it can convert bin to iso and back.  as well as make ISO file from DVD/CD-ROM or hard disk, and handle bootable information at meanwhile.

Support all known CD image type 

It can also convert BIN or any other format file created by CD burning software (Such as Nero-Burning ROM, Easy CD Create) or virtual DVD/CD-ROM driver software (such as Daemon-tools) to standard ISO format.

Directly edit CD/DVD image file(s)
MagicISO has ability to create ISO image file. You can directly add/delete/rename files or folder in CD image file(s) with MagicISO. MagicISO can handle up to 10G large sizes so that user can extract / edit / open DVD image files in ease.




Backup CD/DVD to your hard disk.
You can use MagicISO to make CD/DVD image from DVD/CD-ROM to hard disk in order to backup CD/DVD or use it with virtual CD or Virtual machine.


Make Bootable CD/DVD
MagicISO has ability to make  bootable CD/DVD image file.  With MagicISO, you can process the boot information for CD/DVD image file, as well as  directly add/remove/extract boot image for the CD/DVD image file.

MagicISO can also make multiple bootable CD/DVD image file. Using this function, you can combine multiple OS installation CD into one CD/DVD image file in order to install multiple OS from one CD/DVD.


>>Create Windows 98/ME/NT/2K/XP/2003 all in one installation DVD.
>>How to burn ISO file.


Windows Explorer Embed.
MagicISO embed Windows Explorer and use the double window unification user contact interface. Use the quick button and the mouse Drag & Drops files between Windows Explorer and MagicISO so that you can handle the CD/DVD image file easy but powerful enough.





Tuesday 18 September 2012

Activate Your Window XP & Make It Genuine Forever 100 % Working

Activate Your Window XP & Make It Genuine By Abhinav Sharma.

Follow The Instructions Below :-

Requirement :- Activator Download From Here. Then
  • Dissconnect your Internet.
  • Disable Your Antivirus. otherwise it Will Stop To Activate Your Window XP.
  • Then Go. to file ( ACTIVATION AND GENUINE pack ) Which You Downloded From Here & Extract It.
  • Now Open AntiWPA3.cmd & Wait For 10 Seconds & Then Press ENTER.
  • Now Windows Is Activated.

To Make It XP Genuine.

  • Click WGA Fixer.exe And Click Yes.
 PASSWORD FOR DOWNLOAD -: computerzoneofabhinav






Saturday 15 September 2012

Nero Burning ROM 11.2.10200.0.0 PreCracked

Nero Burning Rom 

The powerful burning software Nero Burning ROM allows you to burn your data, music and videos to disc.

Nero Burning ROM gives you full, customized control of your burning projects. You can - among other things - define the file system, the length of the file name and the character set; you can also change the disc label. And of course, you can also customize the Nero Burning ROM toolbar and change the keyboard shortcuts.

Despite its wide range of features, Nero Burning ROM has remained an easy-to-use burning program that creates discs in just a few steps. You select the disc type to be burned (CD/DVD/Blu-ray), define the project type, add the required data and then start burning.

Using Nero Burning ROM you can save audio files from an Audio CD to the hard drive. In the process, the files are encoded, i.e. converted into a format that the computer can read. The Audio CD can be automatically identified with Gracenote. So called metadata such as title, genre, and track title are accessed by the Gracenote Media Database and associated to the tracks. That way you have audio files that are accurately and fully named after the encoding process.

Nero Burning ROM offers you the most advanced disc burning solution.

Here are some key features of "Nero Burning ROM":

Customized Burning and Copying Options:
· Burn and copy to CDs, DVDs and Blu-ray Discs or save disc images to hard drives, networks, and USB devices or span oversized files to multiple discs and different disc types.

Advanced Disc Data Protection:
· Add state-of-the-art SecurDisc protection to your burned discs with personal passwords, encryption options and digital signatures. Get alerts before disc data deteriorates, allowing for time to back up.

Long-Lasting Disc Data Readability and Content Quality:
· Ensure that burned data is readable regardless of scratches, age, or deterioration with cutting-edge SecurDisc technology.

Convenient Features That Do More Than Just Burning:
· Go beyond just burning and erase rewritable discs with the option to effectively retrieve data, convert audio files into other formats or rip Audio CDs directly with album cover, song titles and artists names.

· High quality disc burning and copying for superior quality playback
· Easy drag-and-drop burning to CDs, DVDs and Blu-ray Discs
· Split oversized files to burn onto multiple discs at one time
· Ensure data readability regardless of scratches, age or deterioration
· Enhance security levels with personal passwords and encryption

Requirements:

· 2 GHz AMD or Intel processor.
· 512 MB RAM (1 GB RAM for Windows Vista or Windows 7).
· 500 MB hard drive space for a typical installation of all components (including temporary disk space).
· CD disc drive for installation.
· CD, DVD, or Blu-ray Disc recordable or rewritable drive for burning and video authoring.



PASSWORD FOR DOWNLOAD -: computerzoneofabhinav




RAR Password Unlocker 4.2.0 Full Version

RAR Password Unlocker 



RAR Password Unlocker is proved to be a helpful tool when you forgot WinRAR/RAR password and cannot open the RAR archives. It can recover RAR password at high speed via 3 attack options: Brute-force, Brute-force with user-defined Mask and Dictionary.Support all RAR files created by any tools

  • Recover RAR password faster with SSE, etc.
  • Support multi-core CPU and GPU acceleration.
  • 3 efficient password attack options available.
  • Save password recovery process automatically.
  • Shut down computer automatically after recovery.

Key Features

Powerful WinRAR Recovery Tool
Quickly recover forgotten passwords from encrypted RAR archives (*.rar) created by any applications, including the latest version of WinRAR. Unlock any password-protected RAR archive no matter what compression and encryption algorithm is used.

Recover Fast with GPU & Multi-core CPU
Recover RAR password at high speed by using advanced SSE technology and new search algorithm.
Allow you to accelerate RAR password recovery with Multi-core CPUs, NVIDIA CUDA GPUs and ATI OpenCL GPUs.

3 Efficient Password Attack Options
Brute-force Attack – Try all possible password combinations when you have no idea about it.
Brute-force Attack with Mask – Greatly reduce the recovery time by specifying the forgotten password length, character set, etc. (High Recommended)
Dictionary Attack – Recover lost RAR password by trying the password combinations in the built-in dictionary as a password. Self-created dictionary in any language is also supported.

Search for Encrypted Files
Search feature helps you find your encrypted RAR archives easily and fast by scanning your PC. You can select the type of scan you want to use and scan specific files – from your entire computer system to one or two selected folders.

Auto -save Recovery State
Stop and resume your password recovery process anytime through the auto-save feature. This RAR password cracker can automatically save your password recovery state.
More Features
Efficient Recovery
Recover RAR password at high speed, regardless of your encrypted RAR archive size.
Program Priority
Allocate more CPU power to RAR Password Unlocker and speed up recovery efficiently.

Easy and safe to use
3 simple steps to retrieve password in a safe and easy manner. No any data loss or damage.

Auto shut-down
Shut down your computer automatically when WinRAR password recovery completes.
Free Technical Support
Feel free to contact us by email if you have any problems in using our apps.



System Requirements
OS: Windows 7/ Vista/XP/2008/2003/2000
CPU: 1 GHz processor (2.4 GHz is recommended)
RAM: 512 MB (1 GB is recommended)
Disk space: 15 MB of free space.


PASSWORD FOR DOWNLOAD -: computerzoneofabhinav