Thursday, December 31, 2009

Some Regular Expressions for Validations

Expression
^\d{1,2}\/\d{1,2}\/\d{4}$

Description
This regular expressions matches dates of the form XX/XX/YYYY where XX can be 1 or 2 digits long and YYYY is always 4 digits long.

Matches
4/1/2001 | 12/12/2001 | 55/5/3434

Non-Matches
1/1/01 | 12 Jan 01 | 1-1-2001

----------------------------------------------------------------------------------------------------------
Expression
^([0-1][0-9]|[2][0-3]):([0-5][0-9])$

Description
Matches a string if it is a valid time in the format of HH:MM

Matches
02:04 | 16:56 | 23:59

Non-Matches
02:00 PM | PM2:00 | 24:00
----------------------------------------------------------------------------
Expression
^((?>[a-zA-Z\d!#$%&'*+\-/=?^_`{|}~]+\x20*|"((?=[\x01-\x7f])[^"\\]|\\[\x01-\x7f])*"\x20*)*(?<))?((?!\.)(?>\.?[a-zA-Z\d!#$%&'*+\-/=?^_`{|}~]+)+|"((?=[\x01-\x7f])[^"\\]|\\[\x01-\x7f])*")@(((?!-)[a-zA-Z\d\-]+(?)$

Matches
name.surname@blah.com | Name Surname | "b. blah"@blah.co.nz

Non-Matches
name surname@blah.com | name."surname"@blah.com | name@bla-.com

 -----------------------------------------------------------------
 Expression
^([\w\d\-\.]+)@{1}(([\w\d\-]{1,67})|([\w\d\-]+\.[\w\d\-]{1,67}))\.(([a-zA-Z\d]{2,4})(\.[a-zA-Z\d]{2})?)$

 Description
This pattern allows standard e-mail addresses (e.g. user@domain.com), sub domains (e.g. user@foo.domain.com), the new two- and four-letter domains (e.g. user@domain.tv and user@domain.name) and country codes (e.g. user@foo.com.us). Also, this patter follows the Network Solutions standard length of 67 characters for top-level domains. The reason I allow numbers to be entered in the domain suffix is for future planning. If you do not want numbers to be able to be added as a domain suffix (e.g. user@domain.123), simply delete the last two occurrences of "\d".

Matches
foo@foo.com | foo@foo-foo.com.au | foo@foo.foo.info

 Non-Matches
foo@.com | foo@foo..com | foo@me@.com



Tuesday, December 29, 2009

Troubleshoot BlueScreen Death

If you’ve used Windows for any length of time, chances are you’ve seen a Blue Screen of Death. You’re lucky when it’s only a bad driver and your system reboots politely. When you’re unlucky, it could be something more serious, such as a hardware failure. Either way, it’s a sign of system instability. Unfortunately, a BSOD is usually cryptic. Factor in the fact that Windows usually reboots itself automatically within a short period of time–with no assurance that you won’t get the same error–and you can see the need for BlueScreenView.
BlueScreenView is a small utility that will scan all your minidump files created during ‘blue screen of death’ crashes, and then display the information about all crashes in one table. For each crash, BlueScreenView displays the minidump filename, the date/time of the crash, the basic crash information displayed in the blue screen (Bug Check Code and 4 parameters), and the details of the driver or module that possibly caused the crash (filename, product name, file description, and file version).
blue,screen,death,view,dump,minidump,save,crash,stop,error,BSOD
Features of BlueScreenView
· Automatically scans your current minidump folder and displays the list of all crash dumps, including crash dump date/time and crash details.
· Allows you to view a blue screen which is very similar to the one the Windows displayed during the crash.
· BlueScreenView enumerates the memory addresses inside the stack of the crash, and find all drivers/modules that might be involved in the crash.
· BlueScreenView also allows you to work with another instance of Windows, simply by choosing the right minidump folder (In Advanced Options).
· BlueScreenView automatically locate the drivers appeared in the crash dump, and extract their version resource information, including product name, file version, company, and file description.
Download BlueScreenView App here

Faster Firefox

1. Open the Firefox “config” page: click into the Firefox address location bar, and type about:config, press Enter.
2. Search the line browser.tabs.showSingleWindowModePrefs . (tip: press “b” on your keyboard to quick scroll).
3. Double click on browser.tabs.showSingleWindowModePrefs . This will set its toggle to “true”. Now your advanced and enhanced tabbing should be set.
Note: in Firefox version 1.5, the command line is singlewindow.openintabs.
4. Next: we will increase the “pipeline” RAM ability for Firefox to accomodate more packet transfer. In the same config document, scroll down to the line that says network.http.pipelining . Double click this line to set it to “true”.
5. Lastly, we will increase the maximum pipeline requests to 100. Find the line that says network.http.pipelining.maxrequests. Double click on it, and a dialog box will pop up. Change the setting from 4 to 100.
6. No need to save this file. Simply close and restart Firefox, and you should see an immediate 10% to 40% increase in web page transfer speed, and faster opening of your tabbed windows! Enjoy!

Google Chrome Tips

Google chrome is Popular these days and Most of us don,t know about the latest tips and Tricks that we can use with google chrome. Google still has a long way to go with the browser adding features and fixing problems. Nevertheless, I’ve collected what I think are some of the most useful tips and the most interesting tweaks for the Chrome browser.
11 Google Chrome Tips & tricks



1.Keyboard Shortcuts

Google Chrome offers some unique shortcuts that go beyond the typical CTRL + T for opening new browser tabs. Here is a link to all of Google Chrome keyboard shortcuts. And here three that I find unique, when compared to those offered by Firefox and IE.
CTRL + SHIFT + N automatically opens up a Chrome ‘incognito’ window which allows you to surf on a PC without leaving behind any digital footprints.
SHIFT + Escape allows for fast access to Chrome?s Task Manager utility that allows you to nix browser processes that have gone awry.
CTRL + SHIFT + T will open recently closed browser tabs.
2. Alt + Home loads your Google Chrome home page, with thumbnails of your most visited sites shown in the active tabbed window.
3. Show the list of recently visited pages from the current tab: right-click on the “Back” button. This also works for the “Forward” button.

4. If you need more space in a textarea, resize it by dragging the lower right corner.

5. Fun With Tabs Browser tabs are an incredibly useful feature in browsers today. Google has spent some time and made them even more useful by allowing more tab flexibility than is currently possible with IE or Firefox. Chrome allows you to peel browser tabs off a browser so they can become their own browser window. Chrome also allows you to take two separate Chrome browsers and drag them together creating one window with two tabs.
6. Jump to different open tabs using Control + 1, Control + 2, Control + 3, etc. Control + 9 takes you to the last tab.
7. After downloading a file, you can copy it to the desktop or to any other folder by using drag and drop directly from Google Chrome.

8. Control +B hides the Google Chrome bookmarks bar. Press Control + B to bring it back again.
9. Perform simple calculations and unit conversions using Google Calculator by simply typing the expression in Google Chrome’s address bar (or “omnibox”). To copy the answer, select the suggestion.

10. Control + H is a faster way to bring up the History page.
11. Edit any web page – right-click a page and select Inspect element. Now edit the HTML source code and hit Return to view the changes.

Lock your Drives, Floppy, CD/DVD and USB drives

PC users who want to protect, hide and lock their local, network, Floppy and USB drives than they have to try Advanced Drive Protector. Advanced Drive Protector is intended for PC users who want to protect, hide and lock their local, network, Floppy and USB drives, and disable the AutoRun feature for them to ensure both security and privacy.
This software lets you apply a range of security options to individual drives ranging from hiding options to access security restrictions.
The Autorun feature is one of the worst security breaches in any Windows system. If a user inserts an infected USB drive or a CD/DVD disk, the virus residing on the disk may run and infect your system.

How to Recover Windows Admin Password

So you forgot your Windows Admin password? Don’t worry. Here i will tell you how you can retrieve your Windows Admin password or reset it easily. PCLoginNow is freeware app whicl help you to do it easily.
PCLoginNow is an easy-to-use tool to reset local administrator and other accounts passwords on Windows system. No need to reinstall the system. It resets Windows passwords and Windows security settings instantly. All version of Windows are completely supported. It’s an incredible CD for Home users and Businesses. And most of all, it’s the most popular and safe solution for removing your Windows password until now.
How to Recover Windows Admin Password

How to use it:-
  1. Download ISO files.
  2. Burn the ISO file to CD (see Burn CD).
  3. Set the BIOS to boot from CD. (see Set BIOS)
  4. Insert the CD you burned and reboot your computer. The software then automatically runs.
  5. Use PCLoginNow to finish the job. (see User-Guide of PCLoginNow)

3 ways to send anonymous email

Do you want to send an email anonymously because, for example, you fear your views might not be appreciated by your boss? There are various web based anonymous email service providers available in the internet. From where you can send anonymous email. So am posting here some of the best sites which helps you to send anonymous email.

1. SendAnonymousEmail
– Is a free service which allow you to send unlimitted anonymous email.
2. deadfake - a site that lets you send free fake emails to anyone you like. There’s no signup, no registration, no fuss. You can even send fake emails with rich text; fonts, colours, etc.
3. Note2email is a web application designed to send quick text notes to any email address in the world.
Features:
* one easy step for sending email notes
* encryption of the email notes
* no login required
* spam flag system

Lock your PC with a USB Disk

Rohos Logon Key

Two-factor authentication solution that converts any USB drive into a security token for your computer and allows to access Windows in a secure way by USB token, replacing the Windows login.

Fully functional 15-day trial

10 Tricks With A USB Thumb Drive


Any ordinary USB memory device can do a lot more than you probably thought it could. It can carry programs, encryption and even a full installation of Windows XP! Here is our tenlist for the coolest things you can do with a USB thumb drive:
Take your programs with you
We all know how frustrating it is when we take your files to another computer just to discover that the software required to read the files is not installed.
Here’s the simplest solution – take your programs with you – on your USB thumb drive. Here’s how to do it with Portable Apps:
1. Go to the Portable Apps website and download the installer, choosing the software you want to carry along.
2. Run the installer and install the software to the root of your USB thumb drive.
And you’re done! As soon as you connect your thumb drive into a computer, Portable Apps will open up automatically.
Surf anonymously
With Portable Apps and Firefox, you can surf the web without leaving any trace on the computer you are using. If you want extra security, install a Firefox security plugin such as FoxyProxy. To iput Firefox onto the drive, just copy-paste the Firefox folder from you computer, or install Firefox onto the thumb drive.
Set a program to run automatically (autorun)
Using autorun, you can set a program to start up automatically when you connect the drive to a computer. You can also use the same script for a data CD-ROM. Note that some computers have autorun disabled for security purposes. [Here's how to disable autorun.]
Open up notepad and paste the following script:
[autorun]
ShellExecute=filename
Label=description
UseAutoPlay=1
Make sure you replace filename with the full path to the file. For example, a file called program.exe in a folder called “programs” on the thumb drive would be /programs/program.exe
Replace description with a short description of the program, for example, My Jukebox or Mozilla Firefox.
Save the file as autorun.inf, making sure you select “All Programs” from the save menu, not “Text document”!
Help! I’m lost!
Ever lost a USB drive? Even if you haven’t, there’s a pretty good chance you’ll lose a few during your life. And with all the important information on it, it could be a disaster to have it fall into someone’s hands.
A good idea is to encrypt all the information on the drive, but you would still want it back, wouldn’t you? Luckily, the folks at the Daily Cup Of Tech have come up with a solution.
Save a program called “Help! I’m Lost!” on the drive, that a finder just can’t get around opening. The program opens a message box with your personal “I’m lost” message. It’s a good idea to offer the finder a bigger reward than the drive itself, so that they’ll be interested in contacting you.
Hide the drive inside something
Why not surprise your friends and co-workers by sticking something that looks like a broken USB cable into the computer’s USB drive?
You’ll be sure to get a few shocked faces when you start to play a movie from it.
The guys from Technobuzz.net show us how to do it. (You are gonna need an unbelievably small thumb drive for this…)
Secure your PC
Just like with an RFID badge, you can use a USB drive to lock and unlock a PC. Insert it to begin working and pull it out when you’ve finished, locking the computer. There are several programs for this . Rohos, a commercial program and WiKID, a semi-open source one.
If you really need to secure your computer with a USB drive, I suggest you give Rohos a try, as WiKID is rather complicated.
Portable jukebox
Don’t just carry the music with you, also carry the player! You can install audio programs such as WinAmp and CoolPlayer+ on your thumb drive. Just unextract the ZIP folders to the USB drive.
If you want the jukebox to start up automatically when you connect the memory stick to the computer, use the autorun feature shown tip 3 and point it to the exe of your audio player.
Encrypt your data
If you carry any sensitive indormation on your USB memory stick, a good idea is to encrypt it. Hardware-level encryption will help, but it will cost extra. You can get a free program to encrypt your data just as securely. For this I recommend TrueCrypt, but most others will also do.
You will need admin access on the computer you want to use your encrypted thumb drive on, so this it’s usability a little.
Run a standalone OS for dedicated tasks
The easiest OS to boot from a USB drive is probably Linux. There are many small capacity Linux versions out there that will fit on your drive. The best 3 are Puppy Linux, Damn Small Linux and Webconverger.
Make sure you select a version that needs less space than your USB drive’s maximum, so you have room for files and software.
And this leads us nicely to the final tip…
Run Windows itself from a USB thumb drive
Modifying Windows to work on a USB drive is quite difficult, but luckily there are some tools that will do it for us. Note that you will need a separate Windows license for this, as Microsoft only lets you use one for each single computer, and a USB drive is treated by them like a computer…
What you’ll need:
  1. A licensed copy of Windows
  2. A USB device, min. 1GB (We recommend a USB hard disk, as a flash memory stick will become unusable after 100000 writing processes. Assuming that only 2 processes are used per second, the drive will last only 60 days with 8 hours of work each day… A hard disk doesn’t have this problem.)
Here is the link to the full tutorial, translated from German.

Saturday, December 26, 2009

3 things that Microsoft could Never Explain....!!!

MAGIC #1
An Indian found that nobody can create a FOLDER anywhere on
the Computer which can be named as "CON". This is
something funny and inexplicable? At Microsoft the whole
Team, couldn't answer why this happened!
TRY IT NOW, IT WILL NOT CREATE A "CON"
FOLDER
MAGIC #2
For those of you using Windows, do the following:
1.) Open an empty notepad file
2.) Type "Bush hid the facts" (without the
quotes)
3.) Save it as whatever you want.
4.) Close it, and re-open it.
Noticed the weird bug? No one
can explain!
MAGIC #3
Again this is something funny and can't be explained?
At Microsoft the whole Team, including Bill Gates,
couldn't answer why this happened!
It was discovered by a Brazilian. Try it out
yourself?
Open Microsoft Word and type
=rand (200, 99)
And then press ENTER
And see the
magic?..!

Monday, December 21, 2009

Direct Download 10,000 of Games


http://ftp.ksv.com.ua/media19/games/
http://ftp.ksv.com.ua/media3/incoming/Games/
http://ftp.ksv.com.ua/media1/Games/
http://www.clangfaq.net/downloads/games/
http://dimnet.servehttp.com/share/games/
ftp://leech:l33ch@61.145.123.141:5632
ftp://bbs.54e.net:www.yxbar.net@219.153.42.41/Game_54e_net/
ftp://85.30.192.39/ User:bbs.54e.net Pass:www.yxbar.net
ftp://130.89.175.1/pub/games/
ftp://129.241.210.42/pub/games/
ftp://195.222.33.239/pub/ga/full/
ftp://bbs.54e.net:www.yxbar.net@219.153.42.41/Game_54e_net/
ftp://194.44.214.3/pub/
ftp://ftp.uglan.ck.ua/games/
ftp://61.50.146.156/d:/RECYCLER
ftp://ftp.uglan.ck.ua/games/
210.65.61.88/pub/
ftp://193.254.196.210/games/
ftp://193.254.196.210/games2/
ftp://ftp.uglan.ck.ua/games/
ftp://194.187.207.98/games/
http://64.92.235.117
http://d.trymedia.com
http://64.92.235.117/release
ftp://ftp3.artvid.ru/GAMES/PC/
ftp://ftp1.mega.kg/E0EDE5/
ftp://leech:l33ch@61.145.123.141:5632/
http://www.telltalegames.com/samandmax/lincolnmustdie
http://ftp.ksv.com.ua/media6/games/
ftp://129.242.219.39/cod_uo/CALL.OF.DUTY-DEViANCE/
ftp://212.227.165.164/ff/ff/ff/ff/20/202020aux/202020202020and/2020202020by20pipit/202020for/2023HERE%23/Call.of.Duty.2-DEViANCE/
ftp://bbs.54e.net:www.yxbar.net@219.153.42.41/Game_54e_net/3d3dOLD_23d40/Medal_of_Honor_Airborne-HATRED/
ftp://85.112.114.210/distrib/gamez/Unreal%20Tournament/
ftp://89.107.120.24/games
http://kt0u.com/bbs/data/p_game
ftp://194.187.207.98/games
ftp://194.187.165.98/games/css/
http://www.benganerds.com/rain/.m./coh/
http://daruine.free.fr/tit/
http://87.249.104.120/@V2
http://downall066.free.fr
ftp://195.225.250.149
ftp://bbs2Enet:www2Enet@219.153.42.41/Game_54e_net/3d3dOLD_23d40/Tom.Clancys.Splinter.Cell.Double.Agent.Repack.DVD5-NETSHOW/
http://kt0u.com/bbs/data/p_game
http://kt0u.com/bbs/data/p_game
http://80.150.6.24/toigamesload
ftp://largedownloads.ea.com/pub
http://www.fullgames.sk/obsah.asp?ako=2
http://85.249.164.13/ftp/Игры/
http://sharapov.od.ua/ftp/game/
ftp://anonymous:user%40host.com@82.78.197.99/incoming/iso
ftp://213.186.34.23/jeux/commandos3-1.bin
ftp://anonymous@uagames.org@uagames.org/full_games
ftp://82.161.24.33:21/Games/
ftp://ftp.uglan.ck.ua/games/

Thursday, December 17, 2009

The Cooliris 3D Wall for FIREFOX

 







The Cooliris 3D Wall -- Simply the fastest and most stunning way to browse photos and videos from the Web or your desktop. Effortlessly scroll an infinite "3D Wall" of your content from Facebook, Google Images, YouTube, Flickr, and hundreds more.



Add to Firefox (Windows)




Image Gallery



25 Sites That Pays You to Blog

1. PayPerPost

PayPerPost is an incredible new self-service marketplace that allows you to get paid to blog about the products, services and websites you love. You can easily earn $500 per month or more with your current blog!
2. Link Worth


Unlike some other services, we pay our Partners up to 70% for each LinkPost written. Access to thousands of advertisers hungry for reviews. A variety of payment options. Receive payouts monthly by check, PayPal, direct deposit, or Wire. Automated advertising management. An easy way to sell paid blog posts.
3. Review Me



Get paid $20 – $200 to review products and services on your site. You control what you review.
4. Shvoong



The more abstracts you post at Shvoong, the more chances to attract readers. Create link to your abstract elsewhere(on blogs, forums, your personal homepage, or other sites). Spread the word by joining our “Invite a friend” and/or “Affiliates” programs, and earn bonuses equivalent to the invite members’ royalties, upto $100 for every new writer
5. Smorty



Get paid for blogging. Write your opinion about peoples products, services and websites on your blog. Get paid weekly.
6. 451 Press



451 Press is always looking for bright, talented writers who want to have their voices heard. We are looking for writers with unique voices to contribute to our growing network of blogs. Our blogs cover a wide range of topics. If you have a passion for a subject then we just might have a place for you.
7. Be A Guide



All About.com Guides are freelancers who work online and set their own schedules, giving them the flexibility to log on from anywhere in the world whenever they have the time. With no timesheets to fill out and no timecards to punch, working for About.com gives you the flexibility to write when you want, even if you have a full-time day job.
8. BlogBurner



So here’s how it works:
You create an account with us.
You create an account with Google Adsense.
You login and write content to your "blog" on our site.
You try to write as often as you can.
We publish your content to our site.
We serve ads on the pages that have your content.
Half the time you make money on the ads. Half the time we do.
9. Blog Feast (Service Discontinued)



We are a blog community that:
Host your blog for free
Provide you with readers and traffic
Serve your Adsense ads 90% of the time
Helps you to make money blogging
Leading you step by step to earn $1,000 a month!
10. Bloggerwave



We’ve got advertisers that would like you to write about their products or services. So you do. In your blog. And get paid!
11. Blogitive



Once you are approved to the Blogitive system, you are given access to opportunities from companies to post about their news releases. You are paid per posting.
12. Blogsvertise



Once approved, your blog goes into the assignment queue. The blogsvertise administrator then assigns writing tasks for what our advertisers want you to mention in your blog.
13. Blog To Profit



We connect you with advertisers that are interested in sponsoring your blog, you post to your blog and get paid!
14. BOTW Media



If you are an experienced writer and/or an avid blogger, can write passionately about a topic, and enjoys working as part of a group, you may be a good candidate for a BOTW Media author.
15. Creative Weblogging



Get paid to blog with us at Creative Weblogging! We are one of the largest blog networks, with over 135 blogs in five languages.
16. DayTipper



If you have a tip that is insightful, helpful, and original, we will publish it and pay you $3 (US). You write the content. We share it with the world.
17. Digital Journal



Unlike most websites where bloggers post for free (and the company takes in all the ad revenue), DigitalJournal.com shares a portion of its advertising revenue with all Citizen Journalists. With an always-growing cash pool, every single Citizen Journalist gets a chance to compete for a share of the cash pot. The more you contribute, the more you earn.
18. Helium



Earn a share of the advertising money earned here at Helium. If you write well, and write often, you earn even more recognition and reward.
19. In Blog Ads



You’ve been writing about web sites, products, services and companies for years, now you you can also get paid for it. With our system, you get paid for each post request you fulfill.
20. LoudLaunch



If your blog and interests are aligned with an advertiser’s campaign then you can do your own research and write about them in exchange for pay—not in exchange for a pre-determined outcome but for a fair assessment.
21. Sponsored Reviews



Earn cash by writing honest reviews about our advertiser’s products and services. Write reviews in your own tone and style, and gear them to your audience’s interest.
22. Squidoo



Every lens carries Google AdSense ads. Those are used to generate royalties for the whole co-op (ie, everyone gets a cut). If you want to increase your direct royalties, though, you should consider adding commercial modules that the visitors to your lenses will appreciate.
23. Weblogs Inc



Looking to get paid to blog about subjects you love? Tell us what you’re passionate about and let’s find out if there’s a fit!
24. Wise Bread



WiseBread.com is one of the top 5 personal finance blogs. We give our bloggers 100% of the advertising revenue they earn on their blog posts.
25. b5media



We’ll pay you to write about what you love. We’re the one of the largest blog networks in the world. We want to be the biggest. Want to help? It’s easy to apply.

Popular Posts