Posts

Showing posts from August, 2014

Insert Data Dynamically in SQL Server

Image
    In this tutorial see about SQL Server insert Data Dynamically. create a table   tbl_name       create table tbl_name(id int identity primary key ,name nvarchar (20),age int ) declare @ID as int set @ID=1 while (@ID<=5) begin insert into tbl_name values( 'name' + CAST (@ID as nvarchar (20)),@ID) print @ID set @ID=@ID+1 end Output:

Fix scanstyles does nothing in webkit/firefox Error

Image
In this section we can see about special type of Error in using web developers. In Internet Explorer Users get this Alert message load the website  scanstyles does nothing in webkit/firefox .   JavaScript that detects IE based on the user string now breaks in some browsers, as you might expect. This error was a result of one such problematic script.    Easy Way to Fix this Error in workspace. using this  curvycorners.src.js javascripts file.   One is Reset Your Internet Explorer Settings. This One is important to use Open the   curvycorners.src.js search and Find the Code as  curvyCorners . alert ( 'Scanstyles does nothing in Webkit/Firefox' ); And Remove the particular line in the javascripts file Save It. Runs Successfully without any Error.

Important Companies and Its Founders:

1. Who is the Founder of Google ? Larry Page & Sergey Brin 2. Who is Founder of Facebook?  Mark Zuckerberg 3. Who is Founder of Yahoo ?  David  Filo & Jerry Yang 4. Who is Founder of Twitter ?  Jack Dorsey & Dick Costolo 5. Who is Founder of Internet ?  Tim Berners Lee 6.Who is Founder of Linkedin ?  Reid Hoffman, Allen Blue&Konstantin Guericke 7. Who is Founder of Email ?  Shiva Ayyadurai  8. Who is Founder of Gtalk ?  Richard Wah kan 9. Who is Founder of Whats up ? Laurel Kirtz 10.Who is Founder of Hotmail ? Sabeer Bhatia 11.Who is Founder of Orkut ? Buyukkokten 12.Who is Founder of Wikipedia ? Jimmy Wales 13.Who is Founder of Youtube ? Steve Chen, Chad Hurley & Jawed Karim 14.Who is Founder of Rediffmail ?  Ajit Balakrishnan 15.Who is Founder of Nimbuzz ? Martin Smink & Evert Jaap Lugt 16.Who is Founder of Myspace ?  Chris Dewolfe & Tom Anderson 17.Who is Founder of Ibibo ?  Ashish Kashyap 18.Who is Founder of OLX ?  Alec Oxenford & Fabri

Power of Linux:

Image
1. Google, Facebook, Twitter and  Amazon are all powered by Linux. 2. 850,000 Android devices are  activated every single day, all  running Linux. That means 100 Android devices have come online  since you started reading this  post, all running Linux. 3. 700,000 TVs are sold everyday  most of which are running Linux. 4. 9 out of 10 world's supercomputers run Linux. 5. 8 out of 10 financial trades are powered by Linux

How to delete viruses from pen drive with out any soft

it's very cool tricks.i think it will be helpful tricks for everyone.so you want do it,follow this steps. Steps are here : 1). Connect your pendrive and do not open it by using autorun. 2). Open Run and type cmd and press enter. 3). In the Command Prompt, Type the drive letter of your pendrive(you can check it from my computer) and then press enter. 4). Type dir/w/o/a/p and press Enter. It will display list of files. 5). Now in that list search for virus files like: Autorun.inf New Folder.exe Bha.vbs Iexplore.vbs Info.exe New_Folder.exe Ravmon.exe RVHost.exe any other files with .exe Extension . * 6). If it contains any of the files above file then type attrib -h -r -s -a *.* and press Enter. 7). Delete each of that file using delete Command del filename (For exaple: del New_Folder.exe)