RSS feed
February 2023 S M T W T F S 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 Categories
IPv6
CSS
HTML5
Voting
Loading ...
Loading ...
Loading ...
Category Archives: JavaScript
2013 Illinois Web Design Contest
Now that the 2013 Illinois Web Design Contest is history, I thought it might be appropriate to share some thoughts and observations. First, congratulations to everyone who participated (in either the secondary or post-secondary contest). You took the extra effort … Continue reading
Edge Reflow – the code
Last week, I examined the recently released Adobe Edge Reflow tool itself. I thought it might be worthwhile to examine the generated code. For reference purposes, the file I created last week is the one I plan to examine in … Continue reading
Posted in CSS 3, HTML5, JavaScript
Leave a comment
Node.js Server (part 3 of 3)
Now that we have some understanding of some of the capabilities of Node.js, it is time to investigate its true strength – as a web server. Recall that many reseller accounts will not allow Node.js to act as a server … Continue reading
Posted in JavaScript
Leave a comment
Markdown and Node.js (part 2 of 3)
I realize that not everyone wants to write HTML. Tools like Dreamweaver make it much simpler, but there are times (particularly when taking notes) that an alternative might be more appropriate. Markdown has been around for a number of years. … Continue reading
Posted in JavaScript
Leave a comment
Node.js (part 1 of 3)
Node.js uses JavaScript to run a web server – yes, JavaScript on the server. One of the main benefits is that a single language is used on both the client and server sides (JavaScript). I know some would argue that … Continue reading
Posted in JavaScript
Leave a comment