Archive for the 'My Projects' Category

Using cURL to Post Updates to Twitter

Sunday, April 8th, 2007

Heres a small snippet of code I found that will successfully post updates to your Twitter account:

curl --basic --user username:password --data status="Having fun with cURL" http://twitter.com/statuses/update.xml

The command ‘curl’ is normally present on most Linux distro’s these days. Windows users will need to Google and download it. To use the code above simply replace ‘username:password’ with your real ‘username:password‘, the string of status in double quotes is the update that will actually appear on your Twitter page. The url present at the end of the code is the Twitter API endpoint.

Twitter will reply with a response similar to the following:

<?xml version="1.0" encoding="UTF-8"?>
<status>
<created_at>Sun Apr 08 01:25:56 +0000 2007</created_at>
<id>12345xxx</id>
<text>Having fun with cURL</text>
<user>
<id>xxxxxxx</id>
<name>Your Name</name>
<screen_name>your_username</screen_name>
<location></location>
<description></description>
<profile_image_url>[removed]</profile_image_url>
<url></url>
<protected>true</protected>
</user>
</status>

Note: I have replaced specific numbers with ‘x’s.

Waix Resources Update

Thursday, August 24th, 2006

Lately I’ve been very busy with university, work projects and social committments. I hope to have some considerable progress with Waix Resources shortly. I started the current redevelopment one year ago. In this time I have designed the layout and backend twice. I have even considered Django to speed things up a bit, but Python is another learning curve for me (it is a fun & beautiful language). Maybe I can save that for version 4. The current version of WR has considerable AJAX calls and web 2.0 features. It is possible to access all features without ever refreshing the page. Hopefully I’ll put some sweat into it early next week.

YAMP: Yet Another Redesign

Tuesday, August 23rd, 2005

I’m currently working on the last redesign of my website for 2005. I hope to engage additional technologies such as flash video, the rest of the fresh Macromedia suite, podcasts and CSS. Of course my website will always be a showcase of my ideas and an ongoing experiment as I tinker with various technologies. As per usual the design conception is happening over at pc.robsta.id.au (one of my many spare subdomains). I hope I can put together some effort to finish it before this month is out. sIFR can be a bitch to get working sometimes but!

Portfolio Online

Friday, March 25th, 2005

first working version is up at robsta.id.au/portfolio. It still needs a few dynamics.

Website Enhancement

Saturday, March 12th, 2005

Well the clean interface we’ve come to love on Robsta.id.au is nearly celebrating it’s first birthday. So why not improve it? Actually thats a good idea!

Over the coming weeks I intend to tweak the existing layout and design, create an alternate theme for my project manager, improve on my link directory (add an interface to manage links etc) and use scripts where-ever possible to enhance the user experience.

Website Enhancement
Favicon is fine, just updated recently. Add new Bur.st logo for hosted content. Create my digital portfolio.

Link Directory
Umm I’m a bit lost for ideas. Develop an interface to create new links in the ‘go’ folder, Automatically generate perl code. add a stat tracker (probs at go/stats/ w/htaccess for auth) for links!

Other Meaning-less crap
Check my Google Rank

Chrismas 04

Friday, December 24th, 2004

Well its that time of year again. Time for Christmas! Funny that a search on Google returns christmas.com as the #1 result for “christmas”. What else should be ranked #1?

This is going to be the biggest Christmas eve for me yet. I’m about to go out and get smashed shortly then come home and join in on the code-a-thon to finish a minimalistic working beta of Beetroot. Oh, what fun! Cya in the morning.

My Planet

Tuesday, December 21st, 2004

Apart from Google Suggest as being my start page, I decided I wanted a personalised news aggregator. Many open-source communities have ‘planets’ where member blogs are aggregated onto a single convenient page. My Planet a.k.a Rob’s Planet caches a variety of blogs that concern my interests. The aggregator uses Mark Pilgrim‘s Feed Parser python module extensively to compile my results. If you have a site worth aggregating please drop me an email so I can add you. Thanks.

My Net Combo

Saturday, October 9th, 2004


My Internet and Email combination.

Subscribing to my Blog

Friday, September 24th, 2004

You can subscribe to this blog, if you use an Atom reader (see atomenabled.org) or Mozilla Firefox 1.0 with the new live bookmarks feature.

Subscribing in Firefox 1.0 PR.

Archive.org

Monday, September 13th, 2004

I’ve always liked Archive.org‘s Wayback Machine for visiting previous versions of websites. Today I found indexes of my very own website.