Hot on HuffPost Tech:

See More Stories
Engadget for the iPhone: download the app now
AOL Tech

Tag: SCRIPTING

Is the AutoHotkey project dead? A quick word with the developer

AutoHotkey is one of the most incredible applications ever. As far as programming languages go, it's not exactly elegant. But it is easy to learn (if not to master), free, open-source and insanely powerful. But I guess you might already know all that. What you might not know is why no new AutoHotkey version has been released since September 25, 2009. That's almost a year of stagnation: for one of ...

PHP too slow for Facebook, builds its own faster version

It seems the world's largest user of PHP -- itself the Internet's most popular programming language -- has decided to build and compile its own version to speed up its operation. Facebook, which has over 350 million users, is due to announce its changes this week, but speculative rumors are bouncing all over the place! The SD Times suggests that a new in-house runtime was built -- the bit of ...

Sikuli uses screen shots to run scripts, is amazing

If you ever find yourself doing repetitive task on your computer, pay attention. Sikuli is an important step toward removing the barrier between the average computer user and programming. Normally, to make a computer do a repetitive task, you'd need to understand a programming language like Java, Objective C or C#. To perform some remedial task like starting iTunes and kicking off a play ...

PHP 5.2 released

I don't have to tell you what PHP is obviously, many of you could run circles around me. I don't have to tell you how widely used, versatile, or powerful it is either. All I need to tell you is that 5.2 is out. This release is mostly bug fixes, some new enhancements, just in case you were wondering or hadn't heard yet. PHP is my favorite web scripting language, and I jump all over it when new ...

Ruby meets AppleScript with RubyOSA

Most days I'm totally happy with my Windows PC, but some days I want a Mac.* I've got a thing for scripting of all kinds, and the days I most want a Mac, it seems, are when I see someone doing something really cool with AppleScript, like RubyOSA. To quote its web site, "RubyOSA is a bridge that connects Ruby to the Apple Event Manager infrastructure. In big words, it allows you to do in Ruby what ...

Real-time HTML editor helps coding and learning

Anyone who has hand-coded HTML (I know, oldskool) has wished for a tool like this real-time HTML editor, though regrettably the days of hardcore hand-coding HTML are pretty much over. I still code HTML in my free time just for the tactile feel of simple code beneath my fingers and remembering the old day before things got easy. Real-time HTML Editor puts your code into practice as soon as (and ...

Python 2.5 released!

The latest version of the Python programming language, version 2.5 final, is ready for download. The Python website states that Python 2.5 is ready for production use and should work great. Python 2.5 has had many changes to make it better, faster, and make programming easier for you. Some of the new things in Python are: It now uses the Buildbot tool; conditional expressions have been updated; ...

Microsoft releases PowerShell (formerly Monad) RC1

Remember Monad, the next-generation command shell that was supposed to be part of Windows Vista? It's still not going to be part of Vista, but development continues and yesterday saw the arrival of the first release candidate. Microsoft has given it a new name, Windows PowerShell (I gotta say I liked Monad and MSH better), and given it its own web site where you can learn how to use it and even ...

Microsoft releases .NET version of Python

Last week Microsoft released IronPython, a version of of the Python open source scripting language designed to interoperate with its .NET libraries on Windows or Mono, an open source .NET implementation for Linux. CNet News.com speculates that Microsoft will soon support IronPython in its Visual Studio development environment. IronPython's source code is available from Microsoft's under their ...

Friday Flickr Fun: add a Flickr tag cloud to your site

It has been said that the "tag cloud is the mullet of the internet," and who doesn't want to be the height of current fashion? Dan Steingart has written a PHP script that will pull your tags from Flickr and arrange them in a tag cloud for inclusion on your site. There are a number of parameters you can tweak including min and max font sizes, sort order, color, and username by applying ...