Links for 2011-9-16 through 2011-12-1:
Posted by Postilicious
Like this:
Like Loading...
Posted in Links
Tagged blog-post, css, design, development, git, graphics, html, ios, reference, resources, tips
Links for 2011-7-14 through 2011-7-31:
- Cocos2D Tutorial – Dynamically Coloring Sprites [Brandon Trebitowski, brandontreb.com] Have you ever seen a game (such as Tiny Tower) that contains similar sprites that only vary by certain attributes (coloring, shading, accessories, etc…)? I would often wonder how long it would take the artists to create each permutation of these sprites. After discovering that you can call a method on a CCSprite called setColor, I realized how most of this customization is done in code.
- Muddying the Budget Waters With Social Security Many people misunderstand how the program operates. Payroll taxes stream into the trust fund that is used to pay current retirees’ benefits. When there is a surplus, that money is invested in a special type of Treasury bond that pays interest to the trust fund. At the end of last year, the trust fund had about $2.6 trillion. And though last year was the first year since 1983 that the fund paid out more than it received in tax revenue, it still continued to grow because of the interest accrued — and it is estimated to continue to grow through 2022.
Since the money in the trust fund is held in Treasury securities, taxes collected are essentially being lent to the federal government to pay for whatever it wants (and this allows the government to borrow less from the public).
- The Cult of Centricism We have a crisis in which the right is making insane demands, while the president and Democrats in Congress are bending over backward to be accommodating — offering plans that are all spending cuts and no taxes, plans that are far to the right of public opinion.
So what do most news reports say? They portray it as a situation in which both sides are equally partisan, equally intransigent — because news reports always do that. And we have influential pundits calling out for a new centrist party, a new centrist president, to get us away from the evils of partisanship.
The reality, of course, is that we already have a centrist president — actually a moderate conservative president.
- Revamp of a game [Yuchen Wang, ClingMarks]
- Cocos2D and ARC [Jerrod Putman, Tiny Tim Games]
- How To Use Custom Classes With Core Data Without Fear [Doug Sjoquist , Sunetos]
- User Testing in the Wild: Joe’s First Computer Encounter « Boriss’ Blog
- Make a backup copy of the MacBook Air USB Software Reinstall Drive | TUAW – The Unofficial Apple Weblog Since it doesn't come with an optical drive, giving MacBook Air buyers a DVD of the operating system wouldn't be very helpful. That's why Apple's lightest laptop comes with the USB Software Reinstall Drive — a very small white USB drive. Sometimes USB flash drives are referred to as "Thumb Drives," but this one is more like the size of a baby's finger.
Posted by Postilicious
Like this:
Like Loading...
Posted in Links
Tagged cocoa, cocos2d, design, development, ios, macbook, objective-c, politics, Software, tips, usability
Links for 2011-6-6 through 2011-7-13:
- The Rise and Fall of the Independent Developer
- Auto-Incrementing Build Numbers in Xcode I use the wonderful Test Flight to distribute builds. One thing that Test Flight is a little picky about is build numbers. When you upload a build, it uses the build number to see if you're uploading a replacement or a new build. It will let you create a new build even if you don't remember to increment the build number, but it's an extra manual step, and then you end up with two builds with the same build number.
- Correlated – Discover surprising correlations
- In-Depth View On Download Volumes In The Google Android Market | Distimo It is more challenging for developers in the Google Android Market than in the Apple App Store to monetize using a one-off fee monetization model. We found that only two paid applications have been downloaded more than half a million times in the Google A
- Appsterdam – A Haven for Indie App Makers?
- The Complete (?) List Of Cocos2D Tools A list of useful tools for Cocos2d development, including bitmap font editors, particle editors, physics editors, texture atlas tools, and tile map editors.
- Java-style servlets in Obj-C using Mongoose Server [Fábio Rodella, Crocodella Software] There are many clever ways you can benefit from having a HTTP server running inside your app or game. You can inspect your game entities at runtime (this #AltDevBlogaDay post talks about this approach), interact with your scripting engine for tweaking or even upload assets on the fly. Get creative
- Nimbus: Main Page Nimbus is an iOS framework that grows only as fast as its documentation. Its roots stem from the Three20 framework and much of its code is forked from Three20, though with meticulous care and thought.
- Gullah New Testament
- Free Graphics for Flash and Indie Games
Posted by Postilicious
Like this:
Like Loading...
Posted in Links
Tagged android, cocoa, cocos2d, design, development, gamedev, graphics, history, ios, iphone-development, languages, mobile, objective-c, opensource
Links for 2011-5-15 through 2011-5-17:
- Six unexpected uses for the Application Switcher | Business Center | Working Mac | Macworld You’ve probably got the basics of the Application Switcher down pat by now: press Command-Tab to see a bar full of running-application icons and keep Command down as you tap the Tab key to quickly switch to the application of your choice. But, as with everything on the Mac, the Application Switcher can do more than you might guess.
- Oppugn.us: Where The Rants Go – Programming, M_____F_____ I think I'm going to create the ultimate software development methodology. It'll be revolutionary compared to others because it will focus on the one thing that gets software done. Its entire focus will be this one, glorious, completely useful activity for writing software. It's name even embodies the perfection of this programming methodology. The name is:
Programming, Motherfucker
- Free Faces This is a website dedicated to free fonts that are readily available on the web that I use regularly and would like to share. Of course free fonts aren't always the best option and good typography isn't just about pretty fonts, but there are a few out there that are more than worth a look, and I have featured some of my favourites here.
- Lost Type Co-op The Lost Type Co-Op is a Pay-What-You-Want Type foundry, the first of it's kind.
Founded by Riley Cran and Tyler Galpin, originally in a whirlwind 24 hour adventure to distribute a single typeface, Lost Type has blossomed into a full fledged foundry, distributing fonts from designers all over the world, with it's unique model.
- Weekend project, 30 minutes marketing? Spend at least as much time marketing your project, as you did building it, if not more. Email bloggers, run contests, reach out to people on Twitter, etc. I'm no marketing guru, and I'm looking for great marketing strategies as much as everyone else, but I am convinced that the following is true: If you put in the time, the people will follow. If you build for two days, you should spend two days reaching out to people and helping them find out why your product, site, whatever is amazing.
Posted by Postilicious
Like this:
Like Loading...
Links for 2011-5-10 through 2011-5-14:
Posted by Postilicious
Like this:
Like Loading...
Links for May 6th through May 9th:
- Microsoft brings out Azure toolkit for iOS An iOS version of the Windows Azure toolkit is now available for developers, according to the official Microsoft blog. The download simplifies coding for Microsoft's cloud-based OS platform. Included with the iOS toolkit are compiled code libraries, a sample app, documentation, and an Azure deployment package….
- cocos2d-javascript Cocos2d-javascript is a 2D game/graphics engine based on cocos2d-iphone but designed to run in the web browser. It uses the latest features available in HTML 5 allowing real-time rendering of 2D graphics without the need for plug-ins such as Adobe Flash.
- cocos2d-android – cocos2d for Android: A framework for building 2D games for the Android platform. – Google Project Hosting cocos2d for Android is a framework for building 2D games, demos and other graphical/interactive applications. It is based on the cocos2d-iphone design: it uses the same API, but instead of using objective-c, it uses Java.
- Slow and Steady Wins the Race: the Optimistic Numbers Post But what really happens is one app makes a certain number of sales per day, but two apps make more, and three apps make even more. The sales don't double each time you release an app, since sales of each older app decline over time. But the water level of
- Achievement Design 101
- Microsoft posts Bing Maps Control for iOS
Posted by Postilicious
Like this:
Like Loading...
Links for 2011-04-29 through 2011-05-02:
- How awesome is your iPhone app, really? [Greg Dunn, Unseen Things] – A lot of things seem like a good idea at the time, and the program *always* works right especially if the person using it is the one who programmed it, right? Of course not…getting fresh eyes on a project is more than a good idea; it’s essential.
- OpenGL Render to Texture – Render to texture is a very handy functionality. Imagine your game allows for some character customization. You have the body, some different hats, different clothes and other small stuff. Now the easiest way to render this is to just draw it piece by piece every frame. With the proper Z coordinates everything falls in place. But you now have like 4-5 draw calls for one single object. Worse, you might have different textures and swamping textures is expensive..
- Could a Smartphone App Have Been Used to Locate Bin Laden? Unconfirmed sources report that an iPhone app called Tactical NAV may have been used during the mission to locate Bin Laden. An elite crew of American forces killed bin Laden during a daring raid on Monday, capping the world’s most intense manhunt.
- Someone Live-Tweeted the Osama Bin Laden Raid Without Knowing It How does someone unknowingly live-tweet the biggest news story of the decade? @ReallyVirtual knows. The IT consultant was just "taking a break from the rat-race by hiding in the mountains with his laptops," when he heard a helicopter, then a "huge window shaking bang," and then the helicopter going down. Reading his tweets, it's obvious he had no idea what was going on—nor how life-defining that moment would be for so many people.
- Subtle Patterns | High quality patterns for your next web project Nice collection of background patterns perfect for tiling.
Posted by Postilicious
Like this:
Like Loading...
Links for 2011-04-05 through 2011-04-14:
Posted by Postilicious
Like this:
Like Loading...
Posted in Links
Tagged business, design, development, inspiration, iPhone, marketing, mobile, Software, tools, ui, useful
Links for 2011-03-17 through 2011-03-27:
Posted by Postilicious
Like this:
Like Loading...
Links for 2011-03-10 through 2011-03-16:
Posted by Postilicious
Like this:
Like Loading...