Archive for the ‘Mac’

Apple Drops iPhone Developer NDA On Released Software10.01.08

Apple announced today that it has decided to drop the controversial iPhone developer non-disclosure agreement because it ‘created too much of a burden on developers, authors and others interested in helping further the iPhone’s success.”

via Techcrunch

Posted in iPhone, Mac, Programmingwith Comments Off on Apple Drops iPhone Developer NDA On Released Software

RubyCocoa – Hello World09.13.08

So after dicussing with myself. I figure why re-invent the wheel. So here is a screencast of RubyCocoa.

Posted in Mac, Ruby, videowith 1 Comment →

RubyCocoa09.12.08

For while now, I’ve been learning Objective-C, and while I’m writing in Ruby more often I figure I would also learn RubyCocoa. I figure I’m going to create a few screencasts on getting started with RubyCocoa and anything I learn with it. If you don’t know what RubyCocoa is, it is described as:

“…a bridge between the Ruby and the Objective-C languages, allowing you to manipulate Objective-C objects from Ruby, and vice-versa. It lets you write full-stack Cocoa applications in Ruby…”

Posted in Mac, Programming, Rubywith Comments Off on RubyCocoa

iPhone Custom Firmware 1.1.404.05.08

Apple iPhone Unlocked 1.1.4 Custom Fimware

I have finally unlocked one of my iPhones, so now it can run on t-mobile. Luckily I have two iPhones one that I mess around with and the other which I do use on a everyday basis. If incase anyone wants to use my custom firmware I created here it is for download, I assume you can put your iPhone into recovery mode and use the custom firmware to get your phone unlocked. Always be aware of you are doing.

Posted in Downloads, iPhone, Mac, Mewith 14 Comments →

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

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 →

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 →

Apple iPhone08.17.07

fernyb iphone

Finally. I have an Apple iPhone. Now I am can be cool too! jk.. but seriously I have an iPhone.

I got the 8GB model. Oh yeah & on a sidenote I also got the new Apple Keyboard it kick ass!
Check out my flickr photos

Posted in Mac, Me, Uncategorizedwith 5 Comments →

ln -fs [source] [target]03.18.07

So today I used the ln utility or link utility, so here is how you make a symbolic link, trust me they are very useful especially when you have external Hard Drives.

Open the Terminal. Type, cd ~/ that will put you in your home directory.
Okay now. look for your target, in my case I was practicing some Ruby On Rails stuff because I am a noob at it. Not stupid just new with it and I don’t always have time, anyways the case is that I keep all my RoR files in my external hard drives which has the path /Volumes/Mac\ HD/FernyB/~ror

I get tired or typing that everytime so I finally created a symbolic link in my home directory. So now I type
cd ~/~ror and that will drop me into the directory where I keep my RoR files which again is /Volumes/Mac\ HD/FernyB/~ror

To create the symbolic link type ln -fs /Volumes/Mac\ HD/FernyB/~ror ~/~ror
So now when I am in my home directory all I type is cd ~/~ror and this will put me into the /Volumes/Mac\ HD/FernyB/~ror directory. So if I type pwd the path will show as /Users/FernyB/~ror.

See that is why symbolic links are cool….

Posted in Mac, Other, Uncategorizedwith Comments Off on ln -fs [source] [target]

Net_Growl = PHP + Growl02.17.07

So today I was messing around with php & growl. So here is tip for getting started. First download growl if you dont have it already. Next install the php pear package

Once you have all the set-up. Go into your System Preferences and go into the Network tab in the growl settings. While in the Network tab make sure you click on “Listen for incoming notifications” & “Allow remote application registration” and set the password. I set my password to “123456”

Now type this piece of code.

The first time you run the file through your web browser OSX will prompt you with a message.
Just Click Always Allow unless you have a reason not to.

So once you have done everything from above you should now see a message like the one below.

Wasn’t that cool! so here are the all my files I used.
Download: php-growl.zip

mamasam.com

Posted in Mac, Other, PHP, Programming, Uncategorizedwith 5 Comments →

GAMV02.10.07

Sun, Feb 11, 2007 – Update: GAMV-PHP works now. GAMV Application still does not work but I really don’t have time to fix it, I’m busy working on other projects. If you want to you can fix it. Here is the source code. gamv source code its made in RealBasic.

Update: A fix for this will be available tomorrow.

GAMV (Get AOL Music Videos) is an app to get and watch aol videos. simple as that.
Mac: GAMV.zip | Windows: GAMV.exe.zip | Linux: GAMVx.zip

Posted in Downloads, GAMV, Mac, Programming, Projectswith 35 Comments →

Music.Yahoo now using Flash video12.17.06

So I was over at music.yahoo.com and I was browsing the site so I search for Acceptance, a band I like, and I clicked on the video to try and watch it to see what would happen. I was surprise to find out that now mac users can watch music videos over at yahoo. Since they show them to you “Youtube Style” in other words in flash video. I then checked the uk.launch.yahoo.com & ca.music.yahoo.com and it seems yahoo has not yet change things on those sites. So if yahoo changes to all flash video does that mean phpLYFOX & LyFOX are doomed? Now maybe there is a way to download those flash videos from yahoo and transcode them into .mp4.

Posted in Hacks, Mac, Other, Uncategorizedwith 7 Comments →

phpLYFOX12.15.06

phpLYFOX is completed. What is phpLYFOX? It is simply a way to watch yahoo music videos for us Mac users since Yahoo absolutely doesn’t care to provide Macintosh users access in other words its web based. So here you go my mac friends. Try it out phpLYFOX or you can download the source code here phpLYFOX.zip

Posted in Downloads, Hacks, Mac, PHP, phpLYFOX, Programming, Projectswith 25 Comments →

LyFOX Dashboard Widget12.13.06

LyFOX Dashboard Widget for use mac people.
Download: lyfox.widget.php

Posted in Downloads, Mac, Programming, Projectswith 4 Comments →

  • Recent Comments