Monday, 26 June 2017

SQL Tutorial Sample Database ~ GNIITHELP

Our Sample Database is a modernized version of Microsoft's Northwind. The data model is kept simple and comes with only 5 tables. You can play with a live database in our SQL Sandbox. Or download our script and create your own sample database (model + data).   Download the sample data model + data scripts Sample Database ERD ERD diagrams are an...
Read More »

Friday, 23 June 2017

Creating Computer Viruses for fun by Notepad ~ GNIITHELP

I am providing easy codes that will make you viruses using notepad. This code based files can harm your computer so do not try these tricks on your own computer. Copy given code to Notepad and follow the given instructions.1. Toggle your friend's Caps Lock, Num Lock, Scroll Lock buttons :  Set wshShell =wscript.CreateObject("WScript.Shell") do wscript.sleep 100 wshshell.sendkeys "{CAPSLOCK}" ...
Read More »

Block or stop connecting Peers or IP Addresses to utorrent ~ GNIITHELP

uTorrent is one of the more popular free torrent clients. The installer size is tiny and only a fraction of system resources are used when the program is running.µTorrent is Very Easy Way to Download Files. Its Very Convenient to Download through this Software. The Main & very Excellent Feature of this Software is that you don't have to worry about your Link Breakdown or wait to Shutdown your...
Read More »

Stop or disable skype Auto-launching in Windows 8 on startup ~ GNIITHELP

We can stop/disable skype on windows startup by following steps: Method 1: Ctrl+Shift+Esc (open Task manager) > Startup > Disable SkypeMethod 2: Open Run > type msconfig > System Configuration (Disable Skype hereor it will give open task manager link) >Task Manager > Startup > Disable Skype(See Picture)  ...
Read More »

Charge your smartphone while your laptop lid is closed/off ~ GNIITHELP

Many-times I have to charge my mobile with my laptop but i can not down my laptop's lid because of phone charging goes off. But Now i can charge my mobile even by closing my laptop lid with a small change in Device Manager Setting.Important : This will only work  when your laptop is charging (Not using Laptop Battery)Device Manager >> Universal Serial Bus Controllers >> Generic...
Read More »

Flush DNS cache - solved server not found Error ~ GNIITHELP

If you know that your internet is working fine and still you are facing this error on visiting website's URL. Then below given solution can solve your problem.Problem : Server not foundFirefox can't find the server at www.blogger.com.  Check the address for typing errors such as ww.example.com instead of www.example.com If you are unable to load any pages, check your computer's network...
Read More »

Photoshop : ways to justify text in PS ~ GNIITHELP

Problem : Not able to see the option to justify text in PhotoshopSolution : Select complete text then press one of the given commands Ctrl+Shift+J or Ctrl+Shift+F  The second way is to go to Window -> Paragraph and select your option ...
Read More »

Error in handling images and css folder with jsp page in eclipse ~ GNIITHELP

If you are creating a dynamic web project and you are not able to use css folder files and image files in your jsp page then you need to read below code.Project folder structure Linking css file internally from folder to jsp page  Linking image to jsp page from images folder ...
Read More »

Error! Problem in linking css file in jsp in Dynamic web Project with eclipse ~ GNIITHELP

When we have to link our css file that exists in css folder during dynamic web project in eclipse it shows problem regarding image loading or other linking problem. Project Structure If your project is in above structure then to solve out this problem you must specify your project name in link of css file like as below ...
Read More »

Float an image to the Left or Right of Text using CSS ~ GNIITHELP

Float an Image to Left : (use any one)1. Add a style attribute to the image, and apply the float property:<img src="image-sample.jpg" alt="image-caption" style="float:left;" /> 2. You can add some margins to the image to increase its readability:<img src="image-sample.jpg" alt="image-caption" style="float:left;margin:0 5px 0 0;" /> 3. With CSS float, an element can be pushed to the left,...
Read More »

Styling Hyperlinks by CSS ~ GNIITHELP

a:link - a normal, unvisited link a:visited - a link the user has visited a:hover - a link when the user mouses over it a:active - a link the moment it is clicked /* unvisited link */ a:link { color: #FF0000; } /* visited link */ a:visited { color: #00FF00; } /* mouse over link */ a:hover { color: #FF00FF; } /* selected link */ a:active { color:...
Read More »

Play Candy Crush Saga Limitless for Free : How to get unlimited lives without paying a penny ~ GNIITHELP

Do you have to wait for a new life while playing Candy Crush Saga on Android or iOS? if yes then now time is to know about the way to get unlimited Lives without waiting for hours to past. I am giving you a way which is a loophole in Candy Crush Saga, definitely company is soon going to fix it, but it's working very good for me now. I am playing this game continuously any time i want to play...
Read More »