• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 04:38
CET 10:38
KST 18:38
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
RSL Season 3 - Playoffs Preview0RSL Season 3 - RO16 Groups C & D Preview0RSL Season 3 - RO16 Groups A & B Preview2TL.net Map Contest #21: Winners12Intel X Team Liquid Seoul event: Showmatches and Meet the Pros10
Community News
Weekly Cups (Nov 24-30): MaxPax, Clem, herO win2BGE Stara Zagora 2026 announced15[BSL21] Ro.16 Group Stage (C->B->A->D)4Weekly Cups (Nov 17-23): Solar, MaxPax, Clem win3RSL Season 3: RO16 results & RO8 bracket13
StarCraft 2
General
Maestros of the Game: Live Finals Preview (RO4) BGE Stara Zagora 2026 announced Weekly Cups (Nov 24-30): MaxPax, Clem, herO win SC2 Proleague Discontinued; SKT, KT, SGK, CJ disband Information Request Regarding Chinese Ladder
Tourneys
$5,000+ WardiTV 2025 Championship Constellation Cup - Main Event - Stellar Fest RSL Revival: Season 3 Tenacious Turtle Tussle [Alpha Pro Series] Nice vs Cure
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 502 Negative Reinforcement Mutation # 501 Price of Progress Mutation # 500 Fright night Mutation # 499 Chilling Adaptation
Brood War
General
Which season is the best in ASL? [ASL20] Ask the mapmakers — Drop your questions BW General Discussion FlaSh's Valkyrie Copium BGH Auto Balance -> http://bghmmr.eu/
Tourneys
[Megathread] Daily Proleagues [BSL21] RO16 Group B - Sunday 21:00 CET [BSL21] RO16 Group C - Saturday 21:00 CET Small VOD Thread 2.0
Strategy
Game Theory for Starcraft How to stay on top of macro? Current Meta PvZ map balance
Other Games
General Games
Stormgate/Frost Giant Megathread The Perfect Game Path of Exile Nintendo Switch Thread Should offensive tower rushing be viable in RTS games?
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
Mafia Game Mode Feedback/Ideas TL Mafia Community Thread
Community
General
Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine US Politics Mega-thread The Big Programming Thread Artificial Intelligence Thread
Fan Clubs
White-Ra Fan Club
Media & Entertainment
[Manga] One Piece Movie Discussion! Anime Discussion Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion NBA General Discussion
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
Where to ask questions and add stream? The Automated Ban List
Blogs
James Bond movies ranking - pa…
Topin
Esports Earnings: Bigger Pri…
TrAiDoS
Thanks for the RSL
Hildegard
Saturation point
Uldridge
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1021 users

The Big Programming Thread - Page 421

Forum Index > General Forum
Post a Reply
Prev 1 419 420 421 422 423 1032 Next
Thread Rules
1. This is not a "do my homework for me" thread. If you have specific questions, ask, but don't post an assignment or homework problem and expect an exact solution.
2. No recruiting for your cockamamie projects (you won't replace facebook with 3 dudes you found on the internet and $20)
3. If you can't articulate why a language is bad, don't start slinging shit about it. Just remember that nothing is worse than making CSS IE6 compatible.
4. Use [code] tags to format code blocks.
icystorage
Profile Blog Joined November 2008
Jollibee19350 Posts
Last Edited: 2014-01-06 08:33:14
January 06 2014 08:31 GMT
#8401
im currently studying for a certification exam thru http://www.microsoftvirtualacademy.com/. i think its free. they have courses that integrates html5,css3 and javascript.

specifically this http://www.microsoftvirtualacademy.com/training-courses/learn-html5-with-javascript-css3-jumpstart-training
LiquidDota StaffAre you ready for a Miracle-? We are! The International 2017 Champions!
fezvez
Profile Blog Joined January 2011
France3021 Posts
January 06 2014 09:06 GMT
#8402
On January 04 2014 20:36 klo8 wrote:
Show nested quote +
On January 04 2014 08:28 Zocat wrote:
You were free to use the Express versions of Visual Studio. If you require one of the features which isnt available in the Express version it's highly likely that you dont write small projects. So you probably can afford it (or your employer can afford it, a reason why Microsoft gives VS away for free to a lot of students (Dreamspark)).

Also keep in mind that having the whole .NET framework at your disposal for free is quite an advantage.
People here mentioned C++ with Qt. Yeah, either buy a commercial license for Qt or get GPLed. You are not forced into any license when using the many options C# offers (Window Forms, WPF, ...).


On the topic of Visual Studio: Has anyone here have experience with ReSharper? A friend of mine used it at work and he said it was quite decent (though he wouldnt want to to pay for it himself).
Since my favourite Java IDE is IntelliJ, I honestly consider ReSharper for VS, but I'm not really sure about it.

Absolutely right. To expand on "getting GPLd", it means that Qt uses the GPL for their open source version. The GPL is a copyleft license, which means that you're only allowed to use the library in your software if you're going to open source it. BSD-style licenses don't have that restriction, they allow you to put open source libraries in your closed source software.


Errr, since Qt 4.5 (a while ago), Qt is available under license LGPL 2.1, which is quite a big deal for companies. Basically, you don't have the GPL plague that follows you (exact words by my boss in a previous company)
Abductedonut
Profile Blog Joined December 2010
United States324 Posts
January 06 2014 09:28 GMT
#8403
On January 06 2014 17:10 IronManSC wrote:
I'm having the hardest time learning Javascript. I'm an absolute beginner at it but I can't seem to "get it." Does anyone have recommendations on learning javascript?


Can you be a little bit more elaborate on what exactly you don't understand? Html and CSS are not programming languages. HTML is a markup language. Theoretically, CSS is a programming language since it's Turing Complete (it doesn't matter what this means) but it's not really a general purpose programming language.

Programming languages are like C, C++, Java, C#, Python... etc. You may simply be starting out in the wrong place because java script is a very high level language. You've suddenly made this giant leap from "fake" programming to bordering "real" programming. Think of it this way - HTML and CSS is like being in a bath tub. The water is calm, it's cool, and you can do things easily. Jumping into Javascript, you're now suddenly in the middle of the ocean during a storm. And you've never been trained for that. That's why you're running into problems.

If you're having problems learning javascript it means that your fundamentals of programming are either non-existent or not very strong. Generally, I'd recommend starting out with any of the languages I listed above (just pick one). Once you sort-of get the grasp on what variables and objects are, you'll be less confused during your javascript coding.

Note: If you're going to do web programming you probably want to start out with something like python. If you're planning on being well-rounded developer who wants to be able to easily transition between languages I'd start out with C. This has been debated here billions of times, and the truth is it doesn't matter where you start - once you learn a language learning others will be easy. But C will give you a much better understanding of how the computer works at a fundamental level, which is what you want if you're looking for a rich career as a developer.

As for resources - it just depends on what you're into. MIT's OpenCourseware has an amazing intro to computer science class, which teaches you python along with giving you a core CS education.
IronManSC
Profile Blog Joined November 2010
United States2119 Posts
Last Edited: 2014-01-06 19:34:05
January 06 2014 19:33 GMT
#8404
On January 06 2014 18:28 Abductedonut wrote:
Show nested quote +
On January 06 2014 17:10 IronManSC wrote:
I'm having the hardest time learning Javascript. I'm an absolute beginner at it but I can't seem to "get it." Does anyone have recommendations on learning javascript?


Can you be a little bit more elaborate on what exactly you don't understand? Html and CSS are not programming languages. HTML is a markup language. Theoretically, CSS is a programming language since it's Turing Complete (it doesn't matter what this means) but it's not really a general purpose programming language.

Programming languages are like C, C++, Java, C#, Python... etc. You may simply be starting out in the wrong place because java script is a very high level language. You've suddenly made this giant leap from "fake" programming to bordering "real" programming. Think of it this way - HTML and CSS is like being in a bath tub. The water is calm, it's cool, and you can do things easily. Jumping into Javascript, you're now suddenly in the middle of the ocean during a storm. And you've never been trained for that. That's why you're running into problems.

If you're having problems learning javascript it means that your fundamentals of programming are either non-existent or not very strong. Generally, I'd recommend starting out with any of the languages I listed above (just pick one). Once you sort-of get the grasp on what variables and objects are, you'll be less confused during your javascript coding.

Note: If you're going to do web programming you probably want to start out with something like python. If you're planning on being well-rounded developer who wants to be able to easily transition between languages I'd start out with C. This has been debated here billions of times, and the truth is it doesn't matter where you start - once you learn a language learning others will be easy. But C will give you a much better understanding of how the computer works at a fundamental level, which is what you want if you're looking for a rich career as a developer.

As for resources - it just depends on what you're into. MIT's OpenCourseware has an amazing intro to computer science class, which teaches you python along with giving you a core CS education.


I'm interested in Web design and mabye some back-end programming with it. I'm not interested in gaming, software, or electronics or other things of that nature; just web design. In that case the handful of coding would include HTML5, CSS3, javascript, JQuery (is that the same as JS?), Python, some type of CMS, and mabye Ruby or PHP?

What's hard about javascript is that it's programming (I never compared it to html and css...). I do know that many websites like the combination of html/css/js, which is why I want to learn it because I feel I will be on a much better foundation of web building, and would open up more opportunities for me.

What's difficult for me, personally, is that in the midst of learning javascript, I'm learning the basics of variables, arrays, and objects, but then I come across coding that reads like this:

[image loading]

and I think, how the hell do people learn this kind of thing? Are you suggesting I learn Python before javascript?
SC2 Mapmaker || twitter: @ironmansc || Ohana & Mech Depot || 3x TLMC finalist || www.twitch.tv/sc2mapstream
Prillan
Profile Joined August 2011
Sweden350 Posts
January 06 2014 19:46 GMT
#8405
On January 07 2014 04:33 IronManSC wrote:
Show nested quote +
On January 06 2014 18:28 Abductedonut wrote:
On January 06 2014 17:10 IronManSC wrote:
I'm having the hardest time learning Javascript. I'm an absolute beginner at it but I can't seem to "get it." Does anyone have recommendations on learning javascript?


Can you be a little bit more elaborate on what exactly you don't understand? Html and CSS are not programming languages. HTML is a markup language. Theoretically, CSS is a programming language since it's Turing Complete (it doesn't matter what this means) but it's not really a general purpose programming language.

Programming languages are like C, C++, Java, C#, Python... etc. You may simply be starting out in the wrong place because java script is a very high level language. You've suddenly made this giant leap from "fake" programming to bordering "real" programming. Think of it this way - HTML and CSS is like being in a bath tub. The water is calm, it's cool, and you can do things easily. Jumping into Javascript, you're now suddenly in the middle of the ocean during a storm. And you've never been trained for that. That's why you're running into problems.

If you're having problems learning javascript it means that your fundamentals of programming are either non-existent or not very strong. Generally, I'd recommend starting out with any of the languages I listed above (just pick one). Once you sort-of get the grasp on what variables and objects are, you'll be less confused during your javascript coding.

Note: If you're going to do web programming you probably want to start out with something like python. If you're planning on being well-rounded developer who wants to be able to easily transition between languages I'd start out with C. This has been debated here billions of times, and the truth is it doesn't matter where you start - once you learn a language learning others will be easy. But C will give you a much better understanding of how the computer works at a fundamental level, which is what you want if you're looking for a rich career as a developer.

As for resources - it just depends on what you're into. MIT's OpenCourseware has an amazing intro to computer science class, which teaches you python along with giving you a core CS education.


I'm interested in Web design and mabye some back-end programming with it. I'm not interested in gaming, software, or electronics or other things of that nature; just web design. In that case the handful of coding would include HTML5, CSS3, javascript, JQuery (is that the same as JS?), Python, some type of CMS, and mabye Ruby or PHP?

What's hard about javascript is that it's programming (I never compared it to html and css...). I do know that many websites like the combination of html/css/js, which is why I want to learn it because I feel I will be on a much better foundation of web building, and would open up more opportunities for me.

What's difficult for me, personally, is that in the midst of learning javascript, I'm learning the basics of variables, arrays, and objects, but then I come across coding that reads like this:

+ Show Spoiler +
[image loading]


and I think, how the hell do people learn this kind of thing? Are you suggesting I learn Python before javascript?


I understand your confusion. The above is compressed javascript. People have started to write javascript and when done compress it to minimize the file transfer time to the user. You're not supposed to read that.

Example: + Show Spoiler +

Enter the following code to http://closure-compiler.appspot.com/home and click compile.
function test(blabla) {
var test_var = 1 + 2 + 3 + 4 + 5;

test_var = 50*test_var + blabla;

return blabla * test_var;
}

You should get something like
function test(a){return a*(750+a)};



jQuery is a library used within javascript to simplify working with HTML and CSS among other things.

You can learn javascript first. Though I don't know of any good tutorials unfortunately.
TheBB's sidekick, aligulac.com | "Reality is frequently inaccurate." - Douglas Adams
DeltaX
Profile Joined August 2011
United States287 Posts
January 06 2014 19:52 GMT
#8406
It would be easier to learn javascript coming from python than coming from css/html, but I don't know if learning python then javascript would be easier than just learning javascript.

Given that you need to learn the basics, it may not be a bad idea to just focus on learning the basics in any language. Then once you understand them and how to use them, you are just a google search away from using them in any language.

As for the code you pasted, everyone is going to have issues understanding code without formatting so I would not worry about that to much. A comparable thing would be to have all your html for a page in one line. Proper code formatting is very important for readability.
Manit0u
Profile Blog Joined August 2004
Poland17491 Posts
Last Edited: 2014-01-06 20:12:38
January 06 2014 20:11 GMT
#8407
On January 07 2014 04:46 Prillan wrote:
Show nested quote +
On January 07 2014 04:33 IronManSC wrote:
On January 06 2014 18:28 Abductedonut wrote:
On January 06 2014 17:10 IronManSC wrote:
I'm having the hardest time learning Javascript. I'm an absolute beginner at it but I can't seem to "get it." Does anyone have recommendations on learning javascript?


Can you be a little bit more elaborate on what exactly you don't understand? Html and CSS are not programming languages. HTML is a markup language. Theoretically, CSS is a programming language since it's Turing Complete (it doesn't matter what this means) but it's not really a general purpose programming language.

Programming languages are like C, C++, Java, C#, Python... etc. You may simply be starting out in the wrong place because java script is a very high level language. You've suddenly made this giant leap from "fake" programming to bordering "real" programming. Think of it this way - HTML and CSS is like being in a bath tub. The water is calm, it's cool, and you can do things easily. Jumping into Javascript, you're now suddenly in the middle of the ocean during a storm. And you've never been trained for that. That's why you're running into problems.

If you're having problems learning javascript it means that your fundamentals of programming are either non-existent or not very strong. Generally, I'd recommend starting out with any of the languages I listed above (just pick one). Once you sort-of get the grasp on what variables and objects are, you'll be less confused during your javascript coding.

Note: If you're going to do web programming you probably want to start out with something like python. If you're planning on being well-rounded developer who wants to be able to easily transition between languages I'd start out with C. This has been debated here billions of times, and the truth is it doesn't matter where you start - once you learn a language learning others will be easy. But C will give you a much better understanding of how the computer works at a fundamental level, which is what you want if you're looking for a rich career as a developer.

As for resources - it just depends on what you're into. MIT's OpenCourseware has an amazing intro to computer science class, which teaches you python along with giving you a core CS education.


I'm interested in Web design and mabye some back-end programming with it. I'm not interested in gaming, software, or electronics or other things of that nature; just web design. In that case the handful of coding would include HTML5, CSS3, javascript, JQuery (is that the same as JS?), Python, some type of CMS, and mabye Ruby or PHP?

What's hard about javascript is that it's programming (I never compared it to html and css...). I do know that many websites like the combination of html/css/js, which is why I want to learn it because I feel I will be on a much better foundation of web building, and would open up more opportunities for me.

What's difficult for me, personally, is that in the midst of learning javascript, I'm learning the basics of variables, arrays, and objects, but then I come across coding that reads like this:

+ Show Spoiler +
[image loading]


and I think, how the hell do people learn this kind of thing? Are you suggesting I learn Python before javascript?


I understand your confusion. The above is compressed javascript. People have started to write javascript and when done compress it to minimize the file transfer time to the user. You're not supposed to read that.

Example: + Show Spoiler +

Enter the following code to http://closure-compiler.appspot.com/home and click compile.
function test(blabla) {
var test_var = 1 + 2 + 3 + 4 + 5;

test_var = 50*test_var + blabla;

return blabla * test_var;
}

You should get something like
function test(a){return a*(750+a)};



jQuery is a library used within javascript to simplify working with HTML and CSS among other things.

You can learn javascript first. Though I don't know of any good tutorials unfortunately.


I wonder though, is ~30% filesize reduction that significant? I don't think that your .js file should be big to start with (and later alteration/fixing of compressed code is a bitch, unless you keep the uncompressed copy somewhere on the server).
Time is precious. Waste it wisely.
Abductedonut
Profile Blog Joined December 2010
United States324 Posts
January 06 2014 20:24 GMT
#8408
On January 07 2014 05:11 Manit0u wrote:
Show nested quote +
On January 07 2014 04:46 Prillan wrote:
On January 07 2014 04:33 IronManSC wrote:
On January 06 2014 18:28 Abductedonut wrote:
On January 06 2014 17:10 IronManSC wrote:
I'm having the hardest time learning Javascript. I'm an absolute beginner at it but I can't seem to "get it." Does anyone have recommendations on learning javascript?


Can you be a little bit more elaborate on what exactly you don't understand? Html and CSS are not programming languages. HTML is a markup language. Theoretically, CSS is a programming language since it's Turing Complete (it doesn't matter what this means) but it's not really a general purpose programming language.

Programming languages are like C, C++, Java, C#, Python... etc. You may simply be starting out in the wrong place because java script is a very high level language. You've suddenly made this giant leap from "fake" programming to bordering "real" programming. Think of it this way - HTML and CSS is like being in a bath tub. The water is calm, it's cool, and you can do things easily. Jumping into Javascript, you're now suddenly in the middle of the ocean during a storm. And you've never been trained for that. That's why you're running into problems.

If you're having problems learning javascript it means that your fundamentals of programming are either non-existent or not very strong. Generally, I'd recommend starting out with any of the languages I listed above (just pick one). Once you sort-of get the grasp on what variables and objects are, you'll be less confused during your javascript coding.

Note: If you're going to do web programming you probably want to start out with something like python. If you're planning on being well-rounded developer who wants to be able to easily transition between languages I'd start out with C. This has been debated here billions of times, and the truth is it doesn't matter where you start - once you learn a language learning others will be easy. But C will give you a much better understanding of how the computer works at a fundamental level, which is what you want if you're looking for a rich career as a developer.

As for resources - it just depends on what you're into. MIT's OpenCourseware has an amazing intro to computer science class, which teaches you python along with giving you a core CS education.


I'm interested in Web design and mabye some back-end programming with it. I'm not interested in gaming, software, or electronics or other things of that nature; just web design. In that case the handful of coding would include HTML5, CSS3, javascript, JQuery (is that the same as JS?), Python, some type of CMS, and mabye Ruby or PHP?

What's hard about javascript is that it's programming (I never compared it to html and css...). I do know that many websites like the combination of html/css/js, which is why I want to learn it because I feel I will be on a much better foundation of web building, and would open up more opportunities for me.

What's difficult for me, personally, is that in the midst of learning javascript, I'm learning the basics of variables, arrays, and objects, but then I come across coding that reads like this:

+ Show Spoiler +
[image loading]


and I think, how the hell do people learn this kind of thing? Are you suggesting I learn Python before javascript?


I understand your confusion. The above is compressed javascript. People have started to write javascript and when done compress it to minimize the file transfer time to the user. You're not supposed to read that.

Example: + Show Spoiler +

Enter the following code to http://closure-compiler.appspot.com/home and click compile.
function test(blabla) {
var test_var = 1 + 2 + 3 + 4 + 5;

test_var = 50*test_var + blabla;

return blabla * test_var;
}

You should get something like
function test(a){return a*(750+a)};



jQuery is a library used within javascript to simplify working with HTML and CSS among other things.

You can learn javascript first. Though I don't know of any good tutorials unfortunately.


I wonder though, is ~30% filesize reduction that significant? I don't think that your .js file should be big to start with (and later alteration/fixing of compressed code is a bitch, unless you keep the uncompressed copy somewhere on the server).


Take a look at the source code for Google's web page. It's super compressed, and it's actually hugely important for both transfer time and using less bandwidth. You have to remember - sure a 30% savings might not seem like much for one query, but when you're Google and you're getting millions of queries a day, it adds up.
DeltaX
Profile Joined August 2011
United States287 Posts
January 06 2014 20:26 GMT
#8409
On January 07 2014 05:11 Manit0u wrote:
Show nested quote +
On January 07 2014 04:46 Prillan wrote:
On January 07 2014 04:33 IronManSC wrote:
On January 06 2014 18:28 Abductedonut wrote:
On January 06 2014 17:10 IronManSC wrote:
I'm having the hardest time learning Javascript. I'm an absolute beginner at it but I can't seem to "get it." Does anyone have recommendations on learning javascript?


Can you be a little bit more elaborate on what exactly you don't understand? Html and CSS are not programming languages. HTML is a markup language. Theoretically, CSS is a programming language since it's Turing Complete (it doesn't matter what this means) but it's not really a general purpose programming language.

Programming languages are like C, C++, Java, C#, Python... etc. You may simply be starting out in the wrong place because java script is a very high level language. You've suddenly made this giant leap from "fake" programming to bordering "real" programming. Think of it this way - HTML and CSS is like being in a bath tub. The water is calm, it's cool, and you can do things easily. Jumping into Javascript, you're now suddenly in the middle of the ocean during a storm. And you've never been trained for that. That's why you're running into problems.

If you're having problems learning javascript it means that your fundamentals of programming are either non-existent or not very strong. Generally, I'd recommend starting out with any of the languages I listed above (just pick one). Once you sort-of get the grasp on what variables and objects are, you'll be less confused during your javascript coding.

Note: If you're going to do web programming you probably want to start out with something like python. If you're planning on being well-rounded developer who wants to be able to easily transition between languages I'd start out with C. This has been debated here billions of times, and the truth is it doesn't matter where you start - once you learn a language learning others will be easy. But C will give you a much better understanding of how the computer works at a fundamental level, which is what you want if you're looking for a rich career as a developer.

As for resources - it just depends on what you're into. MIT's OpenCourseware has an amazing intro to computer science class, which teaches you python along with giving you a core CS education.


I'm interested in Web design and mabye some back-end programming with it. I'm not interested in gaming, software, or electronics or other things of that nature; just web design. In that case the handful of coding would include HTML5, CSS3, javascript, JQuery (is that the same as JS?), Python, some type of CMS, and mabye Ruby or PHP?

What's hard about javascript is that it's programming (I never compared it to html and css...). I do know that many websites like the combination of html/css/js, which is why I want to learn it because I feel I will be on a much better foundation of web building, and would open up more opportunities for me.

What's difficult for me, personally, is that in the midst of learning javascript, I'm learning the basics of variables, arrays, and objects, but then I come across coding that reads like this:

+ Show Spoiler +
[image loading]


and I think, how the hell do people learn this kind of thing? Are you suggesting I learn Python before javascript?


I understand your confusion. The above is compressed javascript. People have started to write javascript and when done compress it to minimize the file transfer time to the user. You're not supposed to read that.

Example: + Show Spoiler +

Enter the following code to http://closure-compiler.appspot.com/home and click compile.
function test(blabla) {
var test_var = 1 + 2 + 3 + 4 + 5;

test_var = 50*test_var + blabla;

return blabla * test_var;
}

You should get something like
function test(a){return a*(750+a)};



jQuery is a library used within javascript to simplify working with HTML and CSS among other things.

You can learn javascript first. Though I don't know of any good tutorials unfortunately.


I wonder though, is ~30% filesize reduction that significant? I don't think that your .js file should be big to start with (and later alteration/fixing of compressed code is a bitch, unless you keep the uncompressed copy somewhere on the server).


I think the idea behind it is you have some uncompressed file that you do your development work on, and then some script will compress it when you deploy so you don't have to worry about editing the compressed file at all.

As for if it is worth it, it really depends on the application. 30% less file size likely won't make much of a difference for some internal web app, but for someone like Google that adds up to a lot of time loading and bandwidth.
Deleted User 101379
Profile Blog Joined August 2010
4849 Posts
January 06 2014 20:29 GMT
#8410
On January 07 2014 05:11 Manit0u wrote:
Show nested quote +
On January 07 2014 04:46 Prillan wrote:
On January 07 2014 04:33 IronManSC wrote:
On January 06 2014 18:28 Abductedonut wrote:
On January 06 2014 17:10 IronManSC wrote:
I'm having the hardest time learning Javascript. I'm an absolute beginner at it but I can't seem to "get it." Does anyone have recommendations on learning javascript?


Can you be a little bit more elaborate on what exactly you don't understand? Html and CSS are not programming languages. HTML is a markup language. Theoretically, CSS is a programming language since it's Turing Complete (it doesn't matter what this means) but it's not really a general purpose programming language.

Programming languages are like C, C++, Java, C#, Python... etc. You may simply be starting out in the wrong place because java script is a very high level language. You've suddenly made this giant leap from "fake" programming to bordering "real" programming. Think of it this way - HTML and CSS is like being in a bath tub. The water is calm, it's cool, and you can do things easily. Jumping into Javascript, you're now suddenly in the middle of the ocean during a storm. And you've never been trained for that. That's why you're running into problems.

If you're having problems learning javascript it means that your fundamentals of programming are either non-existent or not very strong. Generally, I'd recommend starting out with any of the languages I listed above (just pick one). Once you sort-of get the grasp on what variables and objects are, you'll be less confused during your javascript coding.

Note: If you're going to do web programming you probably want to start out with something like python. If you're planning on being well-rounded developer who wants to be able to easily transition between languages I'd start out with C. This has been debated here billions of times, and the truth is it doesn't matter where you start - once you learn a language learning others will be easy. But C will give you a much better understanding of how the computer works at a fundamental level, which is what you want if you're looking for a rich career as a developer.

As for resources - it just depends on what you're into. MIT's OpenCourseware has an amazing intro to computer science class, which teaches you python along with giving you a core CS education.


I'm interested in Web design and mabye some back-end programming with it. I'm not interested in gaming, software, or electronics or other things of that nature; just web design. In that case the handful of coding would include HTML5, CSS3, javascript, JQuery (is that the same as JS?), Python, some type of CMS, and mabye Ruby or PHP?

What's hard about javascript is that it's programming (I never compared it to html and css...). I do know that many websites like the combination of html/css/js, which is why I want to learn it because I feel I will be on a much better foundation of web building, and would open up more opportunities for me.

What's difficult for me, personally, is that in the midst of learning javascript, I'm learning the basics of variables, arrays, and objects, but then I come across coding that reads like this:

+ Show Spoiler +
[image loading]


and I think, how the hell do people learn this kind of thing? Are you suggesting I learn Python before javascript?


I understand your confusion. The above is compressed javascript. People have started to write javascript and when done compress it to minimize the file transfer time to the user. You're not supposed to read that.

Example: + Show Spoiler +

Enter the following code to http://closure-compiler.appspot.com/home and click compile.
function test(blabla) {
var test_var = 1 + 2 + 3 + 4 + 5;

test_var = 50*test_var + blabla;

return blabla * test_var;
}

You should get something like
function test(a){return a*(750+a)};



jQuery is a library used within javascript to simplify working with HTML and CSS among other things.

You can learn javascript first. Though I don't know of any good tutorials unfortunately.


I wonder though, is ~30% filesize reduction that significant? I don't think that your .js file should be big to start with (and later alteration/fixing of compressed code is a bitch, unless you keep the uncompressed copy somewhere on the server).


For a hundred requests, a few KB don't matter. For a few million, it adds up. The user himself usually doesn't notice it unless the site very heavily relies on javascript, but admins definitely do. It's not hugely important but it's one of those "well, doesn't hurt, might as well do it" optimization things.
It also serves to obfuscate code to make it harder to steal.
Manit0u
Profile Blog Joined August 2004
Poland17491 Posts
January 06 2014 20:32 GMT
#8411
On January 07 2014 05:26 DeltaX wrote:
Show nested quote +
On January 07 2014 05:11 Manit0u wrote:
On January 07 2014 04:46 Prillan wrote:
On January 07 2014 04:33 IronManSC wrote:
On January 06 2014 18:28 Abductedonut wrote:
On January 06 2014 17:10 IronManSC wrote:
I'm having the hardest time learning Javascript. I'm an absolute beginner at it but I can't seem to "get it." Does anyone have recommendations on learning javascript?


Can you be a little bit more elaborate on what exactly you don't understand? Html and CSS are not programming languages. HTML is a markup language. Theoretically, CSS is a programming language since it's Turing Complete (it doesn't matter what this means) but it's not really a general purpose programming language.

Programming languages are like C, C++, Java, C#, Python... etc. You may simply be starting out in the wrong place because java script is a very high level language. You've suddenly made this giant leap from "fake" programming to bordering "real" programming. Think of it this way - HTML and CSS is like being in a bath tub. The water is calm, it's cool, and you can do things easily. Jumping into Javascript, you're now suddenly in the middle of the ocean during a storm. And you've never been trained for that. That's why you're running into problems.

If you're having problems learning javascript it means that your fundamentals of programming are either non-existent or not very strong. Generally, I'd recommend starting out with any of the languages I listed above (just pick one). Once you sort-of get the grasp on what variables and objects are, you'll be less confused during your javascript coding.

Note: If you're going to do web programming you probably want to start out with something like python. If you're planning on being well-rounded developer who wants to be able to easily transition between languages I'd start out with C. This has been debated here billions of times, and the truth is it doesn't matter where you start - once you learn a language learning others will be easy. But C will give you a much better understanding of how the computer works at a fundamental level, which is what you want if you're looking for a rich career as a developer.

As for resources - it just depends on what you're into. MIT's OpenCourseware has an amazing intro to computer science class, which teaches you python along with giving you a core CS education.


I'm interested in Web design and mabye some back-end programming with it. I'm not interested in gaming, software, or electronics or other things of that nature; just web design. In that case the handful of coding would include HTML5, CSS3, javascript, JQuery (is that the same as JS?), Python, some type of CMS, and mabye Ruby or PHP?

What's hard about javascript is that it's programming (I never compared it to html and css...). I do know that many websites like the combination of html/css/js, which is why I want to learn it because I feel I will be on a much better foundation of web building, and would open up more opportunities for me.

What's difficult for me, personally, is that in the midst of learning javascript, I'm learning the basics of variables, arrays, and objects, but then I come across coding that reads like this:

+ Show Spoiler +
[image loading]


and I think, how the hell do people learn this kind of thing? Are you suggesting I learn Python before javascript?


I understand your confusion. The above is compressed javascript. People have started to write javascript and when done compress it to minimize the file transfer time to the user. You're not supposed to read that.

Example: + Show Spoiler +

Enter the following code to http://closure-compiler.appspot.com/home and click compile.
function test(blabla) {
var test_var = 1 + 2 + 3 + 4 + 5;

test_var = 50*test_var + blabla;

return blabla * test_var;
}

You should get something like
function test(a){return a*(750+a)};



jQuery is a library used within javascript to simplify working with HTML and CSS among other things.

You can learn javascript first. Though I don't know of any good tutorials unfortunately.


I wonder though, is ~30% filesize reduction that significant? I don't think that your .js file should be big to start with (and later alteration/fixing of compressed code is a bitch, unless you keep the uncompressed copy somewhere on the server).


I think the idea behind it is you have some uncompressed file that you do your development work on, and then some script will compress it when you deploy so you don't have to worry about editing the compressed file at all.

As for if it is worth it, it really depends on the application. 30% less file size likely won't make much of a difference for some internal web app, but for someone like Google that adds up to a lot of time loading and bandwidth.


Ok, I get it. That's why you also should compress your page in PHP if you're working on a big project, right? With PHP you can treat the entire view as an object and compress it before sending, this should save some bandwidth too (not sure if it'll compress the .js aswell).

Further reading: http://www.php.net/manual/en/function.ob-gzhandler.php
Time is precious. Waste it wisely.
sluggaslamoo
Profile Blog Joined November 2009
Australia4494 Posts
Last Edited: 2014-01-06 21:04:40
January 06 2014 21:02 GMT
#8412
On January 07 2014 05:32 Manit0u wrote:
Show nested quote +
On January 07 2014 05:26 DeltaX wrote:
On January 07 2014 05:11 Manit0u wrote:
On January 07 2014 04:46 Prillan wrote:
On January 07 2014 04:33 IronManSC wrote:
On January 06 2014 18:28 Abductedonut wrote:
On January 06 2014 17:10 IronManSC wrote:
I'm having the hardest time learning Javascript. I'm an absolute beginner at it but I can't seem to "get it." Does anyone have recommendations on learning javascript?


Can you be a little bit more elaborate on what exactly you don't understand? Html and CSS are not programming languages. HTML is a markup language. Theoretically, CSS is a programming language since it's Turing Complete (it doesn't matter what this means) but it's not really a general purpose programming language.

Programming languages are like C, C++, Java, C#, Python... etc. You may simply be starting out in the wrong place because java script is a very high level language. You've suddenly made this giant leap from "fake" programming to bordering "real" programming. Think of it this way - HTML and CSS is like being in a bath tub. The water is calm, it's cool, and you can do things easily. Jumping into Javascript, you're now suddenly in the middle of the ocean during a storm. And you've never been trained for that. That's why you're running into problems.

If you're having problems learning javascript it means that your fundamentals of programming are either non-existent or not very strong. Generally, I'd recommend starting out with any of the languages I listed above (just pick one). Once you sort-of get the grasp on what variables and objects are, you'll be less confused during your javascript coding.

Note: If you're going to do web programming you probably want to start out with something like python. If you're planning on being well-rounded developer who wants to be able to easily transition between languages I'd start out with C. This has been debated here billions of times, and the truth is it doesn't matter where you start - once you learn a language learning others will be easy. But C will give you a much better understanding of how the computer works at a fundamental level, which is what you want if you're looking for a rich career as a developer.

As for resources - it just depends on what you're into. MIT's OpenCourseware has an amazing intro to computer science class, which teaches you python along with giving you a core CS education.


I'm interested in Web design and mabye some back-end programming with it. I'm not interested in gaming, software, or electronics or other things of that nature; just web design. In that case the handful of coding would include HTML5, CSS3, javascript, JQuery (is that the same as JS?), Python, some type of CMS, and mabye Ruby or PHP?

What's hard about javascript is that it's programming (I never compared it to html and css...). I do know that many websites like the combination of html/css/js, which is why I want to learn it because I feel I will be on a much better foundation of web building, and would open up more opportunities for me.

What's difficult for me, personally, is that in the midst of learning javascript, I'm learning the basics of variables, arrays, and objects, but then I come across coding that reads like this:

+ Show Spoiler +
[image loading]


and I think, how the hell do people learn this kind of thing? Are you suggesting I learn Python before javascript?


I understand your confusion. The above is compressed javascript. People have started to write javascript and when done compress it to minimize the file transfer time to the user. You're not supposed to read that.

Example: + Show Spoiler +

Enter the following code to http://closure-compiler.appspot.com/home and click compile.
function test(blabla) {
var test_var = 1 + 2 + 3 + 4 + 5;

test_var = 50*test_var + blabla;

return blabla * test_var;
}

You should get something like
function test(a){return a*(750+a)};



jQuery is a library used within javascript to simplify working with HTML and CSS among other things.

You can learn javascript first. Though I don't know of any good tutorials unfortunately.


I wonder though, is ~30% filesize reduction that significant? I don't think that your .js file should be big to start with (and later alteration/fixing of compressed code is a bitch, unless you keep the uncompressed copy somewhere on the server).


I think the idea behind it is you have some uncompressed file that you do your development work on, and then some script will compress it when you deploy so you don't have to worry about editing the compressed file at all.

As for if it is worth it, it really depends on the application. 30% less file size likely won't make much of a difference for some internal web app, but for someone like Google that adds up to a lot of time loading and bandwidth.


Ok, I get it. That's why you also should compress your page in PHP if you're working on a big project, right? With PHP you can treat the entire view as an object and compress it before sending, this should save some bandwidth too (not sure if it'll compress the .js aswell).

Further reading: http://www.php.net/manual/en/function.ob-gzhandler.php


That's a different type of compression. From what you say, it suggests dynamic compression of view files which will actually slow down your server. Generally you are not bandwidth bound, but bound by the database, and if your database runs on the same server then live compression will just slow down your database and will reduce performance overall.

Generally you never want to be using live compression as it will "freeze the world", compression should be done asynchronously as a low priority process. This means that it can't be used for views, but it can be used for big files like uploads.

Minified or Uglified files are static files that are precompiled during development time. For example I could do all my javascript in coffeescript, but when I push to production these files are compiled and minified. These minified files are then served by the production server instead of the coffee files.
Come play Android Netrunner - http://www.teamliquid.net/forum/viewmessage.php?topic_id=409008
bangsholt
Profile Joined June 2011
Denmark138 Posts
January 06 2014 21:17 GMT
#8413
Read this small paper, Google paper about latency

If 30% smaller code saves you 5-10 ms it's more than worth it, as users leaves your site if feels slow.
Cyx.
Profile Joined November 2010
Canada806 Posts
January 07 2014 02:04 GMT
#8414
On January 07 2014 04:52 DeltaX wrote:
It would be easier to learn javascript coming from python than coming from css/html, but I don't know if learning python then javascript would be easier than just learning javascript.

Given that you need to learn the basics, it may not be a bad idea to just focus on learning the basics in any language. Then once you understand them and how to use them, you are just a google search away from using them in any language.

As for the code you pasted, everyone is going to have issues understanding code without formatting so I would not worry about that to much. A comparable thing would be to have all your html for a page in one line. Proper code formatting is very important for readability.

One point I'll make in favour of learning Python first is that it has a fucking awesome tutorial for people who've never programmed before in their life. It's how I learned to program by myself as a high school student so I'm maybe biased, but honestly, it runs through things really, REALLY simply, and introduces you to all of the fundamentals of programming in a language that's simple to understand and read.
Arnstein
Profile Blog Joined May 2010
Norway3381 Posts
January 07 2014 09:44 GMT
#8415
In fucking matlab, I want to make a list with numbers 1-30. Obviously I don't want to type it out, so what's the easiest command to make this happen? X = {1;2; ....
rsol in response to the dragoon voice being heard in SCII: dragoon ai reaches new lows: wanders into wrong game
Prillan
Profile Joined August 2011
Sweden350 Posts
January 07 2014 10:38 GMT
#8416
On January 07 2014 18:44 Arnstein wrote:
In fucking matlab, I want to make a list with numbers 1-30. Obviously I don't want to type it out, so what's the easiest command to make this happen? X = {1;2; ....

X=1:30
TheBB's sidekick, aligulac.com | "Reality is frequently inaccurate." - Douglas Adams
Arnstein
Profile Blog Joined May 2010
Norway3381 Posts
January 07 2014 11:01 GMT
#8417
Thanks!
rsol in response to the dragoon voice being heard in SCII: dragoon ai reaches new lows: wanders into wrong game
FakePseudo
Profile Joined January 2012
Belgium716 Posts
January 07 2014 11:42 GMT
#8418
On January 07 2014 18:44 Arnstein wrote:
In fucking matlab, I want to make a list with numbers 1-30. Obviously I don't want to type it out, so what's the easiest command to make this happen? X = {1;2; ....

List or matrix? altho I don't think it changes a whole lot for single float entries
I am the 0.0007% /forum/viewpost.php?post_id=17208334|| Big Black Women Vocals Is Like Porn to my Ears ||San Antonio Spurs|Boston Celtics||#1EZToss Hater;
Arnstein
Profile Blog Joined May 2010
Norway3381 Posts
January 07 2014 12:02 GMT
#8419
On January 07 2014 20:42 FakePseudo wrote:
Show nested quote +
On January 07 2014 18:44 Arnstein wrote:
In fucking matlab, I want to make a list with numbers 1-30. Obviously I don't want to type it out, so what's the easiest command to make this happen? X = {1;2; ....

List or matrix? altho I don't think it changes a whole lot for single float entries


Perhaps both, maybe neither.
rsol in response to the dragoon voice being heard in SCII: dragoon ai reaches new lows: wanders into wrong game
Arnstein
Profile Blog Joined May 2010
Norway3381 Posts
Last Edited: 2014-01-07 18:18:02
January 07 2014 18:17 GMT
#8420
I was bored, so I just did some random shit in C, but why doesn't it print the sum?
+ Show Spoiler +

#include <stdio.h>
#include <time.h>

int main()
{
int sum = 0;
while ( 1)
{
srand(time(NULL));
sum += rand() % 6 + 1;
printf( "Summen er: \n", sum );
}
}


It shows "Summen er" when I run it, but not the int!
rsol in response to the dragoon voice being heard in SCII: dragoon ai reaches new lows: wanders into wrong game
Prev 1 419 420 421 422 423 1032 Next
Please log in or register to reply.
Live Events Refresh
Next event in 2h 22m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
SortOf 213
ProTech114
StarCraft: Brood War
Shuttle 958
actioN 734
Larva 290
Mini 275
Hyun 169
Pusan 138
Sharp 116
Killer 115
Zeus 95
ZerO 93
[ Show more ]
PianO 91
Dewaltoss 79
Light 64
Rush 52
sorry 51
soO 23
NotJumperer 17
Hm[arnc] 8
ajuk12(nOOB) 5
Dota 2
XaKoH 494
XcaliburYe152
League of Legends
JimRising 441
C9.Mang0193
Counter-Strike
olofmeister869
shoxiejesuss575
Super Smash Bros
Westballz18
Other Games
summit1g11742
ZerO(Twitch)4
Organizations
Other Games
gamesdonequick702
StarCraft: Brood War
UltimateBattle 73
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• Berry_CruncH254
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• lizZardDota251
League of Legends
• Jankos1114
• Lourlo1085
• Stunt519
Upcoming Events
Wardi Open
2h 22m
StarCraft2.fi
7h 22m
Replay Cast
14h 22m
The PondCast
1d
OSC
1d 6h
Demi vs Mixu
Nicoract vs TBD
Babymarine vs MindelVK
ForJumy vs TBD
Shameless vs Percival
Replay Cast
1d 14h
Korean StarCraft League
2 days
CranKy Ducklings
3 days
SC Evo League
3 days
BSL 21
3 days
Sziky vs OyAji
Gypsy vs eOnzErG
[ Show More ]
OSC
3 days
Solar vs Creator
ByuN vs Gerald
Percival vs Babymarine
Moja vs Krystianer
EnDerr vs ForJumy
sebesdes vs Nicoract
Sparkling Tuna Cup
4 days
OSC
4 days
BSL 21
4 days
Bonyth vs StRyKeR
Tarson vs Dandy
Replay Cast
4 days
Wardi Open
5 days
StarCraft2.fi
5 days
Replay Cast
5 days
StarCraft2.fi
6 days
PiGosaur Monday
6 days
Liquipedia Results

Completed

Proleague 2025-11-30
RSL Revival: Season 3
Light HT

Ongoing

C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
YSL S2
BSL Season 21
CSCL: Masked Kings S3
Slon Tour Season 2
Acropolis #4 - TS3
META Madness #9
SL Budapest Major 2025
ESL Impact League Season 8
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2

Upcoming

BSL 21 Non-Korean Championship
Acropolis #4
IPSL Spring 2026
Bellum Gens Elite Stara Zagora 2026
HSC XXVIII
RSL Offline Finals
WardiTV 2025
Kuram Kup
PGL Cluj-Napoca 2026
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter Qual
eXTREMESLAND 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.