-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrss.xml
More file actions
86 lines (80 loc) · 3.35 KB
/
rss.xml
File metadata and controls
86 lines (80 loc) · 3.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>
<title>Client Server Web Application Development</title>
<link>http://www.clientserverweb.com</link>
<description>Client Server Web Architecture includes REST inspired APIs,
significant JavaScript client side processing and Java
or other server side language (many of which are available on the Java Virtual Machine).
</description>
<item>
<title>Sieve of Eratosthenes</title>
<link>/2013-08-15.html</link>
<description>
<a href='http://clientserverweb.com/sieve-of-eratosthenes.html'>Here is an Angular implementation</a> of the
<a href="http://en.wikipedia.org/wiki/Sieve_of_Eratosthenes">Sieve of Eratosthenes</a>
</description>
</item>
<item>
<title>Times are Changing</title>
<link>/2013-06-22.html</link>
<description>
In light of the <a href="http://programming.oreilly.com/2013/05/looking-forward-a-leap.html#more-59765?cmp=tw-prog-art-looking-forward-a-leap">changing approaches to web development</a>
a few themes and enlightening links
</description>
</item>
<item>
<title>JDK 7 for OSX: java.net.UnknownHostException</title>
<link>/2013-06-07.html</link>
<description>
TLDR: Add the name of your machine to /etc/hosts
</description>
</item>
<item>
<title>REST Inspired Pragmatic Web-API Design</title>
<link>/2013-06-06.html</link>
<description>
REST as defined by
<a href="http://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm">Roy Fielding</a>
exerts a wide influence yet is seldom adopted <i>in toto</i>
</description>
</item>
<item>
<title>Most Popular JavaScript MVC Frameworks</title>
<link>/2013-05-18.html</link>
<description>
Your selection of a JavaScript MVC framework can be based on many factors (including specific framework functionality,
in-house skills of your development team, and your experiences with previous projects)
</description>
</item>
<item>
<title>Quick JavaScript Debugging Tricks</title>
<link>/2013-04-23.html</link>
<description>
Java developers generally do their work in a cycle of code, build (compile), execute
</description>
</item>
<item>
<title>The Quiet Revolution</title>
<link>/2013-04-22.html</link>
<description>
Andrew Binstock over at <a href="http://www.drdobbs.com/architecture-and-design/the-quiet-revolution-in-programming/240152206">Dr. Dobb's</a>
recently described a "revolution" in programming - specifically a revolution that is requiring significant changes to the way programmers work
</description>
</item>
<item>
<title>Angular and IE7</title>
<link>/2013-04-01.html</link>
<description>
AngularJS is a great framework but there is some ambiguity on their site related to support for old versions of IE
</description>
</item>
<item>
<title>InfoQ Interview on Client Server Web App Development</title>
<link>/2013-03-31.html</link>
<description>
InfoQ has an interview with James Ward who spoke in the last year at JavaOne and OSCON on <a href="http://www.infoq.com/articles/client-server-application-development-with-html5-and-java">Client Server Application Development</a> with HTML5 and Java
</description>
</item>
</channel>
</rss>