Jake Churchill

… on Flex, ColdFusion, FarCry, and much more …

  • Home
  • About
  • Projects

27

Mar

Flex Custom Preloader without SWF

Posted by Jake Churchill  Published in Flex

I had been searching for a custom preloader that did not require a SWF for a while and finally found my answer from i am josh: http://iamjosh.wordpress.com/2007/12/18/flex-custom-preloader/. His source code got me on the right path. A simple preloader with a logo and a progress bar. I modified the code that handles the manual drawing [...]

Continue reading...

2 comments

20

Mar

IE menu hover fix

Posted by Jake Churchill  Published in Browsers, CSS, Javascript

I run into an issue a lot with fly-out and dropdown menus not always layering on TOP of the subsequent content. I see this most often with Farcry because that is what I use for a lot of sites but I see it elsewhere as well. It can be the most irritating thing in the [...]

Continue reading...

4 comments

26

Feb

Eclipse with plugins

Posted by Jake Churchill  Published in CFEclipse

From time to time I have to re-install eclipse for whatever reason and I really got tired of having to re-download all my plugins (CFEclipse, Subclipse, etc), so I did a clean install and then zipped up the eclipse directory. It is here for all to download if you want. This contains Eclipse 3.3, CFEclipse, [...]

Continue reading...

3 comments

26

Feb

Flex Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Status 200

Posted by Jake Churchill  Published in Flex

I had an issue recently during remoting which when debugged resulted in the following message: Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Status 200 It took me forever to figure this one out but it results from IE caching things differently than other browsers and my debug settings use IE as the default browser. To fix it do [...]

Continue reading...

10 comments

7

Nov

Flex Metadata – Default Property Values

Posted by Jake Churchill  Published in Flex

Until now I have never needed to do a lot with meta data except making items bindable or creating custom events. Recently I wanted to create a limitation on a custom property. Here’s the code: private var _iconPosition:String = “left”; [Bindable] public function set iconPosition( value:String ):void { _iconPosition = value; } public function get [...]

Continue reading...

no comment

3

Nov

VPN Network Routing Step-by-Step

Posted by Jake Churchill  Published in Misc

Here is a quick step-by-step tutorial on VPN routing. The purpose is to give you access to the VPN network and the local network at the same time (by default it locks you out of your local network and you can only access the remote network). Step 1: Create a VPN connection Frankly, if you [...]

Continue reading...

1 comment

3

Nov

VPN Connection Route Fix (Windows Vista)

Posted by Jake Churchill  Published in Misc

I quickly found out that my script for creating a route does not work in Windows Vista (well it sort of did). One additional piece of information is that when you are creating the connection click on the “Networking tab”, select “Internet Protocol Version 4 (TCP/IPv4)” and click “Properties.” In the new window, click “Advanced” [...]

Continue reading...

no comment

15

Oct

VPN Connection Route Fix

Posted by Jake Churchill  Published in Misc

At my last job I had the option to work from home on occasion but I rarely did it because working over a VPN is a pain. When you connect to a VPN network, by default it disables your local network connection. End result, you can’t check your personal email while connected to the VPN. [...]

Continue reading...

3 comments

16

Sep

SQLite Administrator Recommendation

Posted by Jake Churchill  Published in SQL

I’ve been doing a lot of work with SQLite and AIR lately and I recently came across a post from Eric Feminella which has helped me tremendously. The SQLiteadmin program can be downloaded at the end of this page: SQLite Administrator – International Milestone Beta Instructions for installing on Windows: Unzip and run This is [...]

Continue reading...

no comment

15

Aug

Flex Graduated Slider

Posted by Jake Churchill  Published in Flex

I ran across this problem recently… I needed to create a slider that didn’t change in a uniform way. It was different for each third of the slider. The first third changed evenly from 0 – 25,000. The second third from 25,000 – 100,000. The last third from 100,000 – 10,000,000. Here are the basic [...]

Continue reading...

no comment

Search

Blog Feed

  • Add blog to any reader
  • Comments Rss
February 2012
M T W T F S S
« Feb    
 12345
6789101112
13141516171819
20212223242526
272829  

 

February 2012
M T W T F S S
« Feb    
 12345
6789101112
13141516171819
20212223242526
272829  

Subscribe to Blog

Your email:

Subscribe   Unsubscribe

Archives

Categories

  • Browsers (3)
  • CFEclipse (2)
  • ColdFusion (7)
  • CSS (9)
  • Farcry (33)
    • Farcry Examples (2)
    • Farcry Users (1)
  • Flash (1)
  • Flex (14)
  • Javascript (5)
  • Life & Fun (3)
  • Microsoft Office (1)
  • Misc (4)
  • Random Posts (1)
  • SQL (2)
  • Uncategorized (2)

Blogroll

  • Axel Jensen
  • Ben Forta
  • Coldfusion Muse
  • Fullasagoog
  • Nicole Rutter
  • Ray Camden
  • Sandy Clark
  • Stillnet Studios

Recent Posts

  • FCKEditor Firefox 3.6 Bug (Year 2010 Bug)
  • ColdFusion using Java for regex replace
  • ColdFusion VirtualMerchant CFC
  • Farcry Navigation Move Permissions
  • Delete Mail via POP Script

Recent Comments

  • James Moberg on FCKEditor Firefox 3.6 Bug (Year 2010 Bug)
  • Jake Churchill on ColdFusion using Java for regex replace
  • Ben Nadel on ColdFusion using Java for regex replace
  • Peter Boughton on ColdFusion using Java for regex replace
  • Peter Boughton on ColdFusion using Java for regex replace

Recent Post

  • FCKEditor Firefox 3.6 Bug (Year 2010 Bug)
  • ColdFusion using Java for regex replace
  • ColdFusion VirtualMerchant CFC
  • Farcry Navigation Move Permissions
  • Delete Mail via POP Script
  • Flex 2 Datagrid not highlighting row (UPDATE)
  • Flex 2 Datagrid not highlighting row
  • Flex Dynamic casting of data
  • Reboot XP PC over Remote Desktop
  • Dynamically instantiate a class

Recent Comments

  • James Moberg in FCKEditor Firefox 3.6 Bug (Year 2010 Bug)
  • Jake Churchill in ColdFusion using Java for regex replace
  • Ben Nadel in ColdFusion using Java for regex replace
  • Peter Boughton in ColdFusion using Java for regex replace
  • Peter Boughton in ColdFusion using Java for regex replace
  • Matthew in ColdFusion using Java for regex replace
  • Matthew in ColdFusion using Java for regex replace
  • Jake Churchill in Flex Channel.Connect.Failed error NetConnection.Ca…
  • Flex Guy in Flex Channel.Connect.Failed error NetConnection.Ca…
  • Dexter in Flex Custom Preloader without SWF
© 2008 Jake Churchill is proudly powered by WordPress
Theme designed by Roam2Rome