Software Engineering in Web Development, Backend Services, and More

Search: “support” (Page 34 of 69)

We found 345 results for your search.

How To Level Up Your WordPress Development Skills

[…] niche that you’re targeting. It’s rarely enough to say that “I build things for WordPress” because “things for WordPress” now consists of sites, blogs, applications, plugins, themes, support services, consulting, education material, and so on. To that end, it’s important to know that you know you know what you’re going over. I’m not saying […]

Dynamically Creating Anchor Attributes

[…] read the form elements, build up the URL by setting the new query string variables, and then apply the new URL string to that anchor’s href: $(‘# support‘).click(function(evt) { evt.preventDefault(); var sUrl = $(this).attr(‘href’); $(‘#donate-form’).slideDown(‘fast’); sUrl += ‘&payment_method=’ + $(‘#donate-form input[type=radio]’).val(); $(‘#checkout’).attr(‘href’, sUrl); }); Now the URL is created by a series of events […]

WordPress Widgets, Mobile Apps, CoffeeScript, Grids, & More

[…] had two article’s published on Envato’s WordPress TutsPlus site – Writing Maintainable WordPress Widgets (Part 1, Part 2). I published two minor updates to Tipsy Social Icons – support for Google+ and WordPress 3.2 compatibility. User-friendly select boxes using Chosen.js. Smashing Magazine ran a tutorial about creating mobile web applications using Sencha Touch. Think Vitamin […]

Tag Sticky Post Updated To 1.2

[…] Sticky Post 1.2. What’s New in Tag Sticky Post? Tag Sticky Post at the WordPress Plugin Repository In this particular version, I introduced the following functionality: Introducing support for multiple tags in the querying string. So if your URL contains tag/tag1+tag2+tag3 and a post is tagged in that set, it will be highlighted. Added […]

« Older posts Newer posts »

© 2026 Tom McFarlin

Theme by Anders NorenUp ↑