development-environment

How new of a Mac do I need for iPhone / iPad dev?

So apparently if I want to try my hand at iPhone/iPad dev I need a mac computer. But I'm cheap, and don't think dropping $1000 on an MacBook just to try iPhone development. SO I'm fishing through Craigslist and eBay and pawn shops looking for second-hand-ers, all the while wondering, how old is too old for iPhone dev? In particular, I'...

From PHP (LAMP) to Classic ASP, how to setup a dev environment

I'm jumping into updating a Classic ASP web app coming from a PHP background and am trying to get my bearings. I'm used to just installing something like MAMP, messing the httpd.conf a bit and getting on my way. Ideally, I would like to be able to edit this app completely locally on my Macbook Pro running OS X Leopard so that I'm not me...

web application root operator and script tags

Is there any way to use ASP.NET's 'web application root' operator ~ in a script tag? If not, is there any way to mimic such behavior? My application uses nested master pages for different sub directories; A content page uses its directory-specific master page, which uses the root master page. I'd like to be able to include my <script> t...

How to open/maximize a function or class in Visual Studio using keyboard

We generally minimize or shrink a function or class by clicking - symbol on left corner of every function in Visual Studio. I want do with keyboard instead of mouse. How can that be done. ...

Learning C++, questions about environment

I am asking this here because I think my last question was more than one question so creating another question seemed appropriate. However, you can close it if it does not adhere to the SO policies. In this comment on my last question , I was given a nice advice by Michael Aaron Safyan (at least I liked it): Once you feel somewhat ...

Using Embarcadero Borland

As I'm more and more dissapointed with VS 2010 I'm trying to find some alternative and I was looking at Embarcadero's new edition of C++ env. Is there any point of learning new (not popular I think) product when VS practically dominates market? Thanks. ...

Practical Java - Development Environments

I've had several classes - university level - on Java. However, what these classes lack is some practical approach to Java - or, to programming as a whole. Things you can only learn in a business. However, since I am not allowed to use Java on the workfloor, I don't get to learn this now - even though I would like to. So I guess what I...

why might rails-2.3.5 not reload some files under app in development mode?

Hi, I've added a subdirectory app/renderers after Railscast #101. The classes in that directory are not getting reloaded by my development server. It's driving me a little bonkers. I've read everything I could find on forcing it to reload lib and/or plugins but this seems to be a different case since "everything under app should be rel...

Setting up a dev environment for a new PHP programmer on a Linux Virtual machine.

How can I set a development environment for PHP on my Ubuntu (latest version) Virtual Machine? I'm going to install XAMPP (MySQL, PHP, Apache) and use that as a starting point. My intention is to eventually use a PHP framework like Kohana once I finish learning the basics. Can these XAMPP and Kohana be installed side by side? I'm used...

Advantages of an IDE?

Possible Duplicate: Why should I use an IDE? I'm not too sure if this question is really on topic, but it seems to be... At first I thought I was missing something or maybe haven't done enough GUI-based programming - I'm a student just starting my programming/software engineering education - but then I thought about the web d...

auto setup/deploy development environment

I want to make a script of sorts such that I can automate the mundane tasks that I do to setup my linux box after a clean install. These steps are namely: Install perforce(as I work with perforce), or git and checkout code - This requires the user to enter a user/password Install software such as sun-jdk, maven, mysql, tomcat, etc Inst...

Is There Any Place You Can Rent Access to an Environment with Tools Like Visual Studio, Matlab, etc

Hello. Is anyone aware of any companies that rent access to computers that contain expensive software like Visual Studio Ultimate, Matlab, Mathematica, etc? What I mean is that you could pay for remote desktop, citrix, or whatever into the machine so you would have access to these expensive tools? If not then this is a business idea. ...

smtplib.sendmail not working with smtp4dev

I am running Python 2.5 on Windows 7 x64 with smtp4dev running in the background. When I run the following script: import smtplib s=smtplib.SMTP('localhost',25) tolist=['[email protected]'] msg=''' From: [email protected] Subject: testin'... This is a test ''' s.sendmail("[email protected]",tolist,msg) s.quit() After a 30-second timeout, I receive this e...

Ubuntu 10.04 Develeopment Tools

I needed to install Ubuntu Lucid 10.04 for my dev work. I found that it does not install most of the dev tools/packages by default. What are the essential dev tools one needs? I don't mind installing them all for the sake of not wanting to have build failure later on for some third part package. Also any documentation where I can get ...

devel WAMP stack with mail server and open SSL

I'm developing an application that requires testing email. I'm currently using wampserver, but it doesn't come with a mail server and setting one up has been a pain. Also if I use an external mail server like yahoo, I run into issues because wamp doesn't come with SSL which yahoo's mail server requires. So I'm trying to save myself...

PHP developing suite?

I use Visual Studio to develop C#, C++ for about 10 years. Is there a free or inexpensive development platform similar to Visual Studio Express (maybe even a plugin for Visual Studio!) that would allow me to develop and test my code? I've got a number of PHP books, but I'd like to test the things I've learned before tossing them out on...

java/javac variation in PATH setting?

Hi, In my windows machine , i can execute "java" without having PATH variable pointing to JDKs java.exe.But i am not able to run "javac" in the same way.Please tell me ,what could be the reason. C:\Documents and Settings\USR1>java -version java version "1.6.0_21" Java(TM) SE Runtime Environment (build 1.6.0_21-b07) Java HotSpot(TM) Cli...

Using htaccess to track visitors?

I have a demo server where I put samples of my apps, I send potential customers links to those apps. Is it possible to use htaccess to track visitors, without adding tracking capability to the apps themselves? The data I'm interested in are: date and time of page visit ip of visitor url of the page visited referrer post and get (query ...

[textmate] Anyway to keep/stick a "file tab" at the front

I have a few files that i am working on in any given moment that i would love to have at the front of my tabs at any given moment. How can I do so? ...

What Free Open Source IDEs do you use?

I'm Looking for a new IDE to develop on, instead of Eclipse any suggestions? And if you wonder why i wasn't pleased with eclipse it's because the debugger is horrible... ...