Category: programming-featured
-
ArtLung Rosetta: comparative anatomy for JavaScript Libraries
Back in 2010 I mentioned presenting on ArtLung Rosetta. Well, the thing I wanted to do back then, I have finally done, and that’s add AJAX examples for all the libraries. So, for example, here’s loading a chunk of HTML into a certain div from a link click in the different libraries: dojo dojo.connect(dojo.byId('ajaxloadHtml'), 'onclick',…
-
joecrawford.com, 2012. With Bootstrap.
Yesterday I modified my site joecrawford.com. I purchased the domain in 1999 thinking that it would be important to have a more “professional” domain than “artlung.” I go back and forth about the utility of that. Back in 2011 sometime, I decided to remove most of the ways to contact me, and remove the self…
-
Updated Open Graph Protocol Tools Plugin
I updated my Open Graph Protocol Tools plugin, on GitHub and on WordPress.org‘s SVN. It’s been a long time since I updated the plugin, shamefully long time actually. But hopefully I’ve addressed all the existing issues and if any new ones come up I can knock them out quickly.
-
Visualizing and Emerging Blog Content
As I mentioned, I’ve been doing extensive reclamation of my blog archives in such a way that old headers get displayed. So you can see that in action for the Blog Archives from September 2002. The first row is is a set of buttons: back one year, back one month, archives for the current year,…
-
Filtering a Podcast Feed with Yahoo Pipes
I like podcasts quite a bit, and one of my favorites for many many years (at least since 2004) has been IT Conversations. If I loved all their stuff, all I have to do it load up iTunes and subscribe. If I’m old school I can get the RSS feed link and do Advanced ->…
-
Using tags: “Drawings”; How I use WordPress get_the_image()
If you’re like me, maybe you have a pile of posts in your WordPress database. I have 3426 posts in here. It’s a giant database of stuff. Good stuff, bad stuff, short stuff, long stuff. Slicing and dicing that content in a way that makes sense, or that allows you to find what you have…
-
Migrating an old Blogger blog to WordPress
I’m an expert now at migrating old Blogger Blogs. Google, the owner of Blogger, has decided to shut off FTP posting, which has left many people stranded. They could have improved their algorithms, instead, things are shut off. I am now a reluctant expert at migrating Blogger blogs to WordPress. If you have a more…
- 20-Feb-2010NC JavaScript & jQuery Camp
I had a lot of fun at Durham’s “NC JavaScript & jQuery Camp” today. Lots of driving, but even more learning and connection-making. I was particularly happy to create my first <canvas> drawing from watching @miketaylr‘s slides on HTML5. Here’s the source: <html> <head> <script> window.onload = function() { var ctx = document.querySelector('#c').getContext('2d'); ctx.lineWidth =…
-
WordPress Graphical Post Count Visualization
I’m playing with a new theme for my blog, and wanted a better way to let people quickly scan for how many posts I had. So I used a background image of black, offset with background-position in css to let a graph “show through” to show the count. I’ve also posted the PHP and CSS…
-
BarCampLA5, including YUI 101 Presentation Slides
I had a great time this weekend at BarCampLA5 (barcampla.org). It was a great event, despite some apparent venue hiccups and dramas behind the scenes, plus delays due to traffic from the LA Marathon on Sunday. It went really well, held at the AOL facility in Beverly Hills. Kudos to the planners, particularly Jason Cosper…