Ruby MySpace Status Updater01.05.08

I have written a MySpace Status Updater class in Ruby. So if you want it take it, download it, use it.Download Here Or Download the RubyGem 

How do you use it?

credentials = {:username => ”, :password => ”, :status => %q(Okay Now I am really Done!…)}

@status = MySpace.update_status(credentials) 

Posted in Rubywith 2 Comments →

Happy New Year!01.01.08

Hello everyone it is I… Thanks to everyone who as emailed me, said good stuff about my work, and gave me tips and everyone who as made a comment. Thanks everyone!-fernyb 

Posted in Mewith 1 Comment →

David Blaine Street Magic Part 312.29.07

Blaine sets his sights on the same two effeminate idiots from the last two videos. And unfortunately for them, the third time’s the charm.read more | digg story

Posted in videowith 1 Comment →

“The Future of Web Services” Video12.25.07

If you’re just getting into Rails or you’re not entirely clear on the whole REST thing, as I was, take a look at Gregg’s video presentation over at railsenvy.com It’s good.

Posted in Ruby On Rails, videowith Comments Off on “The Future of Web Services” Video

Flock – The Social Web Browser12.21.07

feature_main_mac.jpg” cannot be displayed, because it contains errors.
Flock – The Social Web Browser

I’m using flock now, and its pretty cool.. at least I think so. Check it out and give it a shot..

Posted in Otherwith 1 Comment →

Weekend Update iPhone – Hulu.com12.07.07


A Funny Clip From Hulu.com. Weekend Update iPhone Special… It’s hilarious! haha!
Hulu is pretty cool! I love it…

Posted in Mac, Me, videowith Comments Off on Weekend Update iPhone – Hulu.com

First look at Hulu.com11.20.07

So lucky I was invited to the private beta of hulu.com and I got to say its what I was looking for. YouTube is alright if you like user generated content but if you like good quality content then go to Hulu. Some of the things you can do at hulu are, create your own video snippets to embed on a webpage. You can also watch entire episodes and its High-Def which is even better! and for a added bonus is it’s less cluttered.

Posted in Other, videowith 4 Comments →

How to: Objective-C – Part 111.12.07

I finally made a screencast of some objective-c mainly because I myself always figured its much easier to learn something when you see it visually. So that in mind. maybe someone will learn something… or maybe not… whatever…

Posted in Me, Other, Programming, videowith 1 Comment →

Twitter / MySpace Crosspost11.03.07

Twitter MySpace Status Update

So I use Twitter and overall I like it. It’s cool I post whatever is on my mind at the moment. Sometimes I wonder why I even posted that… but anyways I have created a crosspost script. Update your Twitter status and at the same time update your MySpace status so your, myspace friends can see it.

Download: status-update.zip

Written in PHP.

Twitter Follow: http://twitter.com/fernyb

Posted in Hacks, Me, PHP, Projects, Uncategorizedwith 4 Comments →

How to: Get PHP working on Mac OS X 10.5 Leopard10.28.07

PHP Mac OS X 10.5

After updated my mac to the latest version of mac leopard my php installation broke, I guess because Leopard installed Apache2 and I was using Apache1.3 which was what OSX 10.4 came with. So to get PHP5 working with Mac OS X 10.5 Leopard. Do the following:

1. Launch the Terminal its located in applications/utilities

2. In Terminal type: cd /private/etc/apache2

3. Once your in the directory “/private/etc/apache2”, using what ever text editor you like open the file named httpd.conf (if your using textmate text editor, you can do, mate ./httpd.conf)

4. Once you open the httpd.conf file now look for the following line:
“#LoadModule php5_module libexec/apache2/libphp5.so” Once you find it, it’s somewhere around line number 114, uncomment the line So it should look something like this:

LoadModule php5_module libexec/apache2/libphp5.so

5. After doing all that now back in terminal type this command: cd /private/etc/apache2/users

6. Once in that directory open the file with your account username (ex. my file would be named, FernyB.conf)

7. Delete all contents inside the file

8. Start the web server or restart it by going into System Preferences > Web Sharing

9. In Terminal type: open /Library/WebServer/Documents (that should open up finder in that location)

10. Now Create a file called phpinfo.php and place it in /Library/WebServer/Documents

11. Open up phpinfo.php and type the following into phpinfo.php
PHP Info
12. Save and close phpinfo.php13. Now with your favorite web browser safari go to http://127.0.0.1/phpinfo.php

14. Now you should see the PHP Information page

15. The php.ini file will be located in /etc

16. In the directory /etc you will need to rename or copy and rename the file php.ini.default

17. In the directory /etc should have a file named php.ini

18. Now restart the web server, System Preferences > Web Sharing

19. That’s all.

Posted in Mac, PHP, Uncategorizedwith 1 Comment →

Update: Mac OS X Leopard10.25.07

My copy of Mac OS X Leopard, has shipped, it’s almost home!

Posted in Mac, Me, Uncategorizedwith 1 Comment →

Ruby on Rails VS ColdFusion10.24.07

Title says it all… ha..

Posted in Other, Uncategorized, videowith 2 Comments →

Mac OS X Leopard10.16.07

Mac OS X

Yes! finally… that’s right I will be buying it…

Posted in Mac, Me, Uncategorizedwith 1 Comment →

Citywaboo Facebook App09.19.07

citywaboo facebook app

After endless days working on the citywaboo facebook app it has finaly been approved. It is now ready for the masses. Add it to your profile, please make sure to register to gain access to all it’s features it has. Don’t forgot to add me to your friends list & leave feedback with any features you would like or how it can greatly be improved. thanks.

Click Here to go to the app

Posted in Me, Programming, Projectswith 1 Comment →

Glideo09.04.07

What do you get when you put together LyFOX & GAMV? you get glideo of course.
A work in progress & by invitation only glideo will be amazing. Still the direction of glideo is not certain but will be worth wild. Look forward to seeing more information about glideo in the upcoming weeks.

Posted in Me, Other, Projects, Uncategorizedwith 118 Comments →

  • Recent Comments