Categories
Online Shopping Solutions Web

30 Top Secret Black Friday Shopping Tips for 2018 Revealed

The Shopping season is almost upon us!  More recently this season has been more like “Black Week” or “Black Month” as the deals have start earlier and run much longer. Using the best secret black friday shopping tips, you can really get the best black friday deals.  Now you just have to shop like a […]

Categories
JavaScript jQuery Web

JQuery Check if Checkbox is checked – Simple Solution

For a check box with the id “checkbox”, here is how to check if its checked: $(‘#checkbox’).is(‘:checked’); // Returns True if checked else False

Categories
JavaScript Web

JavaScript Basics: How to check for null & undefined

To check if a variable(a) has the value null, use the following code: if (a === null) // Best way to do it! if (a == null) // This does return true if a is null but it returns true also if a is undefined… so avoid it To check if a variable(a) has the […]

Categories
Firefox Open Source Web

How to Change Proxy Setting in Firefox

Connecting to a proxy server is a very common requirement at most business establishments. To use Firefox through a proxy it must first be configured to do so. Here is how to do it: Click the “Firefox” menu. Hover over “Options”, and then select “Options” from the submenu. Open the “Advanced” category. Click on the […]

Categories
Web

Download Online Videos using ClipGrab

Clipgrab is an program that downloads videos from popular online video sites like youtube, vimeo ect and saves the video in the format of your choice. The application is very straight forward to use and provides a good set of options that make it easy for the user to customize their download. Clipgrab requires the […]