The Entrepreneur Forum | Financial Freedom | Starting a Business | Motivation | Money | Success

Welcome to the only entrepreneur forum dedicated to building life-changing wealth.

Build a Fastlane business. Earn real financial freedom. Join free.

Join over 90,000 entrepreneurs who have rejected the paradigm of mediocrity and said "NO!" to underpaid jobs, ascetic frugality, and suffocating savings rituals— learn how to build a Fastlane business that pays both freedom and lifestyle affluence.

Free registration at the forum removes this block.

Lol if your a programmer come take a look at this:

dknise

Gold Contributor
Read Fastlane!
Read Unscripted!
Speedway Pass
User Power
Value/Post Ratio
133%
Aug 29, 2012
1,087
1,450
North Bend, WA
I kid you not... I just spent an hour trying to figure out why my ajax calls weren't returning into a div's content. Can you spot what's wrong with the following function?

function changeAppForm() {
var url = getFormURL(document.getElementById("platform").value);
var ajaxRequest = new AJAXRequest();
ajaxRequest.SendRequest(url, function (response) {
document.getElementById("addContentForm").innerHtml = response;
});


So right now, I'm using NetBeans as my IDE because of how easy the project structure management is with Java and PHP. It's seriously freaking fantastic. The only problem though... is it's intellisense or whatever the non-ms version is called is terrible.

I've been trying to learn DreamWeaver, but the fact that they snugged it to a one window environment kills the deal for me. Anyone have any suggestions for a PHP/HTML/JavaScript IDE?

ps there's not a space in the innerHtml, that's just how it's displaying.
 
Dislike ads? Remove them and support the forum: Subscribe to Fastlane Insiders.

FastNAwesome

Gold Contributor
Read Fastlane!
Read Unscripted!
Speedway Pass
User Power
Value/Post Ratio
117%
May 23, 2011
1,119
1,310
You'll have a way better chance for programming question answered in a specialized site,
particularly on Stack Overflow the replies might even come within minutes.
 

dknise

Gold Contributor
Read Fastlane!
Read Unscripted!
Speedway Pass
User Power
Value/Post Ratio
133%
Aug 29, 2012
1,087
1,450
North Bend, WA
You'll have a way better chance for programming question answered in a specialized site,
particularly on Stack Overflow the replies might even come within minutes.

nah I got it when I transferred it into DreamWeaver, it was just a huge facepalm moment.

ps stack's for script kiddies!

Mike39 said:
The space in between val and ue?
Haha nope, I dunno why it's displaying like that.


It's that the .innerHtml is supposed to be .innerHTML. Working without some sort of intellisense is like writing code on a whiteboard!
 

Felix II

Contributor
User Power
Value/Post Ratio
68%
Jul 6, 2010
114
77
40
I haven't used Netbeans in 6 or 7 years so I don't know if it is better now?

For PHP I like Eclipse with PDT. Its nice because you can also debug. The intellisense is great but the IDE lacks features I normally like.
I haven't used Eclipse with Java in the last 5 years, but back when I did I liked it.

It also parses HTML and javascript nicely.

I've tried PHPStorm but got frustrated configuring the IDE. It look nice but it is slow (slower the Eclipse even).

If I decide I want to continue learning web dev, I'm going to pick up Zend Studios. I hear it is a great IDE for PHP.
 

dknise

Gold Contributor
Read Fastlane!
Read Unscripted!
Speedway Pass
User Power
Value/Post Ratio
133%
Aug 29, 2012
1,087
1,450
North Bend, WA

Post New Topic

Please SEARCH before posting.
Please select the BEST category.

Post new topic

Guest post submissions offered HERE.

Latest Posts

New Topics

Fastlane Insiders

View the forum AD FREE.
Private, unindexed content
Detailed process/execution threads
Ideas needing execution, more!

Join Fastlane Insiders.

Top