User Jas Panesar - Stack Overflow most recent 30 from stackoverflow.com 2009-12-17T14:47:37Z http://stackoverflow.com/feeds/user/35886 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1881632/manage-a-day-to-day-business-with-a-web-app/1894813#1894813 0 Answer by Jas Panesar for Manage a day-to-day business with a web app? Jas Panesar 2009-12-12T21:49:39Z 2009-12-12T21:49:39Z <p>Alex, you will likely have to use a balance of tools.</p> <p>Check out the following</p> <p>Fogbugz - free for 2 users, hosted edition. handles all your client and internal tasks, wikis, forums, time keeping, etc. great for diary, etc, as you just email everything to a case and it becomes searchable</p> <p>Freshbooks - free for the first few clients, integrates well with everything</p> <p>Another accounting package you might want ot look into (web based) are harvest.</p> <p>Hope that helps! </p> http://stackoverflow.com/questions/768664/recommendations-for-handwriting-recognition-libraries-packages-in-java 5 Recommendations for Handwriting Recognition Libraries/Packages in Java Jas Panesar 2009-04-20T15:01:25Z 2009-11-22T09:50:31Z <p>Finding a good Handwriting recognition library in Java has been a bit elusive. </p> <p>I'd like to compare both commercial and any free options, along with any insights to strengths/weaknesses of each.</p> <p>Thanks in Advance.</p> http://stackoverflow.com/questions/1024810/vehicle-make-model-and-parts-database 1 Vehicle Make/Model and Parts Database Jas Panesar 2009-06-21T21:33:13Z 2009-10-23T20:11:32Z <p>I am looking to see if there is a web based service I can either access programmatically to access teh following information, or a database I could purchase or interface with. </p> <p>I am looking to see if there are databases out there for:</p> <p>1) Vehicle makes and models -- I recall something being out there in the $500/yr range</p> <p>2) Vehicle Part Numbers - A database of car part numbers that is maintained and updated for a yearly subscription.</p> <p>I had read something similar about databases being purchased for other industries on SO.. so I figure this is fair game.</p> <p>Thanks in advance!</p> http://stackoverflow.com/questions/1463944/some-developer-advice/1472169#1472169 1 Answer by Jas Panesar for Some Developer Advice Jas Panesar 2009-09-24T14:42:01Z 2009-09-24T14:42:01Z <p>You can use coldfusion everywhere and as much as you like in PHP. There's enough free engines (Railo, Smith, OpenBlueDragon) that you can load into Tomcat instances, or use something like stax to put a coldfusion app into the cloud. </p> <p>How far you do or don't go is up to you. I find that I write about 1/2 the code in coldfusion that I do in PHP. Maybe it's syntax that I feel less, I don't know. </p> <p>But build your first project, I think the dots to connect will become apparent on their own</p> http://stackoverflow.com/questions/1438787/what-is-the-best-length-of-a-coding-session-before-taking-a-break/1439526#1439526 0 Answer by Jas Panesar for What is the best length of a coding session before taking a break? Jas Panesar 2009-09-17T15:17:57Z 2009-09-17T15:17:57Z <p>2-3 hours, with noise canceling headphones. Check out the little book of flow for more on this and why.</p> http://stackoverflow.com/questions/1436476/internship-in-coldfusion/1439523#1439523 1 Answer by Jas Panesar for Internship in ColdFusion? Jas Panesar 2009-09-17T15:17:15Z 2009-09-17T15:17:15Z <p>Coldfusion experience pays quite well. Most Coldfusion developers are busy and can take on only so much work, there is always extra work in CF for some reason, which is great for new developers. </p> <p>At the end of the day a language is just syntax. Learning to solve real world problems with appropriate architecture, processes, etc., is invaluable that you will take to any lanugage. I would not look at life as only learning or working with one language. </p> <p>Good luck!</p> http://stackoverflow.com/questions/315628/release-notes-what-for/1370487#1370487 0 Answer by Jas Panesar for Release notes, what for? Jas Panesar 2009-09-02T22:30:48Z 2009-09-02T22:30:48Z <p>Release notes are for testers and users to know what's new/changed. Additionally, release notes can be used as supporting documentation when billing a new "version" of a software for client that you are building for them. v1.31 seems a lot easier to relate and drill into. </p> <p>Rather than compile both lists manually, if you can use your release notes to do that for you it's great.</p> http://stackoverflow.com/questions/1326154/using-maven-for-coldfusion-project/1368817#1368817 0 Answer by Jas Panesar for Using Maven for Coldfusion project Jas Panesar 2009-09-02T16:38:15Z 2009-09-02T16:38:15Z <p>Maven looked interesting to me too, but I couldn't find enough resources, and didn't have enough time to figure it out, so I moved onto what seemed to be good as well.</p> <p>I understand you prefer to use Maven, I have come across several articles regarding Ant and Coldfusion, as well as a recent one about Hudson with Coldfusion.</p> <p>Coldfusion also has the cfant (undocumented) tag. You can run ANT scripts right from CF?</p> http://stackoverflow.com/questions/1334875/good-cheap-fast-which-two/1335608#1335608 0 Answer by Jas Panesar for Good / Cheap / Fast: Which two? Jas Panesar 2009-08-26T15:33:44Z 2009-08-26T15:41:35Z <p>Clients want everything, yesterday, for no cost.</p> <p>It's finding a balance in each request that helps determine is this something I fight for (Good and Fast) or save them some money because it's not that important or they might not use it as much as they want (Good and Cheap).</p> <p>The third option, Fast and Cheap, doesn't imply it won't be good to me thought. More like, we are implementing less to meet your budget and timeline and make sure we implement it well.</p> <p>What about when there isn't an option?</p> <p>In trying to pick 2 of Good, Fast or Cheap, I use a simple test:</p> <p><strong>1) How important is it? 2) How complicated is it? 3) How long will it take before you think you can do it faster?</strong></p> <p>Based on these answers, I try to fight for the following:</p> <p><strong>- Is it simple?</strong> Really? Fast and Cheap is probably good enough. Start with the approach of it will be faster and cheaper if we start with something simple and build it out how you need it, if you need it. Otherwise we will do all this work and have to change it anyways, using up that time anyways. This might be agile development in some ways.</p> <p><strong>- Is it complicated?</strong> Really? If it's so critical and necessary, are you sure you aren't over engineering? </p> <p><strong>- Can I deliver immediately in bite sizes?</strong> How is it that they make do now? Wouldn't even a simple solution that does a few core and critical things, make a big difference over how it's being done now? Then, it's likely better to do less, but do it well and cheap. My rule of thumb is to always start with small victories that have a larger impact than their effort and let them snowball and gain momentum into the big system. No one loves getting a system quicker than they wanted. So, you give it to them, a feature or three at a time. Just make sure your testing and signoff process is there.</p> <p>Just some ideas, hope it is some food for thought.</p> http://stackoverflow.com/questions/1312223/do-many-old-coldfusion-performance-admonitions-still-apply-in-cfmx-8/1312992#1312992 2 Answer by Jas Panesar for Do many old ColdFusion Performance admonitions still apply in CFMX 8? Jas Panesar 2009-08-21T16:37:37Z 2009-08-21T16:37:37Z <p>Coldfusion MX 8 is several times faster than MX 7 from all accounts. When it came out, I read many opinions that simply upgrading for the performance boost without changing a line of code was well worth it... It was worth it. With the gains in processing power, memory availability, generally, you can do a lot more with less optimized code. </p> <p>Does this mean we should stop caring and write whatever? No. Chances are where we take the most shortcuts, we'll have to grow the system the most there. </p> <p>Finding that find line between enough engineering and not over-engineering a solution is a fine balance. There's a quote there by Knuth I believe that says <strong>"Premature optimizations is the root of all evil"</strong> </p> <p>For me, I try to base it on:</p> <ul> <li>how much it will be used, </li> <li>how expensive that will be across my expected user base,</li> <li>how critical/central it is to everything, </li> <li>how often I may be coming back to the code to extend it into other areas</li> </ul> <p>The more that these types of ideas lie in the "probably or one way or another I will", I pay more attention to it. If it needs to be readable and a small performance hit results, it's the better way to go for sustainability of the code.</p> <p>Otherwise, I let items fight for my attention while I solve and build things of real(er) value.</p> <p>The single biggest favour we can do ourselves is use a framework with any project, no matter how small and do the small things right from the beginning. </p> <p>That way there is no sense of dread in going back to work on a system that was originally meant to be a temporary hack but never got re-factored.</p> http://stackoverflow.com/questions/1303451/coldfusion-orm-large-tables/1309153#1309153 1 Answer by Jas Panesar for Coldfusion ORM Large Tables Jas Panesar 2009-08-20T22:20:59Z 2009-08-20T22:20:59Z <p>Hi Faisal,</p> <p>There is a good chance Hibernate is doing it's caching thing. A fair comparison in my mind (everyone please feel free to add) is doing an:</p> <p><strong>EntityLoad("entity_name")</strong> is the same as doing a <strong>select * from TABLE</strong></p> <p>So, in this case, what Hibernate might be doing in instantiating the memory, and caching it a certain way, your database server might do this similarly when you sent such a broad SQL instruction.</p> <p>I have been extremely interested in ORM the past few weeks and it looks to be a very rewarding undertaking.</p> <p>For this reason, is there a tiem you would ever load all 500,000 records as a result? I assume not. </p> <p>I have one large logging table that I will be attacking, I am finding that the SQL good stuff must be there. For example, mark the fields that are indexes as such, this will speed it up incredibly when searching. I am sure the ORM can handle this. </p> <p>Beyond this:</p> <ul> <li>Find some excellent Hibernate forums, resources, and tutorials so you can learn Hibernate. This isn't really as much a Coldfusion --> ORM issue as what Hibernate might do on it's own. I have ordered a few Hibernate books that I'm waiting on to see how they are. </li> <li>Likewise there seems to be an incredible amount of Hibernate resources out there where you can bring the Performance enhancement solutions of Hibernate into the Coldfusion sphere. I might be making it too simple, but I see the CF-ORM implementation as a wrapper with some code generation to save us time.</li> <li>Take a look at implementing filters to cut down your data in the EntityLoad() call.</li> <li>As recommended in other threads, turn on sql logging and see what sql is being generated. Chances are it might not be what you need. Check out HQL to see if you can form a better statement.</li> <li>Most importantly, share what you find. I'll volunteer to do the same on this as you've tempted me to go try this out in my spare time a bit sooner than planned.</li> </ul> http://stackoverflow.com/questions/653770/software-developer-vs-programmer-why-the-difference/1284852#1284852 0 Answer by Jas Panesar for Software Developer vs Programmer...Why the difference? Jas Panesar 2009-08-16T17:37:24Z 2009-08-16T17:37:24Z <p>A software developer is familiar with the entire process of software development, not just the programming.</p> <p>A programmer fulfills spec, much like framing a house, it's hammer and nails.</p> <p>Programmers can often build a shed without a blueprint, but rarely a house.</p> <p>Software developers can design a plan, and build it and plan for the lifecycle of the house.</p> http://stackoverflow.com/questions/1214826/coldfusion-8-connect-to-remote-access-mdb/1215723#1215723 0 Answer by Jas Panesar for ColdFusion 8 connect to remote access MDB Jas Panesar 2009-08-01T02:59:01Z 2009-08-01T02:59:01Z <p>In addition to the above idea, you could create a secured VPN connection to the server via a firewall or using microsoft's vpn. Then map a drive letter and use it like normal.</p> <p>Other .NET trickery that would do the trick but I think one of the two ideas would be easiest..</p> <p>Do you have to run off a live copy of the database? </p> http://stackoverflow.com/questions/444066/ppm-project-portfolio-management/1154579#1154579 0 Answer by Jas Panesar for PPM - Project Portfolio Management Jas Panesar 2009-07-20T16:33:03Z 2009-07-20T16:33:03Z <p>I use Fogbugz for the development and tracking, and xWiki with embedded Balsamiq Mockups to manage all of the documents.</p> http://stackoverflow.com/questions/655845/internationalization-for-flash-applications/1154575#1154575 0 Answer by Jas Panesar for Internationalization for flash applications Jas Panesar 2009-07-20T16:31:28Z 2009-07-20T16:31:28Z <p>As a side note to the suggested packages above, you may want to create and store all of your language content in database and then generate the resource bundle files. This way you can have a central interface to manage it all but still enjoy the performance of resource bundles..</p> <p>good luck!</p> http://stackoverflow.com/questions/1126919/how-can-i-speed-up-batch-processing-job-in-coldfusion/1126960#1126960 4 Answer by Jas Panesar for How can I speed up batch processing job in Coldfusion? Jas Panesar 2009-07-14T17:52:08Z 2009-07-14T18:01:51Z <p>I just did a similar thing and use CF often for data parsing.</p> <p>1) <strong>Maintain a file upload table (Parent table).</strong> For every file you upload you should be able to keep a list of each file and what status it is in (uploaded, processed, unprocessed)</p> <p>2) <strong>Temp table to store all the rows of the data file. (child table)</strong> Import the entire data file into a temporary table. Attempting to do it all in memory will inevitably lead to some errors. Each row in this table will link to a file upload table entry above. </p> <p>3) <strong>Maintain a processing status</strong> - For each row of the datafile you bring in, set a "process/unprocessed" tag. This way if it breaks, you can start from where you left off. As you run through each line, set it to be "processed".</p> <p>4) <strong>Transaction</strong> - use cftransaction if possible to commit all of it at once, or at least one line at a time (with your 5 queries). That way if something goes boom, you don't have one row of data that is half computed/processed/updated/tested.</p> <p>5) Once you're done processing, set the file name entry in the table in step 1 to be "processed"</p> <p>By using the approach above, if something fails, you can set it to start where it left off, or at least have a clearer path of where to start investigating, or worst case clean up in your data. You will have a clear way of displaying to the user the status of the current upload processing, where it's at, and where it left off if there was an error. </p> <p>If you have any questions, let me know.</p> <p><strong>Other thoughts:</strong></p> <ol> <li><p>You can increase timeouts, give the VM more memory, put it in 64 bit but all of those will only increase the capacity of your system so much. It's a good idea to do these per call and do it in conjunction with the above.</p></li> <li><p>Java has some neat file processing libraries that are available as CFCS. if you run into a lot of issues with speed, you can use one of those to read it into a variable and then into the database</p></li> <li><p>If you are playing with XML, do not use coldfusion's xml parsing. It works well for smaller files and has fits when things get bigger. There are several cfc's written out there (check riaforge, etc) that wrap some excellent java libraries for parsing xml data. You can then create a cfquery manually if need be with this data.</p></li> </ol> http://stackoverflow.com/questions/1111225/does-offering-financial-bonuses-help-or-hurt-morale/1112599#1112599 1 Answer by Jas Panesar for Does offering financial bonuses help or hurt morale? Jas Panesar 2009-07-11T00:45:12Z 2009-07-11T00:51:20Z <p>The key thought is to not pay people extra to do their job well. </p> <p>If they're not motivated to do a good job without you needing to entice them, they're not right for your organization. You can't buy professionalism.</p> <p>It's been my experience that doing a group event is much better than individual cash bonuses. (lunch out to celebrate, a movie, golfing, arcade afternoon.. or a office event does more to raise morale and bring everyone together -- you have a laugh, relax and things are good.)</p> <p>Folks just want to be appreciated, in thought, action, and not just by throwing money at them (it is a nice gesture too though)..</p> <p>Bonuses are fraught with pros and cons</p> <p>Pros:</p> <p>(+) People who do more should get to share in their hard work. Question is, how do you fairly measure and assess it across the board for tangibles and intangibles?</p> <p>Cons:</p> <p>(-) People who don't pull their weight might qualify for a bonus</p> <p>(-) People might consider they are doing you a favor and expect even more bonuses for other things</p> <p>(-) productive contributors will feel upset their contribution was hurt or went to others that didn't pull their weight</p> <p>(-) people may wonder if someone got more or less of a bonus, or if someone got it at all</p> http://stackoverflow.com/questions/1105402/installing-linux-under-windows-open-source-freeware-vm/1105538#1105538 1 Answer by Jas Panesar for Installing Linux under Windows (open-source/freeware VM) Jas Panesar 2009-07-09T17:59:15Z 2009-07-09T17:59:15Z <p>using vmware player with a virtual machine is free and likely as stable as you're going to get.</p> <p>virtualbox/xen are very good but at times in a different place when it come to running windows in a vm.. they are excellent from what i hear in running linux vm's though..</p> http://stackoverflow.com/questions/1099268/with-cloud-computing-increasingly-getting-popular-will-relational-dbs-suffer-dea/1099318#1099318 0 Answer by Jas Panesar for With Cloud Computing increasingly getting popular, will Relational DBs suffer death? Jas Panesar 2009-07-08T16:57:50Z 2009-07-08T16:57:50Z <p>Clouds go poof still these days, so I don't think so anytime soon.</p> http://stackoverflow.com/questions/1092959/recommended-books-about-the-software-business/1093340#1093340 0 Answer by Jas Panesar for Recommended books about the software business? Jas Panesar 2009-07-07T16:21:48Z 2009-07-07T16:21:48Z <ul> <li><p>Eric Sink - Business of Software</p></li> <li><p>www.softwarebyrob.com (and his academy at www.sixfiguresoftware.com)</p></li> </ul> http://stackoverflow.com/questions/1066626/how-to-keep-copies-of-ordered-items-in-a-web-shop/1066664#1066664 2 Answer by Jas Panesar for How to keep copies of ordered items in a web shop? Jas Panesar 2009-06-30T23:47:01Z 2009-06-30T23:47:01Z <p>It is a good idea when storing the "at the time of purchase info" to only link to a sku --- but actually copy in all the information of the product table (including pricing, description, sku, etc). In case in the future those product description and pricing changes, the orders you have won't break. </p> <p>I normally link the product in by product ID and then also copy in all the product data into the order detail.</p> <p>Likewise, you will want to do the same between Accounts &lt;--> Orders. Link an order to account ID, but store all of the actual customer information (name, address, etc) so it can't be disputed later if it was changed, etc. </p> <p>You won't have to worry about which version of this sku it was setup as -- whatever it was at the time, it was, and that's what was billed. That way all of a client's past history stays in effect.</p> <p>If you want another layer you might want to implement tracking changes to the account and product tables so you know what was changed when. </p> <p>The above is what i have seen in systems like SAP B1 and the design pattern makes sense.. For storing some extra information you get rid of the complexity elsewhere.</p> http://stackoverflow.com/questions/1061569/scheduling-a-task-in-railo 1 Scheduling a Task in Railo Jas Panesar 2009-06-30T03:23:59Z 2009-06-30T14:17:23Z <p>I recently decided to move one of my simpler apps over to Railo. So far so good.</p> <p>One Problem, it's a scheduled task. How/where does one set them up? Under Railo Express I clicked in Tasks under both administrator and web admin sites, and no dice.. It only seems to show tasks which did not exceed ala an exception list. I just want something to run once a week.</p> <p>Having aptly moulded a <a href="http://www.google.com/search?hl=en&amp;client=safari&amp;rls=en&amp;q=scheduled+tasks+in+%2Brailo" rel="nofollow">Google Query</a>, I didn't have much luck so I figure others may come across this too.</p> <p>Hoping for an embarrassingly quick reply, thanks!</p> <p><strong>Update 1:</strong> <a href="http://wiki.getrailo.org/wiki/3-1-Tags:CFSchedule" rel="nofollow">Cfschedule</a> exists, I'd like the web frontend if possible.</p> http://stackoverflow.com/questions/1056123/why-does-urlencodedformat-in-cfml-encodes-valid-url-characters/1059516#1059516 1 Answer by Jas Panesar for Why does URLEncodedFormat() in CFML encodes valid URL characters? Jas Panesar 2009-06-29T17:35:56Z 2009-06-29T17:35:56Z <p>Is the encoding of valid url characters causing an error or a problem?</p> <p>One issue might be that by not doing so, if you embed a link with non-encoded characters in an email, the email software may decide to break the link into two lines. </p> <p>If you use a fully encoded url though, the chances of this are greatly reduced. Just one way of seeing it though.</p> http://stackoverflow.com/questions/1049973/tool-or-method-to-parse-an-incoming-e-mail-strip-the-data-and-push-into-a-databa/1050202#1050202 1 Answer by Jas Panesar for Tool or method to parse an incoming e mail, strip the data and push into a database Jas Panesar 2009-06-26T17:13:55Z 2009-06-26T17:13:55Z <p>Yes I have. What are you trying to accomplish with this? </p> <p>If you want to know how to parse it, the easiest way I have found so far is to build a simple scraper/pattern matcher for your fixed format that doesn't change. </p> <p>I generally have iterated though each line of the email looking for a specific element/identifier, after which i read so many characters to a variable for the row to be committed to the database.</p> <p>SO:</p> <ol> <li><p>Download all emails </p> <ol> <li>loop through each email </li> <li>loop through each line in each email</li> <li>find each element, one at a time, in incremental order</li> </ol></li> <li><p>Delete emails from server..</p></li> </ol> http://stackoverflow.com/questions/996683/how-can-i-build-a-tutorial-for-my-web-site-that-is-as-good-as-a-video-games-tutor/1045171#1045171 3 Answer by Jas Panesar for How can I build a tutorial for my web site that is as good as a video games tutorial? Jas Panesar 2009-06-25T17:22:48Z 2009-06-25T17:32:48Z <blockquote> <p>"I've made a lot of tutorial videos which are a good start, but the problem with a tutorial video is that the video doesn't keep track of the user as he follows along with the video to check if the user is clicking on the right buttons."</p> </blockquote> <p><strong>Adobe Captivate does exactly what you are looking for.</strong></p> <p>It creates flash based video walk throughs, but with a great twist. Demonstration mode. </p> <p><img src="http://img142.imageshack.us/img142/7595/captivate4screen1.png" alt="alt text" /></p> <p>What it does, is let you record a demo with your voice. Every time you click, it records a "stopping point".</p> <p>This creates a custom software simulation video of your program!!</p> <p>When you play back the demonstration, it automatically breaks your spoken sentences in between each other clicks, and stops between each other click.</p> <p>Then, it makes the user click on the demo... to learn the system. I have used this for years and it is a dragon slayer for repetitive questions, and allow slower users to train in their off time or refresh as needed. Yes, it does cost money, but it will make you back many times it's price in saved time, happier customers, and additional "can you make this into training material" work as well.</p> <p>Check out the demo.. notice the pop ups on the custom app, they will do the same on yours.. automatically.</p> <p><a href="http://www.adobe.com/products/captivate/productinfo/product-demos/simulation-software/" rel="nofollow">http://www.adobe.com/products/captivate/productinfo/product-demos/simulation-software/</a></p> http://stackoverflow.com/questions/1043385/how-should-i-convert-legacy-coldfusion-code-to-a-framework/1044484#1044484 1 Answer by Jas Panesar for How should I convert legacy ColdFusion code to a framework? Jas Panesar 2009-06-25T15:08:32Z 2009-06-25T15:08:32Z <p>Frameworks have a short term cost and a long term gain.</p> <p>When we start out without one we usually start building one over time indirectly to increase re-use of code, and make things more structured.. </p> <p>I have been a big fan of Fusebox, probably because I've just used it for so long. </p> <p>What I have done in the past is, if I know the site will never be updated in into any real website functions, I just roll my own cfswitch to navigate between actions. each action I simply break down into the dsp act qry type files fusebox likes. </p> <p>If ever I need to put it into fusebox, most of my circuits and actions are already done. The path forward is a bit easier.</p> <p>On the other hand, if I know the client may want more in the future, I will just put it in a framework and leave it at that.</p> <p>On a sidenote, I have also been checking out the very impressive <a href="http://www.coldboxframework.com/" rel="nofollow">ColdBox</a> -- which seems to have some fantastic support, scalability and very well documented is cfc intensive... check them out too..</p> http://stackoverflow.com/questions/1039741/svn-website-development-and-deployment-solution/1039760#1039760 0 Answer by Jas Panesar for SVN Website Development and Deployment Solution Jas Panesar 2009-06-24T17:25:07Z 2009-06-24T17:25:07Z <p>One of the things you may run into is backwards and forwards through your different database structures at different versions. Moreso if you have initialization data that is required in it. I recall there being some similar questions here if you search but not quite like this..</p> http://stackoverflow.com/questions/1039566/iphone-development-start-up/1039705#1039705 5 Answer by Jas Panesar for Iphone development start-up. Jas Panesar 2009-06-24T17:10:47Z 2009-06-24T17:10:47Z <p><strong>Ideas are a dime a dozen. Building them is what actually creates success.</strong></p> <p>In real partnerships, if one of the partners is working as an employee, his time gets paid for at a fair wage. This is because the other partners are earning money elsewhere in that time that you would be earning nothing. <strong>Is months of your time is equal to a 1800 investment?</strong></p> <p>Success doesn't come without hard work and if someone isn't contributing equally in their own way as much as you are, an imbalance will always happen. You don't get something for nothing and there is no get quick rich scheme. Partnerships are about adding value and leverage ultimately. Also, most friendships aren't setup for business, much like you couldn't be roommates with just anyone. Partnerships can be harder than marriage or any relationship.</p> <p>Marketing, Copy writing, building buzz about your app on blogs, and learning how the app store world works to get and stay noticed is something these guys should be experts in.. as much as you are in coding. </p> <p>I would be weary of such an arrangement based on what you've shared so far. You may end up feeling worn out and put in way more than them. $1500 isn't much for a computer and you could probably make do with a used mac mini and build it yourself.. If vegas took bets, I would place a sizeable wager on this.</p> <p>Check out the forums of Business of Software..</p> <p><a href="http://discuss.joelonsoftware.com/?biz" rel="nofollow">http://discuss.joelonsoftware.com/?biz</a></p> <p>Other great startup sites are (not limited to)</p> <p>www.onstartups.com www.softwarebyrob.com</p> http://stackoverflow.com/questions/1037057/how-to-automatically-generate-a-sports-league-schedule/1039500#1039500 0 Answer by Jas Panesar for How to automatically generate a sports league schedule Jas Panesar 2009-06-24T16:37:29Z 2009-06-24T16:51:52Z <p>There are two algorithms, one for odd teams, one for even teams to make sure the round robin happens.</p> <p>I am going to generate you a graphic if i can.</p> <p><strong>ODD # of teams</strong></p> <p>The algorithm is to rotate all the teams clockwise. If we had 5 teams:</p> <pre><code>1 2 --&gt; 3 1 --&gt; 5 3 --&gt; 4 5 --&gt; 2 4 3 4 5 2 4 1 2 3 1 5 5 4 2 1 3 </code></pre> <p>At this point we have completed one round robin where everyone plays each other once... the next round would again be..</p> <pre><code>1 2 3 4 5 </code></pre> <p><strong>EVEN # of teams</strong></p> <p>When we have an even number of teams, you do the same rotation, except you hold team #1 in fixed position and rotate all the other teams around #1 in a clockwise fashion. So, if we had 4 teams..</p> <pre><code>1 2 --&gt; 1 3 --&gt; 1 4 3 4 4 2 2 3 </code></pre> <p>This would be one complete round robin... the next match up would be..</p> <pre><code>1 2 3 4 </code></pre> <p>Programmatically, There's a few ways you could approach this. Maybe the code posted above does the same thing lol..</p> http://stackoverflow.com/questions/1033099/job-queue-optimization-algorithms/1033290#1033290 0 Answer by Jas Panesar for Job queue optimization algorithms Jas Panesar 2009-06-23T15:25:16Z 2009-06-23T15:25:16Z <p>I would look at it this way... not sure if it covers everything.</p> <p><strong>1) A "resource" could actually be seen as a "workcenter".</strong> How many workcenters you have open to work on "jobs" is relative to who is signed into the system.</p> <p><strong>2) Assign resources by waiting time</strong> - the longer they have been waiting for a job, the higher they should be on the list for the next request. That way no one gets cold or slows down. You will have to find and set a threshold by which (relative to resources and jobs). You can decide if you want them to click to pick up their next job, or for the system to automatically get one in between jobs</p> <p><strong>3) Setup a Job Schedule queue -</strong> I don't know if it's relevant, but there might be high/low priority jobs, etc. You need a Pool of jobs, listed "by attack order." Each job on the job schedule can go through the different stages so you know where everything is at and know when you're done to move onto the next one. The Job scheduler will look for available resources and assign them to jobs on the schedule. This will likely be most of the brains of your scheduling system.</p> <p>I just hope you're not building an outbound call center :P</p> http://stackoverflow.com/questions/1836267/cfmail-smtp-connection-limit/1836394#1836394 Comment by Jas Panesar on CFMail SMTP connection limit Jas Panesar 2009-12-12T21:47:15Z 2009-12-12T21:47:15Z Great Tip! I'll try this out the next time I'm working with Cfmail http://stackoverflow.com/questions/1871249/resolving-variables-inside-a-coldfusion-string Comment by Jas Panesar on Resolving variables inside a Coldfusion string Jas Panesar 2009-12-12T21:45:19Z 2009-12-12T21:45:19Z Agreed with Ben. Evaluate works fine, until you are getting so many per second requests that CF gives errors. Replace is the best way to go so far that I've found. http://stackoverflow.com/questions/1871249/resolving-variables-inside-a-coldfusion-string/1871633#1871633 Comment by Jas Panesar on Resolving variables inside a Coldfusion string Jas Panesar 2009-12-12T21:44:31Z 2009-12-12T21:44:31Z I use replace extensively to send out emails where the template is stored in the email with dynamic content in them. Works great. Use a different character than # and you're laughing. http://stackoverflow.com/questions/930562/why-do-programmers-have-to-learn-for-their-whole-lives-and-arent-you-afraid-of-t/954240#954240 Comment by Jas Panesar on Why do programmers have to learn for their whole lives and aren't you afraid of that? Jas Panesar 2009-10-16T19:16:11Z 2009-10-16T19:16:11Z So, they learn how to better apply what they know? If I work in webapps only, and in only a few languages, but I get better at it each year, resulting in better returns, would that fit both of our statements? http://stackoverflow.com/questions/406760/whats-your-most-controversial-programming-opinion/410385#410385 Comment by Jas Panesar on What's your most controversial programming opinion? Jas Panesar 2009-10-16T19:15:10Z 2009-10-16T19:15:10Z @Ollie, little is more satisfying than getting the same amount done with less code. I find sometimes I'll write a bit extra while figuring out how to best do it and then get rid of some code. Our design meetings often are about finding the shortest and best path. Complexity increases the headaches with scaling and extensibility in the future. When we have a system we no longer want to work on as much... it's trouble. http://stackoverflow.com/questions/859095/what-is-the-reason-for-the-rise-of-programmers-using-apple-machines/859123#859123 Comment by Jas Panesar on What is the reason for the rise of programmers using Apple machines? Jas Panesar 2009-10-16T19:13:19Z 2009-10-16T19:13:19Z @R. Bemrose - I use OSx to run non-mac VM's. You can run Mac VM's on Macs, just not any other platform. Annoying for some, but you can get around it like anything if you really need to. I'm happy with what I have. http://stackoverflow.com/questions/1460996/java-or-coldfusion Comment by Jas Panesar on Java or Coldfusion? Jas Panesar 2009-09-24T14:39:34Z 2009-09-24T14:39:34Z Coldfusion is probably the easiest web programming language to learn. Coldfusion is also Java already, so you get access to the entire java world via CF if you need. If you don't need to host you can run the CF Developers edition locally for free. Check into Railo and OpenBlueDragon which are free CF engines. Check out www.stax.net which hosts CF apps in a cloud (for free) so far. All you do is download their cf template and start building. Good luck! http://stackoverflow.com/questions/859095/what-is-the-reason-for-the-rise-of-programmers-using-apple-machines/859123#859123 Comment by Jas Panesar on What is the reason for the rise of programmers using Apple machines? Jas Panesar 2009-09-14T18:54:40Z 2009-09-14T18:54:40Z Programming for 10+ years. Eclipse works great anywhere. I run my webservers in VM's as well. Hope that helps. http://stackoverflow.com/questions/768664/recommendations-for-handwriting-recognition-libraries-packages-in-java/1210688#1210688 Comment by Jas Panesar on Recommendations for Handwriting Recognition Libraries/Packages in Java Jas Panesar 2009-08-26T15:49:34Z 2009-08-26T15:49:34Z Very cool, thanks for sharing http://stackoverflow.com/questions/1126919/how-can-i-speed-up-batch-processing-job-in-coldfusion/1126960#1126960 Comment by Jas Panesar on How can I speed up batch processing job in Coldfusion? Jas Panesar 2009-08-26T15:43:38Z 2009-08-26T15:43:38Z Glad it was of use. I am sure it's not complete and at the least a list formed from learning what not to do and arriving at these. Good luck :) http://stackoverflow.com/questions/1303451/coldfusion-orm-large-tables/1309022#1309022 Comment by Jas Panesar on Coldfusion ORM Large Tables Jas Panesar 2009-08-21T16:40:44Z 2009-08-21T16:40:44Z Great tip, thanks Ray http://stackoverflow.com/questions/1303451/coldfusion-orm-large-tables/1309396#1309396 Comment by Jas Panesar on Coldfusion ORM Large Tables Jas Panesar 2009-08-20T23:37:51Z 2009-08-20T23:37:51Z Thanks for sharing John, that sounds very helpful. http://stackoverflow.com/questions/471544/worse-is-better-is-there-an-example/471861#471861 Comment by Jas Panesar on Worse is better. Is there an example? Jas Panesar 2009-08-20T22:22:01Z 2009-08-20T22:22:01Z Haha! So many -1's?? Negativity will never bury the truth! http://stackoverflow.com/questions/1290425/career-advancement-versus-company-loyalty Comment by Jas Panesar on Career Advancement versus Company Loyalty Jas Panesar 2009-08-17T22:08:49Z 2009-08-17T22:08:49Z The only question you have to ask yourself is: Would they lay you off during tough times or dig deep to keep you around because they valued their contribution. Business is business. http://stackoverflow.com/questions/1191639/what-is-the-status-of-coldfusion-today Comment by Jas Panesar on What is the status of ColdFusion today? Jas Panesar 2009-08-01T02:51:58Z 2009-08-01T02:51:58Z I think this question has been answered many, many times on SO. A quick search will show you lots of facts, opinions, and preferences. Don't let mass assumptions fool you, other wise we'd all believe CNN!