Author Archives: Mark DuBois

Illinois Web Design Contest 2013

For those individuals participating in the Illinois Web Design Contest in Springfield on April 12, 2013, you may wish to examine these links prior to the competition. Note there will not be any Internet connections allowed during the actual contest. … Continue reading

Posted in CSS 3, HTML5 | Leave a comment

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

Adobe Edge Reflow – first look

Responsive design (where content is modified to display on a given device) is easy to discuss and sometimes difficult to implement. Not only should your text be positioned properly for various devices, but images and fonts should respond accordingly. The … Continue reading

Posted in HTML5 | Leave a comment

Less CSS

CSS files can become quite large/ cumbersome. Additionally, there are some issues with CSS. These include: not having an ability to use math (for example take current border width and add 5 pixels to it), not being able to reuse … Continue reading

Posted in CSS 3 | 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

Bootstrap

Bootstrap is a framework for front end web development and uses HTML5. One can employ responsive web designs with relative ease (the page will shrink and images will resize as the amount of screen real estate is reduced). This framework … Continue reading

Posted in CSS 3, HTML5, Mobile | Leave a comment

CSS Filters

The world of CSS is changing rapidly and CSS-filters are definitely a great indication of what is coming to a browser near you soon. In order to actually work with these, you will need Chrome Canary (the experimental version of … Continue reading

Posted in CSS 3 | Leave a comment

Web Professionals Summer 2012 Conferences

This has been my “Summer of Mobile app development with HTML5 and CSS-3 and jQuery.” I am exceedingly honored to have been a part of the WebProfessionals.org Summer 2012 conference schedule in addition to helping run the 2012 national web … Continue reading

Posted in CSS 3, HTML5, Mobile | Leave a comment