Using little more than book knowledge, experience from previous projects, and a healthy shot of elbow grease, a Kenyan kid has constructed a nifty (and perhaps just a little scary) box that attaches to your car to provide a number of unique remote-control features that you're not going to find on your average OnStar setup. The flagship function seems to be the real-time lockout, which can call you as the car is being started; only if you confirm that it's not some baddie trying to jack your ride will the ignition request be granted. That's not all, though -- it'll also let you dial into the car and listen in on any conversations going on within.
Anyone who has seen an optical illusion can recall the quirky moment when you realize that the image being perceived is different from objective reality. Now, a team of scientists from MIT, Harvard and McGill has designed a new illusion involving the sense of touch, which is helping to glean new insights into perception and how different senses--such as touch and sight--work together.
We've known it for a long time: the web is big. The first Google index in 1998 already had 26 million pages, and by 2000 the Google index reached the one billion mark. Over the last eight years, we've seen a lot of big numbers about how much content is really out there. Recently, even our search engineers stopped in awe about just how big the web is these days -- when our systems that process links on the web to find new content hit a milestone: 1 trillion (as in 1,000,000,000,000) unique URLs on the web at once!
Google’s on and off negotiations with Digg have been back on in a big way for the last six weeks, we’ve heard from multiple sources inside and outside of Google. The two companies have reportedly signed a letter of intent and are close to a deal that will bring Digg under the Google News property. The acquisition price is in the $200 million range, says one source.
After a little research I had come across an article on the PCWorld forum that outlined how I could create a shortcut that would enable or disable hidden files on the fly. If the setting is enabled it would disable it when run, and vice versa. It’s one shortcut that serves as an on/off switch for hidden files.
Kevin Mitnick knows that the weakest link in any security system is the person holding the information.
As a young fugitive hacker, he went to jail for breaking into computer networks, mostly by using his cunning and persuasion than his tech skills. He was an early master of the science of social engineering--manipulating people into doing what you want, such as giving out passwords and other information that unlocks sensitive information on networks.
For a good movie on the story of Kevin Mitnick then check out Track Down. A great movie.
You've spent a lot of time and money collecting digital music. And by now, you have a pretty sweet library of MP3s and AACs to show for the effort.
But let's say you want to take that library to go? Before you start carrying around a huge hard drive, you might want to try streaming your tunes online instead. All it takes to start streaming your music over the internet is a playlist, a server with some storage space, and a software player that can open and play an internet stream.
Just copy the code into the VBA editor (alt-F11) in Excel and make sure the sheet with hyperlinks is selected as the active worksheet before running (place cursor in the sub name and press F5). The URLs are placed in the cell next to the cell containing the hyperlink.
Sub GetURL()
Dim oHyperlink As Hyperlink
For Each oHyperlink In ActiveSheet.Hyperlinks oHyperlink.Range.Offset(, 1) = oHyperlink.Address Next
Tomorrow, July 17, GoDaddy.com is offering .ME domain names for Open Registration. This gives anyone who wants to get their presence online an opportunity for a valuable piece of Internet real estate. As with any Open Registration period, plenty of premier domain names are available to be registered.
Sending hundreds of pounds of equipment millions of miles through space to land and operate independently from direct control presents several interesting software development challenges. O'Reilly News recently discussed the project and its technology with NASA's Peter Gluck.
Also, be sure to read They Write the Right Stuff a very interesting article on the software that drives the space shuttle.
Online htpasswd Creator is an easy way to create properly encrypted passwords for use in an htpasswd file. The htpasswd file is reference from an htaccess file to protect files and folders.
Scroll all the way to the bottom and look for the answer in green (Accepted Solution)
To allow users to only edit specific ranges when working in a shared workbook:
From the Tools menu, select Protection, and then Allow Users to Edit Ranges. This advanced option allows multiple users (for example, when working on a network) to update data in a well defined and private area. Each workbook user is allotted a range in the sheet with a unique password.
Cheat sheets are helpful to have around because they allow you to quickly remember code syntax and see related concepts visually. Additionally, they’re nice decorative pieces for your office.
In this article, you’ll find 23 excellent, print-ready cheat sheets for HTML/HTML, CSS, and JavaScript (including MooTools and jQuery).
A complete site geared towards revealing the scams of infomercials. Still find it hard to believe that people buy the junk that these infomercials are pushing. Sure I enjoy watching them, but I have never bought anything.
The Sims Carnival is a new online community and gaming experience from The Sims that makes game creation and sharing more accessible and fun than ever before. The introduction of this new creative endeavor from The Sims is designed to convert millions of players into game designers - no programming skills required!
Freeware PDF Unlocker, a free Windows utility, doesn't do everything that commerical packages like those from Elcomsoft do, but it will help if you just need to unlock copy/paste and editing restrictions on a PDF. Simply drag a copy-protected PDF onto PDF Unlocker's icon, and a new, non-protected copy will be created.
You ever come across a web page with lots of data you would like a copy of? Maybe in the format of a pretty Excel spreadsheet. Follow the steps below to get data from a web page into an Excel spreadsheet.
Scrape data from a web page:
Find a source of data you want (for an example use: Country List)
Open a new, blank Excel document
Select menu -> Data -> Import External Data -> New Web Query
In the address bar enter your URL (try the sample I used above)
Under Options (right of the address bar) try with no formatting first and then try Rich Text or HTML (attempts to style it to match the web page)
Press 'Go'
After the page has completely loaded you should see yellow boxes with black arrows next to tables that can be imported. Scroll down to the main table and click the arrow. It should now be a check.
Press 'Import'
Press 'OK'
That should be it. Your table of data should not be an excel spreadsheet where the data is nicely laid out in columns. From here you can work with the data in Excel or export to CSV (can be used to easily import into an database).
Also, I bet you didn't know that the data will be automatically refreshed when the data on the web page is refreshed. Pretty cool. Huh?
Q: Which Flash files can Google better index now? We've improved our ability to index textual content in SWF files of all kinds. This includes Flash "gadgets" such as buttons or menus, self-contained Flash websites, and everything in between.
Q: What content can Google better index from these Flash files? All of the text that users can see as they interact with your Flash file. If your website contains Flash, the textual content in your Flash files can be used when Google generates a snippet for your website. Also, the words that appear in your Flash files can be used to match query terms in Google searches.