Posted on June 30, 2010 at 13:18:43 UTC (1277903923)
I’ve been messing around lately with custom views and touch events as custom views looks a lot more cooler from a user point of view than the default. Here is a bit of code on how to visualize it in your head (about how it tracks your hand). By the way, it isn’t multi-touch friendly [...]
Posted on June 22, 2010 at 22:23:31 UTC (1277245411)
I haven’t yet perfected this yet or figured out how to create a bookmarklet which works for all browsers (or the main ones), but you can add the following code to your bookmarks (this also works on all iOS devices too!) which will allow you to share links with your facebook network. The code: javascript:s=’/'; [...]
Posted on April 22, 2010 at 14:37:23 UTC (1271947043)
Other than the fact it is also used by Apple themselves, and used by Apple Developers for a long time – I can see another reason why using interface builder is good. The reason – Universal Applications (for iPhone OS).
Posted on April 21, 2010 at 10:57:23 UTC (1271847443)
Well I’m drafting this up on my iPad and let’s just say I’m very much impressed at the device. I’ve had no problems (even stable wifi!) Personally I am going to use it for keeping my CV and portfolio onto the iPad – the ultimate transition from paper. As for the virtual keyboard, in landscape [...]
Posted on March 5, 2010 at 12:48:03 UTC (1267793283)
Just noticed that after a big round of redundancies at my day job the news sure does travel fast.
To summarize:
- Increased website hits
- LinkedIn Profile views from agencies (or companies)
But that is a really good thing….
Posted on February 25, 2010 at 23:02:03 UTC (1267138923)
A little walkthrough of something I’m working on! Currently ironing out a few bugs, maybe some UI tweaks and doing some field testing to see how useful it would be for other people.
Posted on February 24, 2010 at 21:00:25 UTC (1267045225)
I’ve developed apps using interface building and without it. Here’s the rundown of why Interface Builder is good AND why it is not.
Posted on January 27, 2010 at 14:13:15 UTC (1264601595)
Here’s a quick timesaver (thanks to the wonderful people at Google) to stay updated. You could also use this to aggregate any combination of sites with a little “Google-Fu”. Using Google Blog Search, you can create an RSS feed to search terms. As all my blogs sit on the *.perceptionz.net domain, you can simply add [...]
Posted on January 19, 2010 at 23:05:11 UTC (1263942311)
Just found a pretty cool (and geeky) way of querying wikipedia.
Running the command dig +short txt keyword.wp.dg.cx will return a short description as a DNS TXT response with the wikipedia article.
Posted on December 19, 2009 at 14:28:17 UTC (1261232897)
Have been searching the web for how to do it, but I have found a way to make the correct file format from Apple’s push notification documentation and some other sites which show where to replace the file. Anyway here are the steps: Run the following command afconvert -f caff -d ima4 -v filename_to_convert.ext sms-received1.caf [...]