Posted in April 27th, 2012
Very nice. Windows: http://www.howtogeek.com/102261/how-to-run-internet-explorer-7-8-and-9-at-the-same-time-using-virtual-machines/ http://osxdaily.com/2011/09/04/internet-explorer-for-mac-ie7-ie8-ie-9-free/ Download Virtual Box ) http://download.virtualbox.org/virtualbox/4.1.2/VirtualBox-4.1.2-73507-OSX.dmg ALL 7,8,9 Open Terminal and type : curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | bash
read more from this topic.....
Posted in April 4th, 2012
NOTTTTT I hate all of the different issues with xcode versions, ios versions, phonegap versions, childbrowser.js not working on ios 4.3… etc… I’m upgrading from xcode 4.1 > 4.3 so i can have ios 5, i’m on osx 10.6.8 (snow leopard) and xcode always fails…. I found a great link saying… set your fucking time […]
read more from this topic.....
Posted in February 25th, 2012
Install Aptana Studio 3 http://aptana.org/products/studio3/download Install Git for Mac http://code.google.com/p/git-osx-installer/downloads/list?can=3 Logout and log back in for git PATH to take effect Add Jquery bundle to Aptana for code hints in javascript ( Commands > Bundle Development > Install Bundle > Jquery ) Sencha – http://www.sencha.com/blog/ides-plugins-and-tools-for-ext-js-20 update site (http://www.spket.com/update/) Sencha (legacy videos) http://www.sencha.com/learn/legacy/Screencasts Install php in case […]
read more from this topic.....
Posted in November 27th, 2011
Application – Source A list of images that gives a smooth scrolling perception. Way back when I built this: http://www.axelscript.com/2008/09/25/building-a-simple-slider-component/ Its a simple proof of concept of how to slide some components. This new one is built with flex for and uses a horizontal list, with HorizontalLayout to just slide the list left and right. […]
read more from this topic.....
Posted in September 19th, 2011
simple template reminder for myself… http://www.modernanalyst.com/Community/Forums/tabid/76/forumid/17/postid/739/scope/posts/Default.aspx http://www.crmlandmark.com/helpguides_rfp.htm
read more from this topic.....
Posted in August 26th, 2011
Ever used a spark list and had to use tab focus in the renderer? Notice it doesnt work by default? use hasFocusableChildren=”true” <s:List width=”100%” height=”100%” itemRenderer=”com.views.SomeRenderer” hasFocusableChildren=”true” />
read more from this topic.....
Posted in July 27th, 2011
Firefox Crashing: http://www.thedesilva.com/2011/02/firefox-flash-debugger-player-crash/ http://coenraets.org/blog/2011/07/flex-mobile-invoking-javascript-in-a-stagewebview/ http://www.arachna.com/edu/tutorials/mini/cookies/javascript.html http://www.judahfrangipane.com/blog/2011/01/16/stagewebview-uicomponent/ Javascript easiness in flex. http://www.abdulqabiz.com/blog/archives/2006/06/16/a-mxml-component-that-embeds-javascript-in-html/ http://www.abdulqabiz.com/files/JavaScriptMXMLComponent/com/abdulqabiz/utils/JavaScript.as Finding Latitude and Longitude easily just out of curiosity. http://stevemorse.org/jcal/latlon.php Controlling the soft keyboard “softKeyboard” in flex mobile. http://www.peterelst.com/blog/2011/05/08/controlling-the-soft-keyboard-in-flex-mobile-applications/ Regex’s http://oreilly.com/flex/excerpts/flex-4-cookbook/validation-formatting-regular-expressions.html
read more from this topic.....
Posted in July 14th, 2011
Since there is no viewstack for mobile, or its not “optimized” for mobile, another way to get a tab bar or button bar in the application with components is to use states… the problem is that mobile device hardware isn’t anywhere near desktop or laptop speeds… I’m using an ipad2 developing a app that has […]
read more from this topic.....
Posted in July 9th, 2011
I always forget this setting so this is just a reminder for me… REMEMBER TO SET requireSelection=”true” on a ButtonBar
read more from this topic.....
Posted in May 12th, 2011
Here is a little trick to see if a popup is up… give it a name and use getChildByName… var systemManager:SystemManager = FlexGlobals.topLevelApplication.systemManager var popupStatus:* = systemManager.popUpChildren.getChildByName( ‘popupStatus’ ); if( popupStatus ) { PopUpManager.removePopUp( popupStatus ); }
read more from this topic.....
Posted in April 23rd, 2011
Note for myself. good for a little quick cleanup. Eclipse update site:http://flexformatter.googlecode.com/svn/trunk/FlexFormatter/FlexPrettyPrintCommandUpdateSite/ subclipse – http://subclipse.tigris.org/update_1.6.x http://sourceforge.net/projects/flexformatter/ http://sourceforge.net/projects/flexformatter/files/ I use this jsut for a quick cleanup of a file, if i download it, or find source code online I want to use… its a nice quick way to get the code fairly readable to my eyes. […]
read more from this topic.....
Posted in March 11th, 2011
NEW URL BELOW… So my good friend John Yanarella, and fellow flexer, made a great library! full of awesome utils… he’s planning on blogging about it, so i’ll just throw the link out there… one of the coolest and most useful ones that i’ll probably use every day is IterableUtil… he’s got a great generic […]
read more from this topic.....
Posted in February 5th, 2011
So my good friend John Yanarella, and fellow flexer, made a great library! full of awesome utils… he’s planning on blogging about it, so i’ll just throw the link out there… one of the coolest and most useful ones that i’ll probably use every day is IterableUtil… he’s got a great generic and reusable getItemById() […]
read more from this topic.....
Posted in February 3rd, 2011
http://speckyboy.com/2010/03/08/14-free-mobile-app-development-icon-sets/ http://www.glyfx.com/products/free_android2.html http://www.glyfx.com/grfx/products/previews/android_common_2_preview.png
read more from this topic.....
Posted in January 12th, 2011
http://vimeo.com/18645886 Flash with kinect
read more from this topic.....
Posted in December 13th, 2010
http://blogs.adobe.com/cantrell/archives/2010/11/uri-handlers-in-air-for-android-phone-calls-email-text-messages-maps-and-urls.html
read more from this topic.....
Posted in November 9th, 2010
http://ideas.adobe.com/ct/ct_a_view_idea.bix?c=9D564F43-979A-4E35-AA21-85A61B6AB8DE&idea_id=7E9F3C2E-6899-4E10-993F-2C44C1F11707 You should be able to listen to events at the phone level… and intercept them… like a before and after event for each event that actually happens… the biggest ones I can think of are BEFORE_SMS_MESSAGE, AFTER_SMS_MESSAGE BEFORE_PHONECALL, AFTER_PHONECALL, BEFORE_ENDCALL, AFTER_ENDCALL… all of these could be used to log… or to fillter, or to […]
read more from this topic.....
Posted in November 8th, 2010
AXJDyno, Just published on the android market, built using AIR, and flex 4.5. The application is used as car dyno, and gives you the following: 0-10, 0-20, 0-30……. 0-100 times 60ft, 330ft, 1/8 mile, 1000ft, 1/4mile times… it has a GPS Mode that lets slower cars run as well, ( they have trouble triggering the […]
read more from this topic.....
Posted in September 12th, 2010
any one who knows me, im a huge detroit lions fan… they just played chicago, and got to the end of the game and throughout the second half, hadn’t got one first down…. they were down 14 – 19… all they needed was a touchdown and to hold out the rest of the game… just […]
read more from this topic.....
Posted in August 2nd, 2010
Here is a link to Step 1: Flex 4 – Skinning Intro – Part 1 if you missed it. Application – Source Step 2: Implementing Bezier Curve over the Application Background Skin Now that you have your application background working, we can work on adding a layer on top of this. We will be adding a […]
read more from this topic.....