Thoughts, ideas, tips, musings, and pontifications (not necessarily in that order) by Ben Forta ...
NOTE: This is my personal blog, and the opinions and statements voiced here are my own.
January 31, 2012
jQuery Mobile 1.0.1 has been released, full list of enhancements in this blog post.
January 30, 2012
January 27, 2012
Posted At : 11:57 AM
Related Categories:
AIR :
Flash :
Thibault Imbert has written a great post Introducing Flash Player 11.2 and AIR 3.2 Beta 4 and Stage 3D support.
January 26, 2012
Posted At : 11:20 PM
Related Categories:
ColdFusion :
FireLogger is a server logger console for Firebug with built-in support for Python and PHP. CF-FireLogger adds ColdFusion support to FireLogger, enabling logging of information from within ColdFusion code directly to the Firebug/FireLogger console.
January 24, 2012
Posted At : 12:41 PM
Related Categories:
Jobs :
I usually post these on Fridays, but this one is too good to wait:
- Adobe (San Jose, CA or San Francisco, CA) is looking for a ColdFusion developer to join the Adobe.com team. Requirements include BS or advanced degree and 3+ years experience (or equivalent knowledge), and experience with ColdFusion, Mach-ii, AJAX, JSON, XML, and Adobe AIR. This is a 6-12 month contract position with the possibility of converting to full-time in the future. Send resume to Kavitha Mattikalli.
January 23, 2012
Posted At : 5:00 PM
Related Categories:
HTML5 :
I mentioned Adobe Edge Preview 4 last week. The father of Edge, Mark Anders, has recorded a video for Adove TV that highlights some of what is new in Preview 4, including symbols (which allow you to create reusable objects that are independent of the main composition), web fonts, and more.
January 20, 2012
Posted At : 6:14 AM
Related Categories:
Jobs :
One more this week (and I love the way this position is described):
January 19, 2012
Posted At : 4:13 PM
Related Categories:
Flex :
Fellow Adobe evangelist Holly Schinsky has posted an update on Apache Flex progress.
Posted At : 3:12 PM
Related Categories:
HTML5 :
Adobe Edge Preview 4 is now available! Preview 4 introduces significant new features like Symbols, Web Fonts, and Element Display, as well as a number of usability and performance enhancements.
January 17, 2012
Posted At : 2:43 PM
Related Categories:
Flex :
The Flex User Group 2012 Tour: North America Dates have been posted. Watch for Europe and Asia dates coming shortly.
January 16, 2012
Posted At : 1:04 PM
Related Categories:
ColdFusion :
The ColdFusion team has relaunched their blog at blogs.coldfusion.com.
January 13, 2012
The Chicago Tribune is running a story on how to Track the primaries and the candidates this election season. The first app they picked? The Flex and AIR based PolitiFact app.
Posted At : 6:02 AM
Related Categories:
Jobs :
Here's a new opportunity:
- Simpleview (Tucson, AZ) is looking for 4-6 ColdFusion developers. Requirements include strong HTML, JavaScript, and CSS skills, as well as a solid understanding of SQL Server T-SQL and CMS experience. Details posted online.
January 10, 2012
Posted At : 6:55 AM
Related Categories:
ColdFusion :
ColdFusion security guru Pete Freitag has written an article for ADC on Securing your applications using HttpOnly cookies with ColdFusion, explaining what these are, why they are important, and how you can leverage them to improve the security of your ColdFusion applications.
January 9, 2012
Posted At : 4:48 PM
Related Categories:
Mobile :
HTML5 :
Fellow Adobe evangelist Harish Sivaramakrishnan has posted a Demo of Data visualization inspired by Google Zeitgeist 2011, and as he notes, "it's almost Flash like, but built in HTML, CSS and JavaScript".
January 5, 2012
The default jQuery Mobile page transitions are slide for pages and pop for dialogs. And on Android these can be sluggish and appear to flash on and off annoyingly. Turning off transitions is easy, well, once you know the code you need. The following (which is not overly clear in the docs) was given to me by fellow Adobian, and jQuery Mobile contributor, Kin Blas. $(document).bind("mobileinit", function() { $.mobile.defaultPageTransition = "none"; $.mobile.defaultDialogTransition = "none"; });
Simple, right? Well, there is one catch. The mobileinit event has to be bound before jQuery Mobile is loaded. In other words it needs to be after your code that loads jQuery, but before the code that loads jQuery Mobile. You can put it right inline, or in its own .js file, which you can include.
January 3, 2012
The Fireworks team has started a 5-part blog series on jQuery Mobile Theme Skinning using Fireworks CS5 and the CSS3 Mobile Pack extension.
|