active questions tagged advice - Stack Overflowmost recent 30 from stackoverflow.com2009-11-29T04:44:45Zhttp://stackoverflow.com/feeds/tag/advicehttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1814256/is-there-a-way-to-silently-or-automatically-install-net6Is there a way to silently or automatically install .Net? Jeremy Morgan2009-11-29T00:27:21Z2009-11-29T00:39:17Z
<p>I am selling desktop software written in C#.Net to multiple clients, and having a huge problem: The .net install. The users of this software are not computer-savvy and usually don't have any version of the .net framework installed, and many times don't want it. </p>
<p>Nearly every single one of my support requests is due to someone not installing .net. I have to remind each one of them to install the framework, and most of them say they hit "Cancel" on it because they don't want to install it. Many have even asked for refunds because they get confused and don't want to deal with it. They don't understand that it's required, and don't want to go to microsoft and download it. I'm losing a lot of time, and lot of money. </p>
<p>But enough background, my question is: Can I silently install the .Net framework, legally so I can reduce the amount of support contacts? If i put some sort of disclaimer in saying the .net framework will be installed, would it be legal? I can make it install automatically of course, but the users are cancelling it, and not realizing that it renders the software inoperable. </p>
<p>I know it sounds crazy and the obvious suggestions like "tell them that the .net install is required" have already been tried. I tell the customers 3 times in giant red fonts that it is required, yet they still don't read it. </p>
<p>Any suggestions? I'm about ready to abandon C# and build my next products in Java or Delphi, that's how big this problem is becoming. </p>
http://stackoverflow.com/questions/1607553/getting-your-programming-developer-team-up-to-speed3Getting your programming/developer team up to speedajdams2009-10-22T14:18:27Z2009-11-28T08:27:49Z
<p>I recently left a large university hospital for a much smaller one because of the pay increase and because it was a career booster. Of course these two things would generally be something to be excited about and a great accomplishment (esp.for someone my age) but I have found myself pouting on the inside as I drive to work every morning, and here is why. The new t=eam I joined is dreadfully behind in the times with coding practices, latest technology (yes they still use classic .ASP), and software - leaving me in a backwards time warp from using VS2008, .NET 3.5, and SQL Server/BIDS 2008 to using ancient SQL 2000/ VS 6.0 relics. </p>
<p>At first, not so bad, I figured not all companies are on the cutting edge right away and are just waiting for that right spark to send them in the direction of change and improvement - nope - I started suggesting (in a professional and non-condescending manner) some new tools and what benefits they'd have for our company on both our side and client side but they (as in the team I am a part of) looked at me like I was an alien and gave me the simple, why would we need that stuff, even after I had made my case.</p>
<p>This has led me to believe that I may not be going about this in the right manner and was hoping some more senior developers/engineers would share their experiences when they were younger and just starting out. I know times have changed but I feel it'd be useful nonetheless and any advice would be much appreciated!</p>
<p>Thanks everyone!</p>
http://stackoverflow.com/questions/360245/tech-ed-instead-of-microsoft-pdc0Tech-Ed instead of Microsoft PDC?matt_dev2008-12-11T17:46:57Z2009-11-27T10:19:00Z
<p>For the last 8 years or so I've been making a point to attend PDC. This past year I did not feel that I got nearly as much out of the conference then I have in years past. I think mainly this was because I'm still trying to learn the new technologies introduced during the last PDC, and I felt I spent most of my time searching for good content on <em>present technology</em>. However, as the conference was PDC and the focus of course being <em>new technology</em>, I felt most of my time there was spent context switching and I guess I just felt a little weary of that. </p>
<p>Anyway, I'm considering going to Tech-ed instead because I pretty much can only afford to go to one or the other. I've never been to a Tech-ed event, but from what I've read about it, Tech-ed seems to be more geared towards Microsoft's current technology rather then future technology (something like more LINQ content less "Azure" content). I'm also kinda of wondering whether or not Tech-eds have more interactive content like Labs, BOF's, workshops etc.</p>
<p>For those of you who have been to both, which one would you advise that I go to (if it truly could only be one or the other?) Would missing PDC be considered sacrilegious to a Microsoft developer? ;-) Would I really get more "applicable" information from a Tech-ed? </p>
<p>Thanks in advance.</p>
http://stackoverflow.com/questions/1797193/dvd-re-writable-problem0DVD re-writable problem? [closed]Arunachalam2009-11-25T14:19:42Z2009-11-25T14:19:42Z
<p>i copied 3.62 Gb data into a re-writable DVD then instead erasing it . i right clicked and gave format .now there is no data in the disc but it shows used space as 3.62 and free space as 690 Mb .and now i unable to erase my disc also what should i do to erase the disc and get the space back </p>
http://stackoverflow.com/questions/1626811/should-i-use-perl-or-php-for-parsing-a-large-xml-file1Should I use Perl or PHP for parsing a large XML file?Rachel2009-10-26T19:22:58Z2009-11-23T19:14:14Z
<p>I want to parse a large XML file and I have two options: Perl or PHP. Being new to both languages what would be your suggestion about language of choice for parsing a large XML file?</p>
<p>And what modules are more appropriate for the task at hand?</p>
http://stackoverflow.com/questions/1784022/the-step-away-from-php2The step away from PHP [closed]ApoY2k2009-11-23T15:52:47Z2009-11-23T16:14:34Z
<p>So, I spent some time now coding ASP.NET and C# for my studying, but I'm really not at all satisfied. You see, it is an amazingly complex language and Framework - probably just TOO complex and big for me at this moment.</p>
<p>Before that, I was totally into PHP. It was fine, easy to learn and did everything I wanted it to do. But somehow, I felt the lack of some... "really" active features until I discovered AJAX. I fell in love with it and still am.</p>
<p>Sadly, I don't know where to go on from here. PHP is too much of a static language and what disturbes me most about it is the idea that all my code is read and interpreted every single time my user clicks a new link. I know computers are fast today but I hate that because I always have the thought "think about how much you write, it's being parsed every single time! Don't write too much!" and I hate that thought.</p>
<p>So, what would you propose? Going on with ASP.NET is not really what I want because I feel it is too much overhead for the things I do in my spare time. For coorp. it's fine because it's totally integrated in Microsoft's Server Environment, but I don't have that at home and for my personal pages I create!</p>
<p>I really love OpenSource-projects and probably will try RoR as I just love the name and it seems quite good to me too.</p>
<p>What do you suggest? Where to go after PHP if ASP.NET really is too complex for the things I want to do?</p>
<p>I know this is most likely to be closed, but I'd really like to hear some ideas...</p>
http://stackoverflow.com/questions/1774991/for-what-kind-of-applications-ruby-or-groovy-are-better-choice0For what kind of Applications Ruby or Groovy are better choice ?Rachel2009-11-21T09:08:43Z2009-11-21T22:38:03Z
<ul>
<li><p>What kind of Applications are suited
mostly for Ruby or Groovy ?</p>
<p>Alternatively </p></li>
<li><p>what problems are better addressed by
programming languages like Ruby or
Groovy ?</p></li>
</ul>
http://stackoverflow.com/questions/1774615/resources-exercises-to-do-when-learning-a-new-language1Resources/Exercises to do when learning a new languagejosh2009-11-21T05:37:46Z2009-11-21T22:27:40Z
<p>I was looking around SO to find some exercises or interesting problems to do when learning a new language. Mostly of the time learning a language directly from reading the book does not work, even when a book tries to make an application from scratch to end. </p>
<p>Besides <a href="http://codekata.pragprog.com/" rel="nofollow">Code Kata</a>, <a href="http://www.knowing.net/index.php/2006/06/16/15-exercises-to-know-a-programming-language-part-1/" rel="nofollow">15 Exercises to know...</a> and <a href="http://projecteuler.net/" rel="nofollow">Project Euler</a> what are some other resources?</p>
<p>Also, what if the language in question is mainly used for web development..or that is the main intent of the developer for learning the language. In those cases, I doubt stuff in Project Euler will help. Are there sets of functionalities that should be implemented in a web app for a developer to feel confident about his skills in that language/framework?</p>
http://stackoverflow.com/questions/1772313/php-flash-advice0PHP/Flash advicePhill Pafford2009-11-20T18:09:44Z2009-11-20T18:53:28Z
<p>Looking to start a project that would require me to use Flash or Flex (I have not worked with either of these yet, yikes!!!). Flash would be the front end user interface that needs to display items pulled from a MySQL Database (I was thinking ajax via jQuery but open to suggestions). My question is, What would be the best approach for something like this?</p>
<p>High level</p>
<p>Flash calls to display image through ajax/php from Db</p>
<p>I don't know how to code the Flash part, any tutorials that kinda sound like what I'm doing? suggestions? thoughts? other ideas? </p>
<p>Side Note: The database table will contain text that describes the image being passed to flash, so I would like to display both the text and image.</p>
<p>Thanks for any advice/help,
--Phill</p>
http://stackoverflow.com/questions/1760428/how-can-i-become-a-better-net-web-developer3How can I become a better .NET Web Developer? [closed]Luke1012009-11-19T01:55:42Z2009-11-19T14:40:38Z
<blockquote>
<p><strong>Possible Duplicate:</strong><br>
<a href="http://stackoverflow.com/questions/365489/questions-every-good-net-developer-should-be-able-to-answer">Questions every good .NET developer should be able to answer?</a> </p>
</blockquote>
<p>My current skills consist of:</p>
<ul>
<li>ASP.NET (C#) -> Intermediate Level</li>
<li>Javascript -> Beginner</li>
<li>JQuery -> Beginner</li>
<li>HTML/CSS -> Intermediate</li>
<li>XML -> Intermediate</li>
<li>XSLT -> Beginner</li>
<li>SEO -> Intermediate</li>
<li>SQL -> Intermediate</li>
<li>Entity Framework -> Intermediate</li>
</ul>
<p>Is there anything else that is worth while to learn I am very open to learning new things about web development. If you can please recommend some books that I can read. Thanks</p>
http://stackoverflow.com/questions/1745357/what-are-some-things-mono-is-not-a-good-fit-for3What are some things Mono is not a good fit for?Chris McCall2009-11-16T22:47:41Z2009-11-18T22:57:21Z
<p>I've started your typical web project from scratch using the Mono platform. You know, web services, a UI, MySQL database, all that. I've heard around the net that it's not a picture-perfect implementation of the .Net platform, but so far I can't find anything it's not good at. I see the odd "Not Implemented" pop up in intellesense, but haven't run into any snags or dead ends.</p>
<p>Have you hit a brick wall with a .Net feature that's not implemented in Mono?</p>
http://stackoverflow.com/questions/134331/error-handling-in-php9Error handling in PHPVirtuosiMedia2008-09-25T16:21:05Z2009-11-18T01:19:45Z
<p>I'm familiar with some of the basics, but what I would like to know more about is when and why error handling (including throwing exceptions) should be used in PHP, especially on a live site or web app. Is it something that can be overused and if so, what does overuse look like? Are there cases where it shouldn't be used? Also, what are some of the common security concerns in regard to error handling?</p>
http://stackoverflow.com/questions/1730127/easiest-way-to-deal-with-sample-data-in-java-web-apps0Easiest way to deal with sample data in Java web apps?James.Elsey2009-11-13T15:58:04Z2009-11-16T11:39:28Z
<p>I'm writing a Java web app in my free time to learn more about development. I'm using the Stripes framework and eventually intend to use hibernate and MySQL</p>
<p>For the moment, whilst creating the pages and general layout, how can I mock up some data easily? For example I don't want to be messing around with a backend database at this stage, is there a solution where I could have some sample data in an XML file?</p>
http://stackoverflow.com/questions/1739531/education-how-much-how-little0Education.. how much how little? [closed]Mike2009-11-16T00:50:58Z2009-11-16T00:50:58Z
<p>Hi Everyone,</p>
<p>So a little background. Started out in construction and completed my apprenticeship over a 6 year period. Got married, bought 2 houses and decided I wanted to switch to computers. I started working on a certificate program through a university about 18 months ago and am just coming up on completion of it. I've also been employed as a software developer for the past 10 months with no end in site.</p>
<p>So my question.. Should I just concentrate on work and stick with the cert? By doing this I get to enjoy more life on the weekends and evenings with my wife..</p>
<p>OR</p>
<p>Do I push another three years, 40,000 dollars and probably 5 years time to complete the bachelors?</p>
<p>Whats your thoughts everyone? Hoping to hear form people with lots of experience..</p>
<p>BTW I've gotten to par with what I was making as a ticketed carpetner now so the money isn't bad at the moment.</p>
<p>Thanks,
Nalid</p>
http://stackoverflow.com/questions/1414969/sentimental-code9sentimental codeopc2009-09-12T12:11:03Z2009-11-14T13:59:35Z
<p>I've came across <strong><a href="http://beyondthespec.com/blog/2009/09/12/code-admiration/" rel="nofollow">this article</a></strong> that discusses the issue of "code admiration". Basically, the author talks about how developers should be more skeptic about code they write. How we may "admire" too much our code, attach our-self to it, making us more vulnerable to bugs and other mishaps that may be lien in from of us.</p>
<p>How do you feel about this issue? And do you have more tips on how to avoid/be more aware of this issue?</p>
http://stackoverflow.com/questions/1633342/advice-on-set-up-management-of-the-wsgi-stack0Advice on set-up/management of the WSGI stack?Phillip Oldham2009-10-27T20:05:52Z2009-11-14T01:09:07Z
<p>After looking through the many useful and shiny Python frameworks, I find none of them get close to what I need or provide <em>way</em> more than my needs. I'm looking to put something together myself; could define it as a framework, but not full-stack. However, I can't find online what the Python community sees as the correct/standard way to manage WSGI middleware in an application.</p>
<p>I'm not looking for framework suggestions, unless its to provide an example of ways to manage WSGI middleware. Nor am I looking for information on how to get a webserver to talk to python -- that bit I understand.</p>
<p>Rather, I'm looking for advice on how one tells python what components/middleware to put into the stack, and in which order. For instance, if I wanted to use:<br />
<code>Spawning-->memento-->AuthKit-->(?)-->MyApp</code><br />
how would I get those components into the right order, and how would I configure an additional item (say Routes) before <code>MyApp</code>?</p>
<p>So; Can you advise on the common/correct/standard way of managing what middleware is included in a WSGI stack for a Python application?</p>
<p><strong>Edit</strong><br />
Thanks to Michael Dillon for recommending <a href="http://pythonpaste.org/do-it-yourself-framework.html" rel="nofollow">A Do-It-Yourself Framework</a>, which helps highlight my problem. The <a href="http://pythonpaste.org/do-it-yourself-framework.html#give-me-more-middleware" rel="nofollow">middleware section</a> of that document states that one should wrap middleware A in middleware B, B in C, and so-on:</p>
<pre><code>app = ObjectPublisher(Root())
wrapped_app = AuthMiddleware(app)
from paste.evalexception import EvalException
exc_wrapped_app = EvalException(wrapped_app)
</code></pre>
<p>Which shows how to do it in a very simple way. I understand how this works, however it seems too simple when working with a number of middleware packages.</p>
<p><strong>Is there a better way to manage how these middleware components are added to the stack? Maybe a common design pattern which reads from a config file?</strong></p>
http://stackoverflow.com/questions/417819/is-it-time-for-me-to-make-a-career-change27Is it time for me to make a career change?Jack Sparrow2009-01-06T19:41:26Z2009-11-13T21:55:18Z
<p>Does anybody else feel like they need to change jobs every year or two to stay sane and happy or am I just in the wrong profession entirely? I think I am burned out both on my current job and burned out on programming in general.</p>
<p>Let me explain. I have been a software engineer for going on 8 years and I am now nearly two years into my 4th real job. At first, I really like a job. I like the challenge and the satisfaction of solving tough problems and learning new things. At a certain point, I reach some kind of peak. Then I start a downward spiral. I start to lose energy and motivation, then I am less productive, then I feel guilty, then I like it less, then I lose more motivation, etc. Eventually, I get to a point where I loath the job, I can not focus on any task, I am overwhelmed with guilty feelings, and I feel like I am losing my mind whenever I am at work. Usually, I find another job. Now I am looking around and nothing out there sounds even slightly appealing.</p>
<p>I have experienced the following negative factors at ALL of my jobs:</p>
<p>tedious tasks - I get tired of random intermittent bugs that are very difficult to reproduce.</p>
<p>repetitive tasks - I am always fixing the same or similar bugs.</p>
<p>negative atmosphere - I am constantly hearing the negatives like customer x is unhappy or there are y number of bugs to fix for this release and rarely hearing positives despite the fact that the company is profitable.</p>
<p>lack of recognition - I wonder what is to motivate me to continue doing my best when it doesn't really matter to anyone?</p>
<p>lack of reward - The work does not have an intrinsic value for me personally, I can fix tons of bugs, add features for customer x and make the company a bunch of money, but it does not really mean anything to me. I would rather do something that helps other people directly.</p>
<p>feeling lonely and isolated - More often than not, I go the entire day without speaking to another person.</p>
<p>being sedentary - I am by nature an active person and I find it difficult to sit in a chair at a computer for long periods of time.</p>
<p>annoying coworkers - There are the ones that make strange (although sometimes entertaining) personal calls right there in the next cubicle for all to hear, to the know-it-alls who act like everyone else is stupid, to the just plain creepy (feels like he is watching me again), to the machine-gunner keyboarders that make it difficult to concentrate.</p>
<p>burnout and boredom - The results of the previous factors.</p>
<p>I try to get regular exercise and take breaks at work and take vacation days. I even tried cutting back my hours. Nothing helps. Is there a way for me to fix this problem or is it time for me to move on and find a totally new career?</p>
http://stackoverflow.com/questions/1726966/how-to-get-started-on-learning-new-language3how to get started on learning new languageBuddychrist2009-11-13T03:32:13Z2009-11-13T03:58:33Z
<p>Ever since getting out of college (06) I have primarily worked with java and some members of the J2ee stack. I've played around with some groovy scripts while trying to get something together at work (nothing big). </p>
<p>I'm tired of doing the same old crap and want to learn something new but every time I sit and look at things to learn...I get overloaded with information. from c# to python..ruby to groovy and 10's of frameworks. where should a guy start?</p>
<p>And If I pick one, I dont want to just pick a book and read page to page while typing code proved in the book. So should I plan out my little project first?
Are there any de facto projects that one can try to implement while learning a new language. These projects would try to cover all aspects to the related domain (web/standalone).</p>
<p>what did you do when you learned your second language?</p>
http://stackoverflow.com/questions/1722127/are-there-any-standards-for-designing-an-application1Are there any standards for designing an application?James.Elsey2009-11-12T13:19:02Z2009-11-12T13:54:09Z
<p>I'm interested in creating my own project in my spare time to learn some more about development, I have several ideas of what I want to create, and what technologies to use (java, stripes framework) but I don't know where to begin on the actual design.</p>
<p>I understand that design and planning is a key objective to a sucessful application, but I'm not sure where to start.</p>
<p>Are there any guidelines or standards for this?</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1719915/what-are-the-stages-a-rubyist-progresses-through-from-absolute-beginner-to-emplo3What are the stages a Rubyist progresses through from absolute beginner to "employable"?Lolita2009-11-12T04:39:13Z2009-11-12T06:43:59Z
<p>I am looking for a delineation of describable stages that an aspiring Ruby programmer will have to confront, explore, and master before being considered as a professional or employable.</p>
<p>Basically, I've been fiddling with Ruby since late 2006 and still feel lost. It's completely hobby at this point so I haven't dedicated myself to it but after all the time I've spent reading about it, installing and reinstalling libs, buying 10+ books--maybe the best way to put it is that I'm a <em>fan</em> and not yet a <em>practitioner</em>. But I feel like after all the time, money, mental gymnastics, and emotion, I should start to reap some type of benefit or see some ROI.</p>
<p>So, once again I re-read another excellent Ruby book and what's such a trip to me is that I <em>understand</em> all of the fundamentals but I can never put them together to make any lib of consequence.</p>
<p>I know data types, operators, control flows, OOP, classes, modules, keywords, etc. I don't know how to combine them all.</p>
<p>Can someone who's traveled this path explain their perspective on the different stages one must go through, i.e., "completely clueless, to "understanding the syntax", to "making a tiny application", to "making a lib worthy of becoming a gem", to "holy moley this girl's good!"</p>
http://stackoverflow.com/questions/1711306/getting-started-with-fpga-programming12Getting started with FPGA programming.e52009-11-10T21:25:14Z2009-11-11T18:42:23Z
<p>I want to play around with <a href="http://en.wikipedia.org/wiki/Field-programmable%5Fgate%5Farray" rel="nofollow">FPGAs</a>.
I'm looking for advice getting on started. </p>
<ol>
<li>Can anyone recommend good FGPA boards that I easily start programming for? How much should I look at spending? </li>
<li>Can I avoid buying a FPGA board now, and just emulate the code I write? Are there portability issues between different boards?</li>
<li>What languages are typically used to for FPGA development? What is each languages advantages/disadvantages? Many of the languages look C-like. Are there ways to just specify circuits of logic gates? Does it make sense to work at the gate level?</li>
<li>What books have you read to learn how to develop for FPGA? Which ones are the good books?</li>
<li>How quickly does FPGA knowledge become obsolete?</li>
<li>What advice would you give to someone just starting out in this area? Any common pitfalls?</li>
</ol>
http://stackoverflow.com/questions/136946/difference-between-enum-and-define-statements6Difference between Enum and Define StatementsZain2008-09-25T23:47:24Z2009-11-11T16:03:00Z
<p>What's the difference between using a define statement and an enum statement in C/C++? (and is there any difference when using them with either C or C++?)</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1692363/php-beginner-looking-for-veteran-criticism-of-code-example-code-works-btw-tha3PHP beginner - looking for veteran criticism of code example (code works btw, that's a start!)Andrew Heath2009-11-07T07:54:16Z2009-11-10T05:21:35Z
<p>From what I've gathered browsing SO, I'm the worst nightmare of good people like you: someone who never formally learned any programming, decided he'd like to enhance his hobby website, and bought a fast-track PHP book off the shelf and went at it.</p>
<p>Browsing SO has taught me a great deal of things, highlights of which include:</p>
<ul>
<li>PHP is terrible for beginners (of which I am)</li>
<li>PHP is a terrible first language (it's my first)</li>
<li>lots and lots of PHP code is awful (mine probably is)</li>
<li>most people have no clue how to template in PHP (my book recommends Smarty <code><grin></code> )</li>
<li>functions are awesome, if you have a clue (I don't)</li>
</ul>
<p>In light of reading pages and pages of veteran coder ramblings, I have become perhaps the world's most paranoid and self-conscious beginner.</p>
<p>Which is why I now prostrate myself before you, offering up my firstborn child... err, chunk of working code, and humbly beg that you tear & criticize it to pieces, that I may more expeditiously learn the error of my ways...</p>
<p><strong>The goals of the following code:</strong></p>
<p><strong>1)</strong> Grab a list of units from table <code>unit_basic_data</code> based on their nationality, returning their <code>unitid</code> for query purposes and their <code>unitname</code> for display to user.</p>
<p><strong>2)</strong> Build a form with checkboxes for each unit in this format</p>
<pre><code>`<tr><td><input type="checkbox" name="Americanunit[]" value="$unitid" />$unitname</td></tr>`
</code></pre>
<p>You'll note that "American" is currently manually set to <code>$nation</code> and then appended to <code>unit[]</code> -- this is to allow me to add a dynamic country select later.</p>
<p><strong>3)</strong> For each checked box, submit an update query to table <code>scenario_needunits</code> composed of the scenario id <code>scenid</code> and unit id <code>unitid</code>, which taken as a pair are a primary key.</p>
<p><strong>4)</strong> Dump out a rough list of unitids updated to the user and a confirmation of completion message.</p>
<p><strong>What the code does now:</strong>
Everything! :-) Except in a rather ugly fashion.</p>
<p><strong>Obvious problems:</strong> no sanitization (btw, do checkboxes require sanitizing?), no error reporting if user tries to submit a scenario|unit pair that's already in the table</p>
<p><strong>Further questions to the experts:</strong></p>
<ul>
<li>Is there a cleaner way to build the
checkbox strings besides my approach
that concatenates SIX variables?</li>
<li>Is this a templating abomination?</li>
<li>Can it be split into multiple files? (if
yes, how/where?)</li>
<li>Am I already hopeless?</li>
</ul>
<p>Aside from the above, I am 100% open to any other comments & criticism. I thank ALL of you most kindly for your time, and your patience. And I promise the next bit of code I post to SO will look a lot nicer!</p>
<p>Code follows:</p>
<pre><code><?php
// designed to dynamically load a country's unit list from the database
// and allow you to submit the country's units needed for a scenario
error_reporting(E_ALL);
require_once 'login.php';
$db_server = mysql_connect($db_hostname, $db_username, $db_password);
if (!$db_server) die("Unable to connect to MySQL: " . mysql_error());
mysql_select_db($db_database)
or die("Unable to select database: " . mysql_error());
$nation = "American"; // desired nation
echo "$nation is selected.<br />";
$sql = "SELECT unitid,unitname FROM `unit_basic_data` WHERE `forcename`='$nation'"; // grab all current units for $nation
$result = mysql_query($sql);
if (!$result) die ("Database access failed: " . mysql_error());
$rows = mysql_num_rows($result);
echo "Total rows returned is $rows rows."; // display total number of units
$formOpen = '<form method="post" action="scenario-needunits2.php"><input type="hidden" name="submittedCheck" value="yes" /><br />';
$scenario = '<tr><td>Scenario Name: <input type="text" name="scenid" /></td></tr>'; // input target scenario for new data
$checkPre = '<input type="checkbox" name="'; // checkbox string part 1 of 5
$checkName = $nation; // checkbox string part 2 of 5
$checkMid = 'unit[]" value="'; // checkbox string part 3 of 5
$checkPost = '" />'; // checkbox string part 5 of 6
$row = ''; // checkbox string parts (4 of 6) & (6 of 6)
$checkSubmit = '<br /><input type="submit" /></form>'; // submit button & close form
echo "<table><tr><th>Units</th></tr>";
echo "$formOpen";
echo "$scenario";
for ($j = 0 ; $j < $rows ; ++$j) // for statement that returns result row by row
{
$row = mysql_fetch_row($result);
echo "<tr>";
echo "<td>$checkPre$checkName$checkMid$row[0]$checkPost$row[1]</td>"; //brutal, but effective
echo "</tr>";
}
echo "</table>";
echo "$checkSubmit<br />"; // form closes here
if (isset($_POST['submittedCheck'])) //begin table update code
{
$scenid = $_POST['scenid']; // grab scenid
$americanunit = $_POST['Americanunit']; // grab unit array
foreach($americanunit as $unitid) // run through array
{
$sql = "INSERT INTO scenario_needunits VALUES ('$scenid' , '$unitid');"; // create query string
$result = mysql_query($sql); // add one new row
echo "Inserted a $unitid for scenario $scenid<br />"; // report addition
}
echo "Complete."; // report update has been successful
}
?>
</code></pre>
http://stackoverflow.com/questions/673638/wcf-messagecontract-datacontract-confused2WCF: MessageContract, DataContract ... Confused?Rob Stevenson-Leggett2009-03-23T14:44:05Z2009-11-09T15:19:25Z
<p>Hi,</p>
<p>I'm writing my first WCF service. I decided to write the service just as a DLL to begin with and then aspect the WCF stuff on afterwards which is where I am now.</p>
<p>I was advised by the arcitect that I should stick to a specific format for message objects which I have done. However I've used Interfaces, complex types and lists thereof in my message objects. I'm coming to adding the attributes on and I'm getting a bit confused.</p>
<p>Here's a show example of my code.</p>
<pre><code>[ServiceContract]
public interface MyServiceContract
{
[OperationContract]
MyMethodResponseMessage MyMethod(MyMethodRequestMessage request);
}
public class MyService : MyServiceContract
{
public MyMethodResponseMessage MyMethod(MyMethodRequestMessage request)
{
//Do things
}
}
//Messages
[MessageContract]
public class MyMethodResponseMessage
{
[MessageBodyMember]
public MyMethodResponse Body { get; set; }
}
[DataContract]
public class MyMethodResponse
{
[DataMember]
public IMyComplexTypeItem { get; set; }
[DataMember]
public List<IMyComplexType> Items { get; set; }
[DataMember]
public bool Success { get; set; }
}
//DTO
public interface IMyComplexType
{
[DataMember]
string Identity { get; set; }
}
[DataContract]
public class MyComplexType1 : IMyComplexType
{
[DataMember]
public virtual string Identity
}
</code></pre>
<p>Can anyone comment on the correctness in the use of MessageContract, DataContract, DataMember and Serializable etc? Any pointers or glaring mistakes?</p>
<p>Also which serializer is the best one to use? and what is the best strategy to ensure I get well formed XML from this so that other clients can consume my service easily?</p>
http://stackoverflow.com/questions/397228/is-grails-worth-it22Is Grails worth it?Steve Kuo2008-12-29T06:25:36Z2009-11-02T02:05:27Z
<p>This is half rant, half question.</p>
<p>Is it worth using Grails? I'm trying to develop a relatively simple database drive web applications. My expertise is in Java so naturally Grails seemed like a good choice. At first I thought of using Spring, JPA and Hibernate, but having used that previously I've ran into all sorts of tedious configuration and coding work. Grails advertises itself as solving this.</p>
<p>My biggest frustration with Grails are all the little things that don't work. What I mean is it doesn't work as one would intuitively think it should. It's very rough around the edges. I run into problems constantly. Sometimes it's my lack of Grails understanding, other times I've discover legitimate Grails bugs.</p>
<p>One major issue is the lack of good Eclipse integration. There is a Groovy and Grail plugin, but it doesn't do much other than syntax highlighting. Calling Groovy from Java and vise versa is very painful to <a href="http://brainflush.wordpress.com/2008/05/03/grails-and-eclipse-not-so-groovy/" rel="nofollow">configure</a>. Not having good IDE support is a major bummer.</p>
<p>What happens is I sit down trying to develop my web application. At the end of the day I realize that I've spent about 85% of the day debugging Grails related issues. If it isn't Eclispe problems then it's <a href="http://stackoverflow.com/questions/397145/grails-eager-fetch-doesnt-retrieve-all-data">eager loading</a>, <a href="http://stackoverflow.com/questions/396703/how-to-reference-a-grails-domain-class-fields-from-outside-of-the-grails-contro">fetching in the view</a>, <a href="http://stackoverflow.com/questions/396667/in-grails-need-to-define-a-set-for-one-to-many-relationship">one-to-many relationships</a>, <a href="http://stackoverflow.com/questions/396514/after-grails-clean-i-cant-run-app">weird empty file bug behavior</a>, <a href="http://stackoverflow.com/questions/395586/grails-getsomethingint-i-method-doesnt-comiple">weird property/getter bug</a>, it just goes on and on. This is just a sample of the issues I ran into today. My last sit down with Grails yielded a whole bunch of different issues.</p>
<p>I sometimes wonder if it's worth it. I'm curious if others have experienced this. Are there people actually using Grails to productively crank out a web application? Are there other frameworks for rapid web development that I should be considering?</p>
http://stackoverflow.com/questions/149553/best-format-for-a-software-engineers-resume40Best Format for a Software Engineer's ResumeAdam Haile2008-09-29T16:43:10Z2009-11-02T01:35:46Z
<p>I am looking for good, objective ideas and examples of a resume for a Software Engineer. By all means, post a link to your own resume if you are comfortable with doing so. </p>
<p>Mostly I am looking at how it should be formatted and what kind of information should be included (and in what order on the resume.)</p>
http://stackoverflow.com/questions/1653079/is-this-a-bad-pattern-switch-inside-for-foreach-loop1Is this a bad pattern? (Switch inside for/foreach loop)Magic Hat2009-10-31T01:22:16Z2009-10-31T15:39:17Z
<p>I find myself writing code such as:</p>
<pre><code>foreach($array as $key => $value) {
switch($key) {
case 'something':
doSomething($value);
break;
case 'somethingelse':
doSomethingElse($value);
break;
}
}
</code></pre>
<p>Is there a better way to go about this? Seems dirty to me, but I might just be over thinking it. </p>
<p>The only other alternative that I can think of is an if statement for each key, which doesn't seem any better. I.e. :</p>
<pre><code>if($array[0] == 'something') {
doSomething($array[0]);
}
if($array[1] == 'somethingelse') {
doSomethingElse($array[1]);
}
</code></pre>
<p>(or something like that) </p>
<p>I can post exact code if needed, but this is the general outline of what happens. Please critique away, but remember that I'm looking for help here. So if I'm doing something egregiously wrong, then point it out.</p>
http://stackoverflow.com/questions/1643774/advice-for-date-driven-development-model0Advice for Date Driven Development ModelRaul Agrait2009-10-29T13:34:02Z2009-10-29T18:18:25Z
<p>Does anybody have any advice on working in a Date Driven Development environment? Essentially, we are updating our RIA every 8 weeks. I work in a small team of less than 5 developers, so I'm concerned about how to manage long-term features that don't fit in small cycles. Additionally, I'm concerned about being in a state of perpetual crunch-time.</p>
http://stackoverflow.com/questions/1457720/which-is-the-best-first-job-an-it-entrant-can-have2Which is the BEST first job an IT entrant can have?rboorgapally2009-09-22T01:36:27Z2009-10-29T13:14:01Z
<p>Hi,</p>
<p>This is to all the experienced IT professionals out there. I need some advice so that I can target the right job rather than look for some job. I am interested in enterprise software development in general. I have a masters degree in computer science. Like any other entry level IT aspirant, I am looking for good job growth, nice perks and also job security (which doesn't go away in recession :)). </p>
<p>System and data base administrators earn well, but there seems to be less number of jobs. Web development pays less and is mostly outsourced. Enterprise architects are doing well. Are there good number of openings for system programmers? </p>
<p>I think one obvious choice is to choose between a software development company and some company which has a IT department. My consultant cousin says that majority of the enterprises use software packages like SAP which have good demand. I think recession affects these guys more. But they seem to earn more. Which is the right job in an enterprise IT department?</p>
<p>In short, what advice would you give to an entry level IT professional so that he can move up the ladder working with increasing pay till he retires at 60 ?</p>
http://stackoverflow.com/questions/933551/moving-from-enterprise-to-game-development-advice1Moving from Enterprise to Game development adviceMark2009-06-01T04:21:58Z2009-10-28T23:53:23Z
<p>Im an enterprise developer mainly focused on Java and .NET at the moment, I have been for around 5 years now, and Ive got a good grasp on the way things work.</p>
<p>I'm employed by a consulting firm, and the work I do is quite interesting, however, over the last year/year and a half, I have been thinking about getting into games programming.</p>
<p>Being a gamer for all my life, I love games, but never really thought of getting into games development for some reason. I have been reading a lot about it, even going to a short course on an intro to games development, and Ive got to say, I do like it!</p>
<p>But after a lot of investigation there is one thing holding me back, the money. I earn a decent living out of consulting and would definitely expect to loose a chunk of my weekly earnings if I was to move into gaming.</p>
<p>I live in Australia, so Im not too sure whats available, but it looks like there is a bit around.</p>
<p>I would love some advice on this, what should I do next? Should I get involved in some Indie games that I could do part time?</p>
<p>Thanks a lot for any ideas, advice etc...
- Mark</p>