Now Playing

Archive for the ‘apple’ Category

Three Web Text Widget

June 17th, 2009 | apple | 1 Comment

In a follow up from my recent release of an API to Three mobile’s new web texts, I decided
to make an accessible interface for myself.

Being a Mac user, the quickest way to make this happen was through the dashboard. It’s terribly basic right now, with only two hours or so put into it so far, but it’s very usable.

You can get it from my releases directory.

Read Only Samba Shares on OS X Leopard

August 28th, 2008 | apple | No Comments

Currently on my iMac I have a couple of external disks attached that I want to share to the rest of my house. The problem though is that when sharing through Samba I can’t make the shares read only, OS X pretends to accept the permissions change in preferences > sharing, but just changes it right back. After a little bit of poking I’ve got read only shares working.

Open a terminal and replacing {sharename} with the name of the share you set up in Preferences, type:
sudo nano /var/samba/shares/{sharename}

Now append the following line to the end of the file and hit ctrl-o to save.
read only = yes

Finally, reload the Samba config files using this:
sudo /usr/sbin/smbd reload

iPhone 3G

June 10th, 2008 | apple | 1 Comment

I’m sure you’ve all heard about the new iPhone by now, with 3G and GPS built in it’s finally a phone I want. It’s going to be available in Ireland through O2 costing €169 on their lowest plan (€49/m) and will be in shops on the 11th of July. The full price plans are as follows:

iPhone 175 iPhone 350 iPhone 700
8 GB 3G iPhone €169 €99 €49
16 GB 3G iPhone €229 €169 €129
Monthly tariff €45 €65 €100
Anytime minutes included * 175 350 700
Texts included * 100 150 250
Data** 1GB 1GB 1GB
Additional calls 20c 20c 20c
Additional texts 10c 10c 10c

I didn’t understand the hype of the first iPhone release, but they certainly have me caught up this time.

About

A Web Developer by nature and by trade. Living in Dublin, Ireland and working at Web Reservations International. Enjoys working on Open Source, web server stacks, XHTML/CSS, JavaScript and playing with the latest trends in technology.