bedwyr

1,880
reputation
328 views

Registered User

name bedwyr
member for 10 months
seen 1 hour ago
website
location CO
age 29
I'm a software engineer who specializes in RIA development, primarily in Flex and ActionScript. :)

My other favored languages are Java and Python, though I'm well-versed in Perl.

Dec
10
comment What are the best programming and development related Blogs?
+1 for Coding Horror
Dec
7
answered What should I learn over Christmas break?
Dec
6
comment Parsing a Flex Application Object Hierarchy Using FunFX
Wow, an answer after such a long time -- thanks! I'm not doing testing any longer, but I appreciate the response.
Dec
6
awarded  Mortarboard
Nov
21
answered Software development on Mac
Nov
17
awarded  Popular Question
Nov
1
awarded  Citizen Patrol
Sep
3
comment Flex - How to access component inside another component in MXML?
If you're still working on this (no worries if you're not interested -- I'm just trying to help :), see the latest edits.
Sep
3
revised Flex - How to access component inside another component in MXML?
editing to include reference to outer class
Sep
3
answered Flex - How to access component inside another component in MXML?
Sep
2
comment Keyboard for programmers
+1 without a doubt, the best keyboard I've ever used. I have one for work and another at home
Aug
27
comment Can Python’s logging format be modified depending on the message log level?
Outstanding - that worked perfectly. I modified the format() method to check levelno and change the message if need be. Otherwise it resets it back to the original string I passed in. Thanks!
Aug
27
asked Can Python’s logging format be modified depending on the message log level?
Aug
24
comment In PureMVC, should Proxies send Notifications themselves, or do so via the ApplicationFacade?
Thanks for your input -- makes sense :)
Aug
24
asked In PureMVC, should Proxies send Notifications themselves, or do so via the ApplicationFacade?
Aug
20
comment Should programming according to the interface hide everything?
Could you just instantiate 'b' as an IFoo object rather than casting it later? "IFoo b = new Bar();" I know this works in Java and Flex/ActionScript, but maybe not in the language you're using :)
Aug
19
comment How much logic should be included in a Flex MXML attribute?
Yeah, quick typing for code snippets usually results in crappy function names and ids..the real code has better naming conventions ;) Thanks for your thoughts!
Aug
19
asked How much logic should be included in a Flex MXML attribute?
Aug
18
revised Determining type of Linux machine
edited tags
Aug
18
comment How to remove all .svn directories from my app directories.
You might also want to modify the delete command "rm -rfi" just to make sure you are positive you want to delete the directories.
Aug
16
comment Why are Mediators coupled to Proxies in Flex PureMVC?
Actually that does make more sense -- thanks. I was reading through some posts in the PureMVC forums, and this subject appears to have a number of different opinions, many of which are pretty rabidly held. Thanks for your thoughts!
Aug
14
comment Why are Mediators coupled to Proxies in Flex PureMVC?
Sorry, I don't understand. If the Mediator receives a Notification from the facade (which was sent by the Proxy), and it contains a data object which is used to update the view, how is it coupled to the Proxy? Do you mean they are indirectly coupled through the Notification?
Aug
14
asked Why are Mediators coupled to Proxies in Flex PureMVC?
Aug
14
comment How do I detect missing fields in a CSV file in a Pythonic way?
@balpha, your second edit is exactly what I'm looking for. I actually prefer it bailing if an extra field is added to the file. Thanks!
Aug
14
asked How do I detect missing fields in a CSV file in a Pythonic way?
Aug
13
answered Is this a fair question to ask in a Software Engineering Interview, phase 1?
Aug
8
answered Resizing HBox width to fit content
Aug
5
comment Why can’t Perl find the library in my t/ directory?
That's a good point: it would be helpful to know how the script is being invoked, and where the modules are located.
Aug
5
comment Why can’t Perl find the library in my t/ directory?
@Kys, it's best to edit your original question. I like to use "EDIT" statements to show where my answer has been revised.
Aug
5
comment Why can’t Perl find the library in my t/ directory?
See my original post -- one more quick idea. This worked for me when I copied your code.
Aug
5
revised Why can’t Perl find the library in my t/ directory?
adding a new note about statuses from Perl Modules
Aug
5
comment Why can’t Perl find the library in my t/ directory?
Just an etiquette-thing: it's best to post any updates to your question in the original source of the question. This way your responses don't get lost when other potential solutions are up-voted.
Aug
5
comment Why can’t Perl find the library in my t/ directory?
Can you paste the code in your original question? It's hard to think of potential solutions w/out more information.
Aug
5
answered Why can’t Perl find the library in my t/ directory?
Aug
5
comment Why can’t Perl find the library in my t/ directory?
Can you paste the headers (say, first 10 lines or so) of both Perl files? It will be a little easier to help troubleshoot if we can see it :)
Jul
16
answered Most harmful misconception of beginners about programming?
Jul
16
comment Most harmful misconception of beginners about programming?
+1: this is one of the most frustrating things to hear from a developer when QA logs a defect.
Jun
30
comment Bash script what is := for?
And me by two ;)
Jun
27
comment Can Lua be used for application development?
Though I don't know much about lua, it certainly can be used to develop applications: en.wikipedia.org/wiki/…
Jun
26
awarded