Software Engineering in WordPress, PHP, and Backend Development

Search: “support” (Page 34 of 68)

We found 336 results for your search.

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’).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 […]

Comment Images 1.8 – A Major Update

[…] the time to introduce features here and there, but I’m always open to feature requests and bug reports. Right now, the next set of priorities include introducing support for P2 Theme. A number of users have asked for it, so that’s likely the next feature that I’ll be implementing. In the meantime, download it […]

« Older posts Newer posts »

© 2025 Tom McFarlin

Theme by Anders NorenUp ↑