Skip to content

cjgammon

whatever i feel like writing about

implementing iAd Framework ADBannerView on iOS4

By cjgammon Last updated: October 14, 2005April 29, 2022

Putting ads in your iPhone app is as simple as adding an ADBannerView to your view. You can alter the location of the view by changing CGRectZero to CGRectMake(x, y, 0, 0) or altering the…

Read more of implementing iAd Framework ADBannerView on iOS4 →

Posted in iphone Tagged iphone, linkedin

iphone rotate ui to orientation

By cjgammon Last updated: October 14, 2005April 29, 2022

I found a lot of confusing descriptions on how to get iphone views rotated to orientation. Most of them were using interface builder which doesn't help me as most of the applications I build are…

Read more of iphone rotate ui to orientation →

Posted in iphone Tagged iphone, linkedin

trace flash log output in terminal

By cjgammon Last updated: October 14, 2005April 29, 2022

It's a great easy way to debug flash in the browser without relying on third party plug ins. If you want to save it you can even put the command in a text file and…

Read more of trace flash log output in terminal →

Posted in actionscript, web Tagged debug, flash, linkedin, terminal

deploy any site with capistrano from svn

By cjgammon Last updated: October 14, 2005April 29, 2022

Capistrano is a very cool web deployment tool initially built for the ruby on rails environment, more info can be found here.  However you don't just have to be coding in Ruby to use it,…

Read more of deploy any site with capistrano from svn →

Posted in web Tagged linkedin, web

applescript to hide/reveal hidden files

By cjgammon Last updated: October 14, 2005April 29, 2022

There are certain things I find I do now and again which would be nice to automate. One of them is revealing hidden files, on a mac that means the file name begins with a…

Read more of applescript to hide/reveal hidden files →

Posted in workflow Tagged applescript, automation, linkedin

Parse XML for iPhone NSXMLParser

By cjgammon Last updated: October 14, 2005April 29, 2022

so here's how you parse an xml file in objective c, you include the xml in you resources folder in xcode and then we'll create a class file which acts as an NXMLParserDelegate to parse…

Read more of Parse XML for iPhone NSXMLParser →

Posted in iphone Tagged coding, iphone, xml

Flixel Animated TileMap

By cjgammon Last updated: October 14, 2005April 29, 2022

So I was putting together a game where I wanted an animated tilemap in flixel, it did not seem to have this functionality natively, so I created a class for it and thought I'd share.…

Read more of Flixel Animated TileMap →

Posted in actionscript, games Tagged actionscript, as3, coding, flash, flixel, game, linkedin

HTML5 getting started with canvas

By cjgammon Last updated: October 14, 2005April 29, 2022

HTML5 and javascript are the next wave of web capabilities to do rich content without flash or any other plug-ins like unity. A big part of this is the canvas element which allows you to…

Read more of HTML5 getting started with canvas →

Posted in web Tagged html 5, linkedin, web

HTML5 interaction on the iPhone limitations

By cjgammon Last updated: October 14, 2005April 29, 2022

Although Apple claims to be a major proponent of HTML5 by dismissing flash, the truth is they are really just trying to keep the web from being as rich as native applications where they have…

Read more of HTML5 interaction on the iPhone limitations →

Posted in iphone, web Tagged html 5, iphone

CSS Sprite Map Generator for background-image

By cjgammon Last updated: October 14, 2005April 29, 2022

So yesterday I thought it would be useful to have a tool that generates CSS classes based on defined slices of an image.  There are tools out there that do this but I wanted to…

Read more of CSS Sprite Map Generator for background-image →

Posted in web, workflow Tagged as3, css, linkedin, web

Posts navigation

←Previous page Page 1 … Page 9 Page 10 Page 11 Page 12 Next page→

Archives

  • February 2023
  • January 2023
  • November 2022
  • June 2022
  • May 2022
  • April 2022
  • October 2021
  • June 2020
  • January 2020
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • October 2016
  • December 2015
  • October 2015
  • August 2015
  • August 2013
  • October 2005
RSS
© Copyright cjgammon. All rights reserved.