Tag Archives: HTML5

I now have a resume!

Honestly now that I think about it, I’ve never made a real resume. Last summer my GSoC application was probably the closest since that one assignment back in high school.

Twitter’s Bootstrap really is incredible. All I did was assemble the html and apply minor tweaks. Persoanlly I am really happy with how it turned out visually. If you have time I would appreciate any feedback: https://danieru.com/resume/resume.html

I’m not sure if the information is adequate or even well presented. My goal was to keep it at one page. I googled for “programmer resumes” in the hopes of finding quality ideas to liberate. Instead all I found were massive walls of text. Even the resumes on one list of “brilliant” resumes were only marginally better.

 

WP UpdateAssistant launch

WordPress upgrades can be annoying. The upgrade itself is painless and wordpress devs have clearly put a lot of time and effort to make it so. The annoyance instead comes from the last one percent of the difficulty inherit in upgrading software. No matter how well the devs design, at the end of the day you have to manually initiate the upgrade.

Compared to what users of other content management systems have to go through to upgrade the complaint is perhaps petty. Still, if you have ten or more installs of wordpress to upgrade the monotone starts to get to you.

That is my motivation behind WordPress UpgradeAssistant

Once a webmaster has added their domains, UpgradeAssistant will check for outdated wordpress installs and highligh them in red. A link is provided directly to the wordpress upgrade panel for convenience.

No registration is required as everything is done client side.

Any bug reports, comments, or suggestions are much appreciated.

WP Markerboard Widget

I’ve seen this ‘toy’ elsewhere and after debugging Overview generation for foomatic I felt a quick break was in order so this morning I created WP Markerboard. It is a WordPress plugin that provides a “marker board” widget for visitors to play with. I built it using html5’s canvas element and jQuery.

An example can be seen below, try moving your mouse over the outlined box.

Being an html5 toy your browser must of course support the canvas element. For visitors without modern browsers the javascript fails gracefully.

The widget has four options, line color, line width, box width, and box height. Unfortunately canvas requires explicit dimensions, the default dimensions for Markerboard are 150px by 150px.

To install unzip the zip and ftp the resulting folder into your wp-contet/plugins/ directory. The plugin will then show up in WordPress’s list of plugins, active it, you may now add this widget to your sidebars.
Or simply install from wordpress’s add new plugin page as wp markerboard is hosted on wordpress.org’s plugin repository.
See WP Markerbaord on wordpress.org