Sometimes the simplest of things are the most profound.  A simple bookmark with a save icon.  So useful.  So awesome!

Available in several different formats:

Adobe PDF document
 Adobe Illustrator document
 Encapsulated PostScript document

Eco-friendly version (one sheet of paper, a lot of bookmarks):

Adobe PDF document

[icoeye]

Similar Posts:

If you found this post useful, why don't you buy me a cup of coffee to show your gratitude?

Found in the dictionary under Awesome!

[Datamancer]

Similar Posts:

If you found this post useful, why don't you buy me a cup of coffee to show your gratitude?

I love barcodes!  Thye are quick, easy, efficient technology.  But, yet again, the fact that I am living in North America puts me at a disadvantage.

Apparently, Japanese cell phones have the ability to read 3D or QR-code barcodes.  They can simply scan these barcodes and they wull load the information into their cell phones.  It can be a URL, text, phone number or SMS message.

Just so you are ready when we catch up in the US or you feel like ordering a 3D barcode reader, here is a quick and easy way to create your own 3D barcodes.

BTW, this is the Daily Cup of Tech official barcode!

Similar Posts:

If you found this post useful, why don't you buy me a cup of coffee to show your gratitude?

With a simple web cam and Skype, you can have a quick and dirty home video surveillance system up and running in minutes!

Essentially, you configure one computer with a Skype account to automatically pick up and start the webcam whenever you call from a second computer.  You should then be able to see and hear whatever is happening!

Read the full story at Webson.

Similar Posts:

If you found this post useful, why don't you buy me a cup of coffee to show your gratitude?

With so many online applications becoming critical for many businesses, it is important that they be tested for SQL-injection vulnerabilities.  This quick overview will give you the basics of what you need to know in order to test your web app against SQL-injections.

From Basics of SQL-Injection:

Web Applications relay on dynamic content to achieve the appeal of traditional desktop windowing programs. This dynamism is typically achieved by retrieving updated data from a database. One of the more popular platforms for web datastores is SQL, and many web applications are based entirely on front-end scripts that simply query an SQL database, either on the web server itself or a separate back-end system.

One of the most insidious attacks on a web application involves hijacking the queries used by the front-end scripts themselves to attain control of the application or its data. One of the most efficient mechanisms for achieving this is a technique called SQL-Injection.SQL-Injection refers to inputting raw Transact SQL queries into an application to perform an unexpected action. Often, existing queries are simply edited to achieve the same results–Transact SQL is easily mnipulated by the placement of even a single character in a judiciously chosen spot, causing the entire query to behave in quite malicious ways. Some of the characters commonly used for such input validation attacks include the backtick ( ` ), the double dash ( — ). and the semicolon ( ; ), all of which have special meaning in transact SQL.

What sorts of things can crafty hacker do with a usurped SQL query> Well, for starters, thy could potentially access unauthorized data. With even sneakier techniquies, they can bypass authentication or even gain complete control over the web server or back-end SQL system. Let’s tak alook at what’s possible.

Similar Posts:

If you found this post useful, why don't you buy me a cup of coffee to show your gratitude?

« Previous PageNext Page »