Experience the Digg Effect: Adding the “digg it” button to each blogger(blogspot) blog posts

Digg Logo
Today, Digg is a most eminent place for we people to get linked with the notions, contents & information from anywhere on the web. Digg, the biggest online destinations is powered by the richness of great stuffs, information & contents from multiple sources(experts, bloggers, websites, news etc). Digg button can provide a real source of traffic to blogs & websites (increased number of readers) and for that adding the “digg-it” button to each blogger post is necessary to experience the Digg Effect.

Related Terms:

Make your Web Searches More Effective & 10 Times Faster | Use Operators & Limiters

Everyday more than billions of searches are done on various search engines & more than half of that on Google, each search yielding about another thousand results. Nobody wants to spend time scrolling through thousands of search results to find the page that contains the information they’re looking for. In fact, few people bother looking beyond the first page of 10 results, choosing instead to re craft their search phrase and try again. Some go for more advanced searches but its complexity in taking inputs is even more time taking.

But with the help of a few search operators, you can increase substantially the chances that you’ll find what you’re looking for on your first search try. So, here comes the role of operators & limiters to make your searches more effective & about 10 times faster in showing the exact result.

Using (~) Operator

Place a tilde (~) directly in front of your search term to find pages with words similar to the term in question. So searching ~inexpensive domains will return pages that have the term “cheap domains,” “affordable domains,” and “low-cost domains” as well.

Using (+) Operator

Use the plus sign (+) to search for two terms appearing together.

Using (-) Operator

Use the minus sign (-) to find pages that contain one term but not another.

Using (*) Operator

Use the asterisk (*) wildcard to search for a term along with any other word, and quotes (“blah de blah”) to find an exact phrase.

Using (site:) Limiter

If you looking for on the site by going to Google or another search engine, and entering a search term along with site:www.thesitename.com (or .org, .edu, etc.) will yield you the exact website with specified URLs.

Using (define:) Limiter

Use define:word to return a definition.

Using (link:) Limiter

Use link:url to find pages that contain a link to a specific site or page.

Using (inurl:) Limiter

Use inurl:searchterm (or allinurl:searchterm) to retrieve pages whose URL contains a specific word or phrase.

Using (intitle:) Limiter

Use intitle:searchterm (or allintitle:searchterm the find pages with the word or phrase in their title; and,

Using ( info:) Limiter

Use info:url (or id:url) to get information about the page.

Using (safesearch:) Limiter

To keep adult-oriented content out of the results, use safesearch: searchterm.

To Find Weather

If you’re looking for a weather report, simply enter weather place or zip code and press Enter to see the temperature, conditions, and forecast for that locale.

Using (related:) Limiter

And to see pages similar to another page, type related: url.

**Javascript Bonus

Curious about when the page you’re on was last updated? Just type javascript:alert(document.lastModified) in the address bar and press Enter to see the date and time in a pop-up window.

Find that interesting. Suscribe us & Follow us on Twitter to get more tips & information.

Virtual Touch Layer Keyboards and Projection Technologies | A Voyage of the Virtual World

A Voyage of the Virtual World, A section devoted to the hats-off innovative techniques & devices which are not only providing best solutions to present day e-scenarios but also opening new realms in innovations, exploring new future-tech possibilities & prophetic visions. As the result of Virtual touch layer and Projection technologies, the Virtual Keyboard is the live example of the human imaginations realizing to truth.
Virtual Keyboards(also known as onscreen keyboard, soft keyboard, virtual laser keyboard (The VKB), projection keyboard) software and/or hardware component combination, with the primary purpose to provide full QWERTY keyboard functionalities virtually to the user like entering characters & keystrokes. They can be projected and touched on any surface. The keyboard watches your fingers move and translates that action into keystrokes in the device. Most systems can also function as a virtual mouse. Each time touching the image on the surface of a key generates a unique electronic signal corresponding to a key’s image. Virtual keyboards are also used as features of emulation software for systems that have fewer buttons than a computer keyboard would have.
Virtual keyboards are also compatible with many Smartphones and PDAs & are replacing the millions of foldout keyboards sold for Palm and other handhelds in the smart cellular phone market.

With a large number of applications including projection notepads that track any pen, pencil or pen-like object; gestural interfaces for devices with inconvenient or ultra-small form-factors or locations (ie-wearable computers); and user identification and authentication through facial recognition, sight-enabled applications in consumer games, premise security, automobiles, military-aerospace, and medical applications. Using these virtual facilities the chance of breakage and infection transfer is reduced. Additionally virtual keyboards require no cleaning and they have no wires, buttons, or switches. All mechanical input units can be replaced by such virtual devices, optimized for the current application and for the user’s physiology maintaining speed, simplicity and unambiguity of manual data input.

Senseboard Technologies (http://www.senseboard.com) further extending the capabilities by providing the technology. The user can type on a hard surface like a desk or table, or into the air. The hand-mounts measure finger two hand-mounted devices that connect to the target computing device with the help of Bluetooth wireless networkingovements and tell the handheld what keys the user intends to press, based on the ubiquitous QWERTY keyboard layout. There’s also a pause function to capture the motion of the fingers and hands, enabling keyboard functionality.

Kitty (http://www.kittytech.com), a finger mounted keyboard for data entry into PDA’s, Pocket PC’s and Wearable Computers. KITTY, an acronym for Keyboard-Independent Touch-TYping, is a fingermounted keyboard that uses touch-typing as the method of data entry. The device targets the portable computing market and in particular wearable computing systems, which are in the need of a silent, “invisible” data entry system based on touch-typing. The new device combines the idea of a finger-mounted chording device (such as the “Twiddler” by the HandKey Corp.), with the advantages of a system that uses touch-typing (such as the Virtual Keyboard by Senseboard or the Scurry by Samsung) References: Canesta(http://www.canesta.com) Developer VKB Inc (http://www.vkb.co.il/) Virtual Devices(http://www.virtualdevices.net/)

Related Terms:

Learning Scheme Programming Language Made Easy

Today modern programming languages have changed the the way how to design & solve problems more effectively & in a productive way. Although present day programming languages like Java, DotNet, C# etc have been evolved for the concepts & layout set previously by languages like Pascal, SIMULA, C, C++ but each programming language presents a particular world view in the features it allows, supports, and forbids.

Scheme is currently gaining favor as a first programming language in universities and is used in industry by such companies as DEC, TI, Tektronix, HP, and Sun. Scheme is a general-purpose computer programming language.

It is a high-level language(OOP), supporting operations on structured data such as strings, lists, and vectors, as well as operations on more traditional data such as numbers and characters.

Getting Started

Download Latest PLT Scheme Version This program will install like any other program in few clicks.

Running DrScheme & DrScheme Interface

After its install, It can be launched form the Start Menu or from the shortcut icon on the desktop.

Dr Scheme Interface is very simple, above part is the Definition window & just below it you can see the Interaction window.

Getting into Programming

According to Ken Dickey, Scheme is a small, exceptionally clean language which is, very importantly, fun to use. The language was designed to have very few, regular constructs which compose well to support a variety of programming styles including functional, object-oriented, and imperative.

The language standard is only about 50 pages, including a formal, denotational definition of its semantics. Scheme is prefix and C is infix:

In Scheme                                      In C

	(+ 2 3 4)			(2 + 3 + 4)

	(< low x high)			((low < x) && (x < high))

	(+ (* 2 3) (* 4 5))		((2 * 3) + (4 * 5))

	(f x y)				f(x, y)

        (define (sq x) (* x x))		int sq(int x) { return (x * x) }

In Scheme, unnamed functions are created with the key word lambda.

(lambda (x) (* x x))    	-> a function

(define sq (lambda (x) (* x x))

(sq 9)				-> 27

((lambda (x) (* x x)) 9)	-> 27

((if (foo? x) * +) 2 3 4)	-> if (foo? x) is true,

						 then (* 2 3 4)

						 else (+ 2 3 4)

(define (curried-add x) (lambda (y) (+ x y))

(define add3 (curried-add 3)) ;; add3 is a funciton

(add3 7)		-> 10

((curried-add 3) 7)	-> 10

There are seven kinds of expressions:

  Constant:			'foo #Z 3 "a string"

  Variable reference:	foo joe a-long-name-for-an-identifier +

  Procedure creation:	(lambda (z) (* z z z))

  Procedure application:	(cube 37)

  Conditional:			(if (< x 3) sqrt modulo)

  Assignment:			(set! x 5)

  Sequence:			(begin (write x) (write y) (newline))

Scheme has the usual assortment of data types:

  Characters: #a #A #b #B #space #newline

  Strings: "A little string"

  Arrays (called vectors): #(1 2 "string" #x 5)

  Lists: (a little (list of) (lists))

  Numbers: 47 1/3 2.3 4.3e14 1+3i

  Functions (also called procedures)

  Booleans: #t #f

  Ports (e.g. open files)

  Symbols: this-is-a-symbol foo a32 c$23*4&7+3-is-a-symbol-too!

- A vector’s contents can be any data objects.

- Symbols may include the characters + – . * / < = > ! ? : $ % _ & ~ and ^.

- Symbols are case insensitive.

- Symbols are used for identifiers, so identifiers (variable names) are case insensitive.

Useful Resources for Learning Scheme Online

1. R. Kent Dybvig. “The Scheme Programming Language, Second Edition” View

2. Chez Scheme User’s Guide View

3. PLT Scheme Guide by Matthew Flatt, Robert Bruce Findler View

4. Teach Yourself Scheme in Fixnum Days by Dorai Sitaram View

I think that those who want to start programming in Scheme, they can start with it more easily now. The resources that have been mentioned above are itself more then sufficient to learn Scheme.

Don’t forget to follow me on Twitter.

Any Questions? Liked the post? Post them below.

Related Terms:

Unlock over 250 Hidden Useful Mouse Shortcuts using GodMode Feature in Windows 7 & Windows Vista

Keyboard Shortcuts & commands play various important roles whenever working on Windows. They are fast, easy to work on & more importantly can better take on the mouse tasks more often. Shortcuts help us become more productive and do our work fast.

Already We have seen how to Access & Activate Windows 7 Hidden Regional Countries Themes.

Now a simple trick  can unlock over 250 hidden mouse shortcuts on your Windows PCs. This works on both Windows Vista and the Windows 7.

Create A new folder on your desktop and name it: InfoRids.{ED7BA470-8E54-465E-825C-99712043E01C}

Actually you are free to use any word above before the period(.)

The new folder that gets created is actually a System Folder that contains links to some 245 areas of your Windows Operating System. This works on both Windows 7 and Windows Vista. You can check a screen-shot below.

In case you still want more shortcuts, you can go on creating folders and naming them as listed under. This list comes from Richard Smith a Senior Consultant with Microsoft Services, UK.

LOCATION.{00C6D95F-329C-409a-81D7-C46C66EA7F33}
BIOMETRIC.{0142e4d0-fb7a-11dc-ba4a-000ffe7ab428}
POWER.{025A5937-A6BE-4686-A844-36FE4BEC8B6D}
NOTIFICATION.{05d7b0f4-2121-4eff-bf6b-ed3f69b894d9}
CREDENTIALS.{1206F5F1-0569-412C-8FEC-3204630DFB70}
NETWORKAPPS.{15eae92e-f17a-4431-9f28-805e482dafd4}
DEFAULTS.{17cd9488-1228-4b2f-88ce-4298e93e0966}
ASSEMBLIES.{1D2680C9-0E2A-469d-B787-065558BC7D43}
WIRELESS.{1FA9085F-25A2-489B-85D4-86326EEDCD87}
NETWORK.{208D2C60-3AEA-1069-A2D7-08002B30309D}
DRIVES.{20D04FE0-3AEA-1069-A2D8-08002B30309D}
PRINTERS.{2227A280-3AEA-1069-A2DE-08002B30309D}
REMOTE.{241D7C96-F8BF-4F85-B01F-E2B043341A4B}
FIREWALL.{4026492F-2F69-46B8-B9BF-5654FC07E423}
PERFORMANCE.{78F3955E-3B90-4184-BD14-5397C15F1EFC}

The feature has been christened “GodMode” by many bloggers but actually this neat feature is intended to give developers quick access to areas of the operating system at Microsoft. This feature is intended to give developers quick access to areas of the operating system.

Liked the Post? Any Questions? Queries? Views? Post them below.

Related Terms:

How to Speed up Mozilla Firefox about 3-30x Faster

Firefox 3.5.5 releases promises a lot of new Features that provide its users a much better experience in browsing the web world. Already a browser war is going on the web & but everything is revolving around faster access, faster results & speed factors.

See also How to Accelerate Internet Browsing Speed on your Mobile 3 times faster than now.

Here are some very effective techniques that can make your Mozilla Firefox 3-30x faster then now.

How to Speed up Mozilla Firefox about 3-30x Faster

1. Open Firefox & Type “about:config” into the address bar and hit return. Scroll
down and look for the following entries:

network.http.pipelining
network.http.proxy.pipelining
network.http.pipelining.maxrequests

Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which really speeds up page loading. So, Double click all those entries to Enable them.

2. Alter the entries as follows:

Set “network.http.pipelining” to “true

Set “network.http.proxy.pipelining” to “true

Set “network.http.pipelining.maxrequests” to some number like 30. This means it will make 30 requests at once.

How to Speed up Mozilla Firefox about 3-30x Faster

3. Lastly right-click anywhere and select New-> Integer.
Name it “nglayout.initialpaint.delay” and set its value to “0“.
This value is the amount of time the browser waits before it acts on information it receives.

4. After altering the entries given above close the firefox window and restart.

If you’re using a broadband connection you’ll load pages 3-30 times faster now. See also How to Make your Web Searches More Effective & 10 Times Faster | Use Operators & Limiters

Any questions, queries, views??? Share them below through your comments.

Related Terms:

Don’t Kill Good Ideas or Life gets Harmed | See How Wheels & Fire were Invented [Video]

Today we are in the twentieth century & life is more digital, advanced, much easier, much fast. Thanks to technology & innovations that made everything possible today.

So, I am just taking you long back when ideas like Fire & Wheels were propagated.

But think is they had been not thought of or killed at the same time, what would the life today. So, here are very interesting videos that your would definitely like to watch.

Wheel’s Invention – Not Possible if this Idea was Killed

Invention of Fire – Not Possible if this Idea was Killed

So, Ideas needed to be ignited & implemented. Killing ideas are just like killing many possibilities that can make life much better.

See more from our Weekly Video Grabber Section to watch out more interesting videos.

What do you think? Ideas? Questions? Queries? Post them below.

Related Terms:

Amazing LED – Based Hard Drive Clock | Unique & Creative way to Use Hard Drive

Its long when Gadgets has been covered here, So this time Inforids.com brings to absolutely amazing remote controlled LED-based hard drive clock build by a Polish tinkerer. The way this hard drive is used with LEDs is very unique to show you the time. Check it out.

The work put to build this, is really appreciable. Nice work, Polish tinkerer.

Related Terms:

Swift WordPress Theme | Must Theme for New WordPress Users

Thousands of themes available not only for WordPress but also for  blogger, heavy loaded with lots of features always taking the war of themes on & on.

Few days before, My friend Satish Gandham started working on a theme for wordpress which he aimed to load in seconds & to use minimum server resources. Today its almost complete  with its most recent version 3.0.0

Swift The fastest loading, SEO optimized server friendly & FREE wordpress theme, from SwiftThemes.Com recently striked version 3.0.0 with lots of improvements over its previous release.

Why Swift WordPress theme?

It is really very important to choose the right theme for your blog & for new wordpress users its like going for a tough job to sit on & search for the best among thousands, download them & try it on to see whether is good or not.

Swift theme is one that is developed keeping in mind the most of the needs of the wordpress users with excellent performing aspects already added to make it suitable for wordpress users.

So, Download it & just set your preferences with an ease of its very user friendly options page.

Lets take a look on Features Swift WordPress Theme:

  • Clean and simple design
  • Loads very fast, minimum number of http requests
  • Clean typography
  • SEO friendly
  • Cross browser compatible
  • Adsense integrated into killer locations
  • Easy colour picker to customize your copy of SWIFT (Infinite colours to choose from)

Whats new in version 3.0.0?

  1. Cleaner code, customization will be more easy now.
  2. Featured post slide show.
  3. Tabed interface.
  4. Better comment styling to match the overall look of the theme (Check the screenshot below)
  5. Sexybook marks and related posts are most common plugins on wordpress powered blogs,  so I styled them to match SWIFT. Just install them and you have the fancy styling ready.
  6. Swift v.2.1.4 has post content width of 620 pixels, It’s too wide to for easy reading, so reduced it to 580 pixels in v.3.0.0. This also gives more room for sidebar.
  7. Switches to minimal mode with a single click.
  8. Option to add adsense ad at the end of post.
  9. Widgetised banner ads, now you can choose where you want your banners to appear.
  10. Option to choose font and other font properties. (3 built in configurations)
  11. Integrated  page navigation.

Swift WordPress Theme Options Page

 Demo & Download Latest Version

Related Terms:

Turn Off (Disable) Autorun Feature of All Drives in Windows without Any Tool

CDs, DVDs & PenDrives containing viruses or malwares make use of the AutoRun feature in Windows to infect your computer as soon as they were loaded. AutoRun was introduced with Windows 95 so a CD or DVD that contained a file called autorun.inf would start up when it was loaded in the CD drive.

AutoPlay was added in Windows XP and is also in Windows Vista. AutoPlay brings up a dialog box when any removable media like CDs, external hard drives or USB memory sticks are attached to the computer. The dialog box gives the user a list of possible actions like open as a folder, cancel, autorun a file, and more.

For the computer user who wants to avoid all possible means of having his or her computer infected the safest thing is to turn off autorun or autoplay.

Go with the following simple steps to turn off Autorun in Windows:

1. Go to Start, Click Run & type gpedit.msc and click OK.

2. It will open the Windows Group Policy. Now in the Group Policy, Click Administrative Templates,

  • For Windows XP click on System
  • For Windows Vista, click on System Components, then Autoplay Policies.

Then Double click on Turn Off Autoplay.

3. Now In the Autorun Properties just popped, select Enabled & then select All Drives in the drop down.

Thats it. Now your windows is safe from unexpected viruses & malwares that infect the windows services using the Autorun feature.

Related Posts with Thumbnails

Related Terms: