Rob Allen

4,391
Reputation
504 views

Registered User

Name Rob Allen
Member for 1 year
Seen yesterday
Website
Location Atglen, Pa
Age 31
programming consultant in New Castle, DE
1d
awarded  Nice Question
Oct
15
awarded  Enlightened
Oct
15
awarded  Nice Answer
Oct
14
asked Report with sub-report not generating in Reporting Serivces 2005
Oct
8
comment Running software built for .NET 3.5 on a system with only .NET 2.0 installed
@emddudley - thats strange. I thought the whole point was that it would set up any prereqs on click.
Oct
5
answered How to calculate computer speed
Oct
5
comment Running software built for .NET 3.5 on a system with only .NET 2.0 installed
@emddudley, You can include the install files on an Install CD. See here for how: msdn.microsoft.com/en-us/library/…
Oct
5
comment Running software built for .NET 3.5 on a system with only .NET 2.0 installed
If they lack the necessary rights to install, then any install method will fail.
Oct
5
answered Running software built for .NET 3.5 on a system with only .NET 2.0 installed
Sep
30
awarded  Notable Question
Sep
29
comment Moving from Windows API to Mac OS
they're all pretty
Sep
29
revised Will cron execute php files or only CGI scripts?
cleaned up wording a bit
Sep
29
comment DropDown list with checkboxes
+1 for refactoring the gui.
Sep
11
comment What is required for a career in web development?
I went from ASP classic to PHP to .Net. Mapping your skills to WebForms requires some ridiculous mental gymnastics. Maybe jumping into MVC will alleviate that.
Sep
11
comment What is required for a career in web development?
+1 for language independence. Yes, every language has its own quirks but, for the most part, the concepts of OO programming are universal to OO languages. Same goes for functional programming. Learning multiple languages can also reinforce those concepts.
Sep
7
comment Wordpress Alternatives
The way I read your question, it seems like you are asking for suggestions on which blogging software to use. Thats a better fit for SuperUser.com than StackOverflow. The question will likely be automatically moved there before long.
Sep
7
comment I want to create a mobile content for mobile users, any help?
you are going to need more information in your question before someone can give you a worthwhile answer. For example, which phone platform are you intending to work off of? Are you planning to have an application on the phone, or a web site that the phone has to access? The more specific you can be, the better the answers will be.
Sep
7
comment i want to use a song as my game background music, is it agaist the law?
since it is an iPhone there will more likely than not be music available. This is a great work-around suggestion, although I do not know if the API allows for this.
Sep
5
comment Wordpress categories page
@codedude - this question will be auto-migrated to SuperUser.com. You're more likely to get a decent answer there.
Sep
4
revised how can i build rule engine which can execute user defined if else rules in C#.net
remove signature and link to personal site
Sep
3
accepted What is the python keyword “with” used for?
Sep
3
revised AJAX POST and Plus Sign ( + ) — How to Encode?
added 227 characters in body
Sep
3
comment What is the python keyword “with” used for?
In Python it looks like the custom object would have to implement (or inherit from something which implements) the __enter__ and __exit__ methods. With IronPython (python on .Net) you can implement from IDisposable and that will cover it. Not sure what is the best way in pure Python or other frameworks.
Sep
3
answered AJAX POST and Plus Sign ( + ) — How to Encode?
Sep
3
comment .NET simple app update mechanism
I was a bit cautious around ClickOnce but I have to say it works as advertised and is really straight forward to set up.
Sep
3
comment MySQL ‘IN’ clause and the returned record set order
while I like the cleanliness of the solution Paul Dixon offered. This might be easier to understand and may even be faster.
Sep
3
revised Fill an array (or arraylist) from SqlDataReader
added 1 characters in body
Sep
3
answered Fill an array (or arraylist) from SqlDataReader
Sep
3
comment Is Tahoma’s font safe for the web?
+1 for the "font stacks" link. The PDF linked in the page is great. Huge, but great.
Sep
2
comment Virtual desktop environment for development
Also think about demoing progress offsite. What if you do not have Internet access?
Sep
2
revised Why aren’t there macros in C#?
formatted
Sep
2
revised Strange CSS margin problem.
added 303 characters in body
Sep
2
accepted Strange CSS margin problem.
Sep
2
answered Strange CSS margin problem.
Sep
2
answered ASP.NET Editable Text Box with Syntax Highlighting
Sep
2
answered list of tables without indexes in sql 2008
Sep
2
answered What is the python keyword “with” used for?
Sep
2
comment What is the earliest age to teach kid programming?
+1. Your comment beat my similar answer by a couple of minutes. I need to type faster.
Sep
2
revised MySQL newbie question
cleaned up
Sep
2
comment What is the earliest age to teach kid programming?
I had a specialized building set call Robotics where you built a structure and added motors to it that were controlled via a wired, numbered panel. I have a Mindstorms set now for when my 5-month-old gets bigger. But I really don't want him to hate code because I forced it on him too soon.
Sep
2
answered Unit Testing - Is it bad form to have unit test calling other unit tests
Sep
2
answered What is the earliest age to teach kid programming?
Sep
2
revised How can I optimize these queries?
dropped 'beat' tag.
Sep
2
comment Most Obscure Sequence of Non-Character C# Code That Compiles
Your best chance of this staying active is to flag it as Community Wiki.
Sep
1
revised Making user login persistant with ASP .Net Membership
edited tags; edited title
Aug
31
comment VERY huge SQL Database: How should the schema look like?
@Simon - This is going to sound rude, but that is not my intent. I'm looking to understand any constraints you may not have mentioned. If you intend to always return the same record set/data every single time, then what is the value to you in having this as a database instead of a flat file or hard coded?
Aug
31
revised VERY huge SQL Database: How should the schema look like?
dropped "huge" tag
Aug
31
revised VERY huge SQL Database: How should the schema look like?
added 310 characters in body; added 112 characters in body
Aug
31
answered VERY huge SQL Database: How should the schema look like?
Aug
30
comment Is it wrong not to prefer an IDE?
@Nosredna - PHP support was decent as of ver. 8, it's HTML support drastically improved with MX (more standards compliant). It started using JavaScript libraries around then too.