Mat Nadrofsky

3,029
reputation
378 views

Registered User

name Mat Nadrofsky
member for 1 year
seen yesterday
website
location Ontario
age 29
I'm the development manager of a small software team within a large retailing company.

I have worked with many languages but specialize in Progress 4GL and C#.

I'm also playing the Blackberry development as well as Google App Engine and the Django framework in my spare time.
Dec
14
comment How Many Hours per Week on Average do you put in for your Workplace?
+1 - I agree. I'd rather have the guys on my team be flexible instead of already maxed. That really counts when unexpected deadlines are dropped on your team...
Dec
13
comment Recommendations for starting web programming?
+1 - Good listing of pros/cons, regardless of that being the only background.
Dec
13
comment When installing different technologies on clients, should I just use InstallShield?
An update here. We've chosen WIX for now and are using a combination of working directly with the markup as well as WixAware. Good stuff.
Dec
13
comment When installing different technologies on clients, should I just use InstallShield?
+1 - thanks for the response and the background which is always important. I wasn't aware IS could be SCM friendly. Good to know!
Dec
11
answered Play audio and video at a same time in iPhone application
Dec
10
answered WIX will not add HKLM registry setting during Windows 7 install
Nov
28
awarded  Notable Question
Nov
28
awarded  Popular Question
Nov
27
asked Windows 7 Installation Experience?
Nov
13
revised Strategies for updating or versioning web services?
Added .net tag
Nov
12
answered How can you be a quality programmer in a programming team?
Nov
12
revised How can you be a quality programmer in a programming team?
edited tags
Nov
9
answered question on sqlite functions
Nov
9
revised Getting output from one executable in an other one
Fixed a spelling mistake in StandardOut for clarity
Oct
23
awarded  Necromancer
Oct
14
comment When installing different technologies on clients, should I just use InstallShield?
+1 - Great breakdown. We're looking long and hard at WiX right now, specifically if using WixSharp will help simplify our usage of it and help us move away from manually editing XML.
Oct
11
awarded  Yearling
Oct
9
comment When installing different technologies on clients, should I just use InstallShield?
+1 - Great response. Thanks for the insight. Good point on the review and merging. We've got issues with this using our existing .wse (Wise) scripts.
Oct
9
asked When installing different technologies on clients, should I just use InstallShield?
Oct
9
comment Installshield 2009 Multiple Serial Keys
If it helped, then please accept his answer as the correct one!
Sep
15
awarded  Popular Question
Sep
15
accepted Where can you get good programming information for POS (Point-of-Sale) Development?
Aug
25
accepted How to write data into text file in blackberry?
Aug
24
revised How do I get the name or a list of names from an ADM2 object at run time?
Added Progress tag, fixed poor title.
Aug
24
answered Is there any Progress 4GL statement used for editing an ASCII files?
Aug
24
revised Is there any Progress 4GL statement used for editing an ASCII files?
Added tag, edited title.
Aug
20
comment Should I put my twitter account on my CV?
Couldn't agree more with the Facebook stuff.
Aug
20
answered Should I put my twitter account on my CV?
Aug
20
comment Blackberry Development Tips, Tricks & Gotchas
My Storm is getting better with each Update RIM does... but it's still got a long way to go to compete with iPhone and the HTC stuff running Android that I've seen.
Aug
20
revised How to write data into text file in blackberry?
added java-me tag
Aug
20
answered How to write data into text file in blackberry?
Aug
20
answered Date stored in table is wrong in SQLite
Aug
11
awarded  Nice Question
Aug
7
revised Agile, Waterfall, Scrum… how difficult is it to transition a team into iterative development?
Added a link to another great agile question.
Aug
7
comment Agile, Waterfall, Scrum… how difficult is it to transition a team into iterative development?
+1 - I like what you're saying, my only addition is that you need to be sensitive to the culture of your organization. This approach may very well not work for you if you don't have enough folks to achieve buy-in and get that ball rolling from the top down.
Aug
7
comment Do Character User Interfaces have a future?
+1 - Well put and well said. A very real advantage of Character based stuff. I would say that you could build a GUI interface to behave the same way however. Though why you'd go to that effort for no other reason than to have it look like a window, I'm not entirely sure. ;)
Aug
7
comment Agile, Waterfall, Scrum… how difficult is it to transition a team into iterative development?
Yeah for sure. We're lucky because we do so with an internal department who then service the customers. Really almost like a sales department would be at any other company. They want to deliver a product that meets customers expectations so they ultimately get either the sale or even better, repeat business. I try to justify an Agile approach mainly because I can help deliver functional parts of the software sooner and most of the time customers always want everything yesterday.
Aug
7
comment Agile, Waterfall, Scrum… how difficult is it to transition a team into iterative development?
+1 - Nice link. I'm all over that one. ;)
Aug
7
answered Agile, Waterfall, Scrum… how difficult is it to transition a team into iterative development?
Jul
30
comment Implement a C# Client that uses WebServices over SSL?
Hey thanks for the response! We've already deployed to our client sites with a custom script that's using certmgr.exe but I like this solution much better. We'll give it a shot when we dig back into that code next time there is a change.
Jul
21
comment Should “inability to code under pressure” be a valid excuse when writing code in an interview?
Good answer. My only issue would be that the real world is rarely an ideal environment. If you're able to continually work in one, congrats!
Jul
16
revised Best way to really grok Java for a C# guy
edited tags
Jul
16
comment Homegrown consumption of web services
Just watch out if you're planning on using SSL. The proxies that are generated automatically won't allow you to change the encryption method on the service. For example, on an Oracle/Java web service I had to consume recently, I needed to build my proxy manually so that I could specify the ServicePointManager SecurityProtocol as SSL3. ServicePointManager.SecurityProtocol = SecurityProtocolType.Ssl3;
Jul
16
revised How do you arrange several projects in a single SVN server?
Fixed spelling mistakes etc.
Jul
16
answered How do you arrange several projects in a single SVN server?
Jun
26
awarded