Sunday, June 28, 2009

Get Your Computer to Say What You Type [HowTo]

Windows comes with a built in voice system, which I wanted to utilize recently. In this guide, you’ll learn a Visual Basic script that is only a few lines, which will give you a popup box you can use to type in anything you want your computer to say.

This script utilizes Microsoft’s speech API, which is installed on most Windows XP, Vista, and Seven installations; if this guide does not work, you do not have the SAPI.

Speak to me!

Copy the following text and paste it into Notepad


Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message

Save the file as ‘speak.vbs‘ (be sure to include the .vbs)

Now double click on speak.vbs and you’ll see an input box. Type in your message, press enter, and listen to your computer speaking.

Get Your Computer to Say What You Type 1

If this Doesn’t Work…

You’ve probably run in to one of two problems:

1. Your browser displays the quotation marks differently. Go back to the Notepad file and replace all the quotes (”). Save the file and try again.

Get Your Computer to Say What You Type 2

2. You do not have the SAPI installed on your computer, so this will not work (very unlikely as this comes with Windows, but if you have a custom/pirate version this may be the case.)



9 Steps to Positive Thinking

positive thinking

Photo by APH0rism

Step 1 : Control your mind confidently

There is only one way to positive mental attitude: You have to control your mind confidently. Our mind is the greatest miracle in the universe. Everyone has an amazing treasure, brain and nerves. Every normal person basically has the power to reach everything that others can or trying to reach. We have the power to aim the spirit, emotion, instinct, willingness, feelings, mood, attitude and act to a result. It is up to you how to use all this.
To block all negative things, always make an affirmation like this :
”My mind is mine, I will control it!”

Step 2 : Focus your mind to what you really want and get rid what you don’t want

Most of our mind pattern will be replaced by words, but the deepest motivational mind usually in pictures, not words. If an idea appear, it is usually as a picture, not a moving sentence of words in our head. Pictures is the earliest and strongest mind pattern.
So, we have to learn to discipline our mind and visualizes things that we want. Don’t let environment or other people dictate negative image into us.

Step 3 : Apply the Golden Rule

Treat others just as how you want to be treated. On the contrary, do not treat others badly if we does not want to be treated like that. Find goodness inside every person and every situation consistently.

Step 4 : Get rid of all negative thoughts through self inspection

Most people does not realize that they are having negative thoughts unless they are consciously try to inspect their own mind, act and reaction. Just ask ourselves. ”Is this positive or negative?”. When we fail to conquer our mind, our reaction will tend to be negative.
The more we train to use positive mental attitude, the faster we realize the emerge of negative thoughts.

Step 5 : Be happy! Make others happy!

To feel happy, act like a happy person! To be spiritful, we have to act spiritful.
In the end, you will experience the happy feelings and spirit that will show themselves without you having to focus on them.

Step 6 : Make a habit of tolerance

Be open minded with others. Try to like and accept others the way they are instead of demanding or hoping they can be like what we want. Find kindness in other people and learn to love others. Next is a quote from Napoleon Hill : ”How long, oh dear God, we puny creatures will realize our stupidity trying to destroy others for religion and race difference?”

Step 7 : Give a positive suggestion to ourselves

Suggestion is a certain stimulant sent to brain through five senses : sight, hearing, feeling, touch and smell. All of them are the paths that are used by external elements to affect our lifes every day. As long as we can control this process, try so what comes through your five senses is something useful and something that can bring happiness. Just take the beautiful things.

Step 8 : Use the power of prayers

When you pray, believe in anything you ask. In every storm, your soul will get a protection from a prayer.

Step 9 : Decide your targets

To decide your target is one way to keep our mind focused to what we want, and away from what we don’t want.



Saturday, June 27, 2009

Absolutely Useful Firefox Plugins For Web Designers And Developers

Firefox is a very popular browser especially among web designers. There are more than 70% of WDB’s readers are using Firefox. There are few reasons which make Firefox so popular compare to others and obviously its plugins had contributed a lot for that.

Today, we are going to look into 35 useful Firefox extensions for both web designers and web developers. You are not required to install all extensions, as this will cause your Firefox slow and lag. Without talking much, let’s look into these extensions.

1. Firebug

Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.
firebug

2. Window Resizer

The Browser Window Resizer is useful for testing different screen sizes. It accurately resizes your browser so you can test to see what a web page looks like in all of the standard resolution sizes. Supports the 640×480, 800×600, 1024×768, 1280×800, 1280×1024, 1600×1200 resolutions.
window-resizer

3. Total Validator

Provides true HTML validation (HTML 2.0 to XHTML 1.1) using the official DTDs, plus added attribute checking. So you no longer have to put up with the limitations of the W3C validator (no type checking) and tools like HTML Tidy which interpret the standards incorrectly (they don’t use the official DTDs).
total-validator

4. Fireshot

FireShot is a Firefox extension that creates screenshots of web pages (entirely or just visible part). Unlike other extensions, this plugin provides a set of editing and annotation tools, which let users quickly modify web captures and insert text annotations and graphical annotations.
fireshot

5. FireRainbow

FireRainbow is a Javascript syntax highlighting for Firebug 1.3+. It requires Firebug 1.3 or higher.
firerainbow

6. HTML Validator

HTML Validator is a Mozilla extension that adds HTML validation inside Firefox and Mozilla. The number of errors of a HTML page is seen on the form of an icon in the status bar when browsing.
html-validator

7. Library Detector

Detects what javascript libraries are being used on the current page and displays the result as icons with detailed tooltips in the statusbar.
library-detector

8. Tamper Data

Use tamperdata to view and modify HTTP/HTTPS headers and post parameters. Trace and time http response/requests.
tamper-data

9. Firefinder for Firebug

Firefinder is an add-on to Firebug, to help find HTML elements matching chosen CSS selector(s) or XPath expression. Type in desired filter and view the results.
firefinder-for-firefox

10. JSONView

With the JSONView extension, JSON documents are shown in the browser similar to how XML documents are shown. The document is formatted, highlighted, and arrays and objects can be collapsed.
jsonview

11. JavaScript Deobfuscator

This add-on will show you what JavaScript gets to run on a web page, even if it is obfuscated and generated on the fly.
javascript-deobfuscator

12. FireFTP

FireFTP is a free, secure, cross-platform FTP client for Mozilla Firefox which provides easy and intuitive access to FTP servers.
fireftp

13. HTTPFox

HttpFox monitors and analyzes all incoming and outgoing HTTP traffic between the browser and the web servers. It aims to bring the functionality known from tools like HttpWatch or IEInspector to the Firefox browser.
httpfox

14. Aardvark

Powerful and user-friendly selector utility for selecting elements and doing various actions on them. It can be used for cleaning up a page prior to printing it (by removing and isolating elements), and for web development.
aardvark

15. Firecookie

Firecookie is an extension for Firebug that makes possible to view and manage cookies in your browser. Firebug has to be installed in order to use this extension.
firecookie

16. Dummy Lipsum

Generate “Lorem Ipsum” dummy text (from http://www.lipsum.com). Minimum text length: 5 words. Context menu option on form inputs (”Insert Dummy Lipsum”). This option fills automatically the selected field.
dummy-lipsum

17. Pixel Perfect

Pixel Perfect is a Firefox/Firebug extension that allows web developers and designers to easily overlay a web composition over top of the developed HTML.
pixel-perfect

18. EditCSS

Stylesheet modifier in the Sidebar.
editcss

19. Firediff

Firediff implements a change monitor that records all of the changes made by firebug and the application itself to CSS and the DOM.
firediff

20. FirePHP

FirePHP enables you to log to your Firebug Console using a simple PHP method call. FirePHP is ideally suited for AJAX development where clean JSON or XML responses are required.
firephp

21. OperaView

Open pages in Opera from Firefox and Mozilla context menus. Very useful for web developers.
operaview

22. DOM Inspector

DOM Inspector is a tool that can be used to inspect and edit the live DOM of any web document or XUL application. The DOM hierarchy can be navigated using a two-paned window that allows for a variety of different views on the document and all nodes within.
dom-inspector

23. YSlow

YSlow analyzes web pages and why they’re slow based on Yahoo!’s rules for high performance web sites.
yslow

24. CodeBurner for Firebug

CodeBurner is a Firefox add-on that integrates with Firebug, to extend it with reference material for HTML and CSS.
codeburner

25. IE Tab

This is a great tool for web developers, since you can easily see how your web page displayed in IE with just one click and then switch back to Firefox.
ie-tab

26. CSS Viewer

A simple CSS property viewer.
css-viewer

27. ColorZilla

Advanced Eyedropper, ColorPicker, Page Zoomer and other colorful goodies.
colorzilla

28. MeasureIT

Draw out a ruler to get the pixel width and height of any elements on a webpage.
measureit

29. Web Developer

Web Developer adds a menu and a toolbar with various web developer tools.
web-developer

30. ViewSourceWith

The main goal consists to view page source with external applications but you can also open page source as DOM document, open CSS and JS files, open images with your image viewer and a lot of other features.
viewsourcewith

31. GridFox

GridFox is a Firefox extension that overlays a grid on any website. If you can open it in Firefox, you can put a grid on top of it. It’s easy to customize, allowing you to create the exact grid you designed your layout around.
gridfox

32. Screengrab

It will capture what you can see in the window, the entire page, just a selection, a particular frame. Basically it saves web pages as images - either to a file, or to the clipboard.
screengrab

33. Pencil

Pencil is a free and open source tool for making diagrams and GUI prototyping that everyone can use.
pencil

34. Palette Grabber

Palette Grabber creates a color palette for Photoshop, Paint Shop Pro, GIMP, Flash, Fireworks, Paint.NET, or OS X based on the current page.
palette-grabber

35. Dust-Me Selectors

Dust-Me Selectors is a Firefox extension (for v1.5 or later) that finds unused CSS selectors.
dust-me-selectors



Thursday, June 25, 2009

40+ awesome free Windows apps you can download in 2 seconds

Depending on your internet connection you might be able to download a lot more (or a lot less) than 1Mb in two seconds - but calling this a post about apps under a meg just isn't quite as much fun!

No, you don't really need to pay too much attention to an application's hard drive footprint any more. After all, when you can buy a 1.5Tb drive for less than $150US, what difference does a few megs here or there make?

On the other hand, it's amazing to see what some developers are able to accomplish with a very small amount of code.

There are a ton of great, free applications that have been created in less than 1Mb - I didn't fully realize just how many until I started putting this list together. This is by no means a complete list, so if your favorite got overlooked make sure to share it in the comments!


Desktop/Shell Enhancements

Launchy (408Kb) - Hotkeys FTW! Launchy does more than hotkeys, of course, but even if you add a bucketload of plugins it's still under 1Mb.

Open++ (114Kb) - Helps you tweak your context menu six ways from Sunday. Pair it with another app like NirCmd for a nice one-two punch.

ViGlance (198Kb) - Want Windows 7's iconized taskbar in XP or Vista? ViGlance pulls it off in just under 200Kb. It also swaps the start button for the orb (on XP, of course) and does program grouping and pop-up window lists.

VirtuaWin (385Kb) - Most Linux distributions enable multiple virtual desktops by default. Windows doesn't support them out of the box - so you'll need an app like VirtuaWin. It's a good way to keep your workspace organized.

XNeat (797Kb) - No need to bother with separate apps to shuffle your taskbar icons, roll up windows, or add transparency. XNeat does it all in a single, tiny package. Also allows you to hide windows, minimize to tray, create keyboard shortcuts, and a whole lot more.


Encryption

DiskCryptor (740Kb) - One thing TrueCrypt can do that OmZiff can't is encrypt volumes. DiskCryptor can do it, too, and it's well under the 1Mb mark

LockNote (320Kb) - If the only thing you really want to encrypt are some private thoughts and notes, Steganos' GPL LockNote is a good choice.


OmZiff (408Kb) - Protecting sensitive data with encryption is never a bad idea. While OmZiff doesn't have the massive featureset of TrueCrypt, it's one-tenth the size and provides all the essential functions and includes a file shredder and password generator.


File Tools

7-Zip (919Kb) - Sure, 7-zip's main application window is ugly, but who uses it? All the archiving and extracting power you need is just a right-click away.

Everything (334Kb) - A great desktop search tool, Everything indexes your drive contents quicky and supports find-as-you-type. There's a portable version available as well, and it's even smaller.

FastCopy (194Kb) - Both FastCopy and TeraCopy are great, free apps that make copying and moving large amounts of data easier. For me, FastCopy wins because it's free for commercial use, Open Source, and about one quarter the size of TeraCopy.


Fling (230Kb) - Those cheap hard drives make an excellent place to back up and archive your files. Fling not only handles drive-to-drive sync, but it also plays well with FTP servers and USB flash drives. It's one of my favorite discoveries this year.

QDir (439Kb) - If you can get used to the multi-pane crazines, QDir is an awesome tool for manually managing your files and folders.

Space Sniffer (863Kb) - CCleaner does a great job of removing crap from your system, but sometimes you need to dig a little deeper. Space Sniffer helps you locate unwanted space hogs graphically.

Suction (180Kb) - One great way to keep mess to a minimum on your system is to consolidate similar directories - that's exactly what Suction does. It's portable, too!

WinCD Emu (783Kb) - Daemon Tools and Virtual CloneDrive are more well-known programs for mounting ISO images as virtual optical drives in Windows, but WinCD Emu provides almost the same functionality in a smaller package. It handles ISO, IMG, CUE, BIN, and RAW files.


Internet and Networking

Ammyy Admin (548Kb) - While it lacks TeamViewer's speed and bonus features, Ammyy still provides firewall-friendly remote control. There are no ports to open, and if trust is an issue you can run your own Ammyy router (85Kb) instead of using theirs.

GMail Notifier Plus (985Kb) - With kicked-up support for Windows 7's jumplists, this is a useful, sexy helper app for anyone with a GMail account.

Hamachi (989Kb) - Even though it's about 50% bigger than it used to be, Hamachi is still pretty dang small - and very useful. Its zero-config VPN makes remote access to your systems a breeze.


HydraIRC (949Kb) - The installer pushes HydraIRC over 1MB, but the portable version squeaks in under the wire. Features a tabbed interface, skin support, DCC chat and transfers, channel monitoring, and loads more.

iFTP (838Kb) - I love the second line from the developer's site: " I originally wrote i.Ftp to be the first freeware graphical client for BeOS, but someone beat me to it by a few days and well nobody notices who comes 2nd." That might be true, but he still put together a very capable FTP client with SFTP support.

NewsSifter (262Kb) - An intelligent RSS feed reader that analyzes new items based on content and sorts them into categories that you create.

Putty (444Kb) - Classic SSH/terminal client. 'Nuf said.

uTorrent (270Kb) - I've been using uTorrent as long as I've been downloading torrent files. It's got all the features I need in a client (and more) and it's well under the 1Mb mark even if you add the WebUI zip file. Sure, there are other options, but uTorrent takes it easy on my system resources and just gets the job done.

Wakoopa (309Kb) - A fun (and informative) social app, Wakoopa tracks your application usage and lets you see what programs other users are running. It's a great way to discover apps you may not have tried before.


Multimedia

Evil Player (537Kb) - A lightweight, minimal audio player, Evil Player support all the major formats and streams Icecast and Shoutcast (which can be recorded as well).

Fotografix (370Kb) - This little gem has generated quite a bit of buzz since I first wrote it up. It's an excellent lightweight Photoshop alternative, with features like layers, masks, filters, scripts, and editable type. If the developer's site is down, grab the file from Rapidspread.


Greenshot (160Kb) - An open source screen capture tool, Greenshot supports full screen, window, and selection captures, saving to multiple image formats, and annotations. Both a portable version and installer (404Kb) are available.

iDump (197Kb) - Need a free, portable app to backup the contents of an iPod? iDump is a good tool for the job, and it downloads in a flash - even on dial-up.

NCH Express Burn (390Kb) - ImgBurn is my default Windows burning application, but Express Burn sports a lot of the same features and packs them into a much smaller package.

VideoCacheView (65Kb) - It's hard to pick a single NirSoft app to list, because so many of Nir's utilities are under 1Mb and they're all handy. This one scours your browsers' cache files for FLVs and SWFs and allows you to save them for offline viewing.


Office and Productivity

ArsClip (986Kb) - A better clipboard manager with tons of configuration options and features. It's packaged as a zip and totally portable.


CintaNotes (365Kb) - drop it on your Flash drive, and CintaNotes provides an excellent way to collect snippets, links, and any other text data. It supports tagging and search-as-you-type.

Converber (253Kb) - Its unit-conversion super powers are tought to beat. You might not use Converber often, but it's small enough to keep around just in case.

KA TypeIn (920Kb) - A fantastic little app that lets you easily create and reuse text snippets. You can get advanced with it as well since it supports variables. Also does autocompletion.

List² (32kb) - You certainly don't need Excel to create very basic spreadsheet-style lists. This app is more than capable, and it takes up about as much space on your drive as the first page of Excel's help file.


TinyPDF (586Kb) - Just north of half a meg, and able to create good quality PDFs from any application via file > print. No longer freeware, but you can grab the last free installer from Freeware Files.

TinySpell (590kb) - Not all our favorite apps include a spellchecker. TinySpell fills the gaps and boasts a 110,00 word dictionary.

WinWorkBar (593Kb) - A productivity-boosting calendar and todo list / GTD application rolled into a sidebar (that can be set to autohide).


Utilities and Maintenance


CCleaner (979Kb) - One of the best file and registry cleanup tools around, and the portable version still still weighs in under 1Mb.

FileHippo Update Checker (154Kb) - FileHippo is a great place to download popular free applications. It's not cluttered with deceptive ads and the site is well-organized. The Updater is a smart way to keep your installers up-to-date.

HijackThis (793Kb) - A must-have for malware cleanup. I don't recommend HJT to casual users, but if you're a DIY-er with a good idea what should and shouldn't be in your registry, it belongs in your toolkit.

Magical Jellybean Keyfinder (367Kb) - Before you reformat your system it's a good idea to back up the product keys for your installed programs. Jellybean is a free, Open Source app that quickly digs up your keys and saves them to a TXT or CSV file.

NirCmd (86Kb) - I tried, but deep down I knew I couldn't get through this list without a second NirSoft app. NirCmd packs a ton of command-line Kung Fu in a single download.


Process Lasso (544Kb) - Gives you better control over the processes running on your system. If you're typically using loads of applications at once, Process Lasso can help keep your system running smoothly. Tweak things manually, or let ProBalance do the work for you.

UltraDefrag (374Kb) - A good defrag tool helps keep your hard drive running like clockwork. Under half a meg and open source, UltraDefrag even comes in 64-bit flavors and there's a micro build (as if 374Kb wasn't small enough already).

Unlocker (252Kb) - I hate trying to delete a file only to have Windows notify me that I can't because the file is in use. Unlocker provides a simple remedy to that problem.

Source: downloadsquad.com


Wednesday, June 24, 2009

4.0GB from Toshiba’s 0.85-Inch Hard Disk Drive



September Toshiba continues to push the envelope on small form factor storage with its latest market introduction, a multi-gigabyte hard drive that is 0.85 inches in diameter.It was in June that we announced Toshiba had cracked the 2 GB barrier with its .85 inch hard drive so we guess it was about time they announced another breakthrough – at IFA this week, the Japanese company announced that the same drive has now been increased to 4 gigabytes capacity.

Only a quarter the size of a 1.8-inch hard disk drive and about the size of a postage stamp, the 0.85-inch HDD will boost the functionality of a new generation of products, including mobile phones, digital audio players, PDAs, digital still cameras, camcorders and more.

Source:http://www.gizmag.com/go/4547/