Skip to content

Commit a3c5759

Browse files
committed
Merge pull request #24 from Nodeclipse/master
for beginner; disqus
2 parents 8f511e6 + 66c2a15 commit a3c5759

File tree

8 files changed

+102
-37
lines changed

8 files changed

+102
-37
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</head>
2222
<body class="int" id="logos" onLoad="setTimeout('delayer()', 5000)">
2323
<div id="intro" class="interior">
24-
<a href="http://www.nodejs.org/" title="Go back to the home page">
24+
<a href="http://www.nodeclipse.org/" title="Go back to the home page">
2525
<img id="logo" src="http://nodejs.org/logo.png" alt="node">
2626
</a>
2727
</div>

Student.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

_layouts/share.html

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</head>
2727
<body class="int" id="logos">
2828
<div id="intro" class="interior">
29-
<a href="http://www.nodejs.org/" title="Go back to the home page">
29+
<a href="http://www.nodeclipse.org/" title="Go back to the home page">
3030
<img id="logo" src="http://nodejs.org/logo.png" alt="node">
3131
</a>
3232
</div>
@@ -57,7 +57,24 @@
5757
</div>
5858

5959
</div>
60+
61+
<div id="disqus_thread"></div>
62+
<script type="text/javascript">
63+
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
64+
var disqus_shortname = 'nodeclipse'; // required: replace example with your forum shortname
65+
66+
/* * * DON'T EDIT BELOW THIS LINE * * */
67+
(function() {
68+
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
69+
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
70+
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
71+
})();
72+
</script>
73+
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
74+
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
75+
6076
</div>
77+
6178
<script type="text/javascript">
6279

6380
var _gaq = _gaq || [];

_posts/2013-06-04-Eclipse-JEE-Kepler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ title: Eclipse JEE Kepler packaging
1515

1616
Eclipse JEE Kepler also comes with EGit and m2e (Maven Integration for Eclipse) included.
1717

18-
As RCP/RAP packaging also includes m2e, it is a sign of beiing on road on Maven/Tycho adoption.
18+
As RCP/RAP packaging also includes m2e, it is a sign of beiing on road to mass Maven/Tycho adoption.
1919

2020
Best regards,
2121
[Paul Verest](https://github.com/PaulVI)

_posts/2013-06-08-for-beginners.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
layout: share
3+
title: Message for beginners
4+
---
5+
6+
{{ page.title }}
7+
================
8+
9+
<p class="meta">8 June 2013</p>
10+
11+
# For Student
12+
13+
If you are beginner in fields of Software development, this article is for you.
14+
15+
## IDE
16+
17+
I guess you came here, because you have already heard about Node.js,
18+
then was looking for good tools.
19+
20+
Eclipse is IDE with over 10 years history, then became platform for a lot of software tools,
21+
see [Wikipedia](http://en.wikipedia.org/wiki/List_of_Eclipse-based_software).
22+
23+
Learning a bit of Eclipse for developing Node.js will help you even if you don't plan to look at
24+
[Java](http://en.wikipedia.org/wiki/Java_platform).
25+
26+
Eclipse is [IDE](http://en.wikipedia.org/wiki/Integrated_development_environment), that has `Editor`, Debugger, several `View`s
27+
of the project data, that are integrated as one application.
28+
In Eclipse one set of UI layouts is called `Perspective`.
29+
30+
31+
## Node.js vs Java
32+
33+
Node.js is new, relatively simple, 5MB download size.
34+
35+
Whereas [JDK (Java Development Kit)](http://en.wikipedia.org/wiki/JDK) is currently 88MB,
36+
has a lot of use cases, languages. Some features are new, some are outdated.
37+
38+
Java is mostly used for Enterprise (big companies) software.
39+
Node.js is currently good for small and middle projects. It is already taking some share of all other languages,
40+
for example Python, because it is easier to start (Every developers know a bit of JavaScript)
41+
42+
## Starting with Node.js
43+
44+
[How do I get started with Node.js? (wiki on Stackoverflow)]
45+
(http://stackoverflow.com/questions/2353818/how-do-i-get-started-with-node-js)
46+
47+
There are a lot of materials currently.
48+
49+
My personal recommendation is:
50+
51+
- install SDK (Node.js)
52+
- get good tools (Nodeclipse)
53+
- read documentation (http://nodejs.org/api/)
54+
- explorer libraries (https://npmjs.org/)
55+
- learn from good open source project( which one? Just what you find and interesting for you, without bugs and well documented, active)
56+
57+
Those principles would apply when studying any programming languages or platform.
58+
59+
Good luck!
60+
61+
[Paul Verest](https://github.com/PaulVI)

artworks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</head>
2727
<body class="int" id="logos">
2828
<div id="intro" class="interior">
29-
<a href="http://www.nodejs.org/" title="Go back to the home page">
29+
<a href="http://www.nodeclipse.org/" title="Go back to the home page">
3030
<img id="logo" src="http://nodejs.org/logo.png" alt="node">
3131
</a>
3232
</div>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</head>
2323
<body class="int" id="logos">
2424
<div id="intro" class="interior">
25-
<a href="http://www.nodejs.org/" title="Go back to the home page">
25+
<a href="http://www.nodeclipse.org/" title="Go back to the home page">
2626
<img id="logo" src="http://nodejs.org/logo.png" alt="node">
2727
</a>
2828
</div>

share.html

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</head>
2727
<body class="int" id="logos">
2828
<div id="intro" class="interior">
29-
<a href="http://www.nodejs.org/" title="Go back to the home page">
29+
<a href="http://www.nodeclipse.org/" title="Go back to the home page">
3030
<img id="logo" src="http://nodejs.org/logo.png" alt="node">
3131
</a>
3232
</div>
@@ -62,6 +62,24 @@ <h1>SHARE</h1>
6262
</div>
6363

6464
</div>
65+
66+
67+
<div id="disqus_thread"></div>
68+
<script type="text/javascript">
69+
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
70+
var disqus_shortname = 'nodeclipse'; // required: replace example with your forum shortname
71+
72+
/* * * DON'T EDIT BELOW THIS LINE * * */
73+
(function() {
74+
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
75+
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
76+
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
77+
})();
78+
</script>
79+
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
80+
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
81+
82+
6583
<script type="text/javascript">
6684

6785
var _gaq = _gaq || [];

0 commit comments

Comments
 (0)