(this post was reblogged from technista)

It’s clear there’s going to be lots of competition for mobile payments in the next coming months. Square looks to be the only one with a marketing push.

Google adds file transfer to gchat

Mashable is reporting Google has added swapping files to gchat’s capabilities.

The iGoogle and Orkut file transfers will work for photos, documents and presumably small video files. In addition, web users can exchange files with users of Google Talk — the more robust desktop version of Google’s chat client — without any hiccups.

Scrrreeeeechh. Yes, that’s right - only iGoogle and Orkut(I don’t know anyone using it either). Google assures us after initial deployment, Gmail will soon follow. Still, I spend most of my time instant messaging using my beloved Adium unable to even use Gchat’s A/V capabilities. I guess the larger goal, besides world domination, is to get users to ditch their desktop apps for one of the more powerful browsers.

just ordered these. pretty sweet eh?

Pleaserobme.com

Tin Foil Hat

Last week, pleaserobme.com became the talk of blogs for aggregating “check-ins” of location based users that services like Four Square. The outrage across the internet came from the assumption that these public check-ins alerted criminals your home was abandoned and safe to rob.

As usual, the threat was over-exaggerated. Most check sites list your current location and not your home location. So figuring out where you live based on your current location would take a remarkeble amount of triangluation and tracking that I’m assuming wouldn’t be worth the reward of stealing your 18” Sanyo television.

I come down hard on these people because the viscerale reaction to something so harmless can distract from real threats. Like clicking on any of the dubious facebook applications that steal your password and send viagra messages to your friends.

I still don’t understand what’s going on here. When I hear this melody, I always associate it with a pretty good cinnamon gum. Unfortunately, that’s doesn’t translate well to choosing a wireless provider. The clear winner here is Wrigley, the company who produces Big Red. I’m sure Verizon wrote them a sweet check in addition to the subliminal although free promotion.

Problem:Solution 12.8.09

Problem: At the job, I’m responsible from converting Adobe InDesign files of articles from a monthly magazine to XHTML to be inputted into a content management system. This takes about a week and a half and involves me export content from InDesign, cleaning up the code, and copying and pasting. The problem is this consumes value time that could be spent working on more interesting project.

Solution: While the first 2 steps would be difficult to automate, I was able to create an application using Applescript that rapidly speeds up the the input process.

The script analyzes a selection of text in BBEdit. The selection is usually 5 lines separated by returns and includes the article reference name, the page number, the title, the author, and the article description. Also, you have variables for the URL of the issue folder and the publish date. Once the script has all the information it needs from BBEdit and the variables you’ve updated, it goes to Safari where the information is pasted into it’s respected fields. Note: I would love be able to do this with Firefox or even on Chrome but Applescript has its limitations.

To determine which field is the right one, the script uses the Javascript function “getElementByID” or “getElementsByName” to find the specific input fields and update their values.