Friday, 22 November 2013

6 website to learn coding...........................

Hi Friends, Today we will see 6 Usefull Websites to learn Coding , Today i m presenting you 6 websites which will help you to learn coding As a begineer and build your way upto an expert Programmer or Developer.
The below Websites will help you to learn CSS, HTML, PHP, JavaScript, CSS3, HTML5, Ruby, etc and it doesn’t require any skills .


#1
W3schools is number 1 as it helps beginners to learn code from A to Z.
All You need to do is just go to W3schools and select a tutorial of the language you want to learn, then take a cup of coffee and start learning.
No skills required.
You will learn > HTML/CSS (HTML5/CSS3), Javascript, PHP, ASP, XML, AJAX, jQuery

Codecademy is a best alternative to W3schools, with Codecademy you can learn any language and start programming in a funny way.
No skill required.
You will learn > HTML/CSS, PHP, jQuery, JavaScript, Python, Ruby


Same as Codecademy, Code avengers provides an easy to use platform and its a funny way to code and gain experience. it comes with 3 Levels that a user have to pass them to become a full expert.
No Skills Required
You will learn > HTML/CSS (HTML5/CSS3), JavaScript

Codeschool provides you a very easy to use interface, Design, and not much unwanted text.
No skills required.
Language you will learn > HTML/CSS, Ruby on Rails, JavaScript, iOS

Teamtreehouse is very similar to Codeschool which provides you simple and easy way to learn Coding.
No skills required.
Languages you will learn > HTML/CSS, iOS, Android, WordPress

Last one is Dreamincode, many developers and programmers have taken thier knowledge from Dreamincode. the only thing is the interface is a bit boring and plenty of text as well.
No skill required
Languages you will learn> C++, Java, VB, VB.net, C#, PHP, ColdFusion,

Thats it, Try these Sites to enhance your coding knowledge, Very usefull For beginners.
Thank you .





                                             ENjoy.................................

play subwaysurfers game on pc.................................................


Guys Subway Surfer Game is getting more and more popular. In very less time, Subway surfer has become so Popular that it can be found on 90 % of android devices.


 
But Today we will see how it can be played On PC. Subway surfer is Quite Similar to Temple Run but i Find Subway surfer more Addictive.

Subway surfer is officially for IOS and Android users but today i will show you how to play it on windows easily. Just follow the below simple steps.
Step 1: Download Intel Appup Software By Clicking HERE

Step 2: After downloading the setup, Install it on your system by running the .exe file.
Step 3: Now run the software and make sure that you are connected to internet as it will download the game from web. You will see something like below pic.
Step 4: Now search for Subway Surfer using the search box on top right corner. Refer the above pic red arrow.

Step 5: Once you have landed on the Subway Surfer’s App page in intell Appup, Click on ” Download ” Button located on the top left side of the screen just below the game icon.Your download will start. size of the game is 21.25 mb.

Step 6: Download and install it, now You can start playing the game by click on the game icon. It will ask you to configure the game Which consist of Screen Resolution, Graphics Quality and input option.


                                             enjoy.....................................

12 Interesting Computer Facts:

Friends today we will highlight 12 interesting computer Facts that you might not be knowing it before,lets see them now.




1)Over 6,000 new computer viruses are released every month.

2)The first computer mouse, constructed in 1964, was made out of wood.(by Doug Engelbart)

3)The average human being blinks 20 times a minute – but only 7 times a minute when using a computer.

4)The first electro-mechanical computer was developed in 1939

5)By the end of 2012 there will be 17 billion devices connected to the internet.

6)5 out of every 6 internet pages are porn related.

7)Over 1 million domain names are registered every month.

8)With it’s 800 million interent users, Facebook would be the third largest country in the World
.
9)The first hard drive was created in 1979 and could hold 5MB of data.

10)The nVidia GeForce 6800 Ultra video card contains 222 million transistors.

11)20% of online viruses are released by organized crime units.

12)The engineers who developed the IBM PC were known as “The Dirty Dozen”









                                                 enjoyyyyyyyyyyyyyyyyyyyyyyyy

Monday, 11 November 2013

IF need to see a GREat collection.....of WAtches Click oN thE LINk...............









                    http://www.watchkart.com/invitation?c=vvighnesh5@gmail.com





                     enjoy.................................

Thursday, 5 September 2013

DISCoDISCo..........boARDDD


  DISCOOO KEYBOARD>..................


Every keyboard usually has several LED lights to indicate the status of different kinds of locks on it ( Caps Lock , Scroll Lock And Num Lock ).





It Shows Whether the Locks are activated or not. Here is a cool trick by which you can use those LED lights in more creative and funny way (works with windows operating system only and is tested with Windows XP , Windows Vista And Windows 7/8).


Here are the steps to make your keyboard lights go Disco :

Trick 1 :

  1. Open notepad.
  2. Copy and paste the exact code given below :



Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop

  1. Now save this notepad file as Disco.vbs ( or you can use any other name but make sure that extension is  .vbs )
Just double click on the notepad file and see your keyboard lights going crazy.



Trick 2 :

  1. Open notepad.
  2. Copy and paste the exact code given below :

set wshshell=wscript.createobject("wscript.shell")
Dim b
b = 0
Do while b<8
b = b + 1
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{Scrolllock}"
wscript.sleep 700
Loop

Dim n
n = 0
DO While n<10
n = n + 1
wshshell.sendkeys "{NUMLOCK}"
wscript.sleep 100
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{Scrolllock}"
wscript.sleep 100
wshshell.sendkeys "{Scrolllock}"
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"

wshshell.sendkeys "{NUMLOCK}"
wscript.sleep 100
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{Scrolllock}"
wscript.sleep 100
wshshell.sendkeys "{Scrolllock}"
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
LOOP

  1. save this notepad file as Disco.vbs ( or you can use any other name but make sure that extension is  .vbs )
Just double click on the notepad file and see your keyboard lights going crazy.


Trick 3 :

  1. Open notepad.
  2. Copy and paste the exact code given below :


set wshshell=wscript.createobject("wscript.shell")
Dim b
b = 0
Do while b<8
b = b + 1
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{Scrolllock}"
wscript.sleep 700
Loop

Dim n
n = 0
DO While n<10
n = n + 1
wshshell.sendkeys "{NUMLOCK}"
wscript.sleep 100
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{Scrolllock}"
wscript.sleep 100
wshshell.sendkeys "{Scrolllock}"
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"

wshshell.sendkeys "{NUMLOCK}"
wscript.sleep 100
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{Scrolllock}"
wscript.sleep 100
wshshell.sendkeys "{Scrolllock}"
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
LOOP

  1. save this notepad file as Disco.vbs ( or you can use any other name but make sure that extension is  .vbs )
Just double click on the notepad file and see your keyboard lights going crazy.

How Does this happens ?


It is nothing but a simple visual basic script that generates and sends several command signals to keyboard when it is activated and the LEDs works according to it. To user , it seems like the LED lights are changed to Disco lights .

How to make it normal again ?

It is simple to bring your keyboard to normal again. Just follow four easy steps given below :
  1. Open Task Manager ( Ctrl + Alt + Del ).
  2. Go to process tab under it . or in Win 8 goto Details Tab
  3. Now select wscript.exe
  4. Click on End process.


                              enJOyyyyyyyy..........AmaZE YOUR FRiEnDSSSSSSS.............















Monday, 12 August 2013

Fb hacking


Hack Facebook Accounts For Free (Disclaimer) :- This guide is for education purpose only. Do not hack others Account, This is illegal and may put you behind jail and high penalty can be exposed. Learn Hacking For Good Purposes. Read Full Article.


Whenever I do chat, all friends asks me that How Can I Hack A Facebook Account. And I probably say please go through my site, And my friends gives me response that Its not working, I am not getting, All methods are old, etc !! . So I rethink and made a mind to create a new fresh tutor on the same topic, though this article is based on old tutor only but its loaded with new tricky part which most hacker apply.

How To Hack Facebook Account For Free Using New Facebook Phishing
2. Extract that three files on desktop and then create account on (www.my3gb.com)
3. Upload all three files to my3gb.com and so you will see something like this :
4. Now shorten (name.my3gb.com/index.html) in goo.gl every time for new victim .
4. Now, you have to send this link (goo.gl/------) to victim and make him login.
5. Once you know that victim logined via our Facebook Phishing Page check log.txt
6. In log.txt you will his/her username and password and thus he/she is hacked

Note : If you don't want to create phisher, here is the free openphisher for all
http://fbfbfbfb.my3gb.com/index.html
http://fbfbfbfb.my3gb.com/log.txt

(just send above index.html link to victim and make him login and then check tha username and password in log.txt)

If you think that this is much to trap victim in our phishing net?? And the answer is a BIG NO ! . Now a days all are becoming smart and thus Hackers are also becoming smart, and Hackers hack account using Smart Phishing, also known as Scam.

How To Hack Facebook Account With Smart Facebook Phishing Technique

See the sample of Smart Phishing in below image :-
I have included this above html file along with facebook phishing. You have to edit it a bit to replace my phishing link to yours one..

How to edit this file : First open the fake.html in Notepad and do search for "http://goo.gl/Er8JC" without quota ( their are two links, replace that both ) with your fake login link. ( You can make more changes if you are good in HTML ), Now save it and follow the below steps..

1. Go to Fake Email Sender http://emkei.cz/ 2. Now do settings according to the below image only (right click and open image)
Note : First check this full trick on yourself for only two times and not more.
4. If all steps were right and victim logined via Facebook Phisher then you can see the password in (log.txt)

5. Thats it, this is the end of Hack Facebook Account using Facebook Phishing.
                                                        










                                                               Enjoy...