
Ponderings - Blog & Technical articles from Ponderwell staff | Ponderwell I’m working on a subscription site in WordPress for a client, and they are using cart66 as the shopping cart, and MailPress as the mailing list software. I needed a way to automatically sign up new Cart66 accounts to the Mailpress users. This tiny plugin does just that: Just put this in your plugins directory, [...] There’s a lovely Codeigniter Spark by Phil Sturgeon which does OAuth2 login for Facebook and GitHub and Windows Live. The spark is here. Join us on February 2nd at 6PM EST, on Ponderwell’s Google+ page for the first official episode of PonderTech, a Google+ Hangout. We are preparing for a spring launch of our vertical ad network for Western North Carolina, WNC Ad Guild. Ponderwell has been invited to present a talk at this year’s TEDxAsheville event on Sunday, November 13. Welcome to Ponderwell’s CMDI proposal presentation page. *** UPDATE*** We have now posted our notes from the 25 minute presentation to the grant committee.
Mysterious Image Gaps in Gmail | Email Marketing Best Practices Have you noticed Gmail ruining your beautiful HTML emails? Are mysterious gaps appearing between your images? Well fear not, there’s an easy fix. Recently, Google made a change to the way Gmail handles images in HTML-formatted emails. I’ll probably never know why they did this, but I’m sure there was a good reason. While both Hotmail and Gmail have the same issue, you’ll need to do some extra work for Gmail since it ignores style definitions that are not “inline”. For example:<img style=”display:block” src=”sample.gif” alt=”sample” /> Also, don’t forget to go back and check any email templates that you created and tested in the past but are still being sent to your subscribers. If you have any questions for myself or anyone else on our Marketing team, feel free to send an email to askmarketing@icontact.com.
The Definitive Guide to htaccess Techniques: Do’s and Don’ts - Noupe Design Blog Aug 10 2009 Of all the elements of web design and coding, htaccess can be one of the most intimidating. After all, it’s an incredibly powerful tool and one that has the potential to completely break your site if you’re not careful. Below are a dozen basic htaccess techniques and tips to get you started. They’re not nearly as intimidating as many people expect, and if you study the code for a few minutes, I’m sure you’ll quickly grasp exactly how they work and why. After that are a few bewares and don’ts for working with htaccess to help keep you out of trouble, and some more resources for further working with htaccess. 12 Basic htaccess Tips: 1. .htaccess on a Linux Apache server makes it easy to create your own custom error pages. ErrorDocument 401 /401.php ErrorDocument 403 /403.php ErrorDocument 404 /404.php ErrorDocument 500 /500.php (Obviously you should replace the “/500.php” or whatever with your own file path and name.) 2. Options All -Indexes 3. DirectoryIndex news.html 4. 5. 6. 7. 8.
Stupid htaccess Tricks Welcome to Perishable Press! This article, Stupid htaccess Tricks, covers just about every htaccess “trick” in the book, and is easily the site’s most popular offering. In addition to this htaccess article, you may also want to explore the rapidly expanding htaccess tag archive. General Information [ ^ ] .htaccess Definition 1 ^ Apache server software provides distributed (i.e., directory-level) configuration via Hypertext Access files. Commenting .htaccess Code ^ Comments are essential to maintaining control over any involved portion of code. Important Notes for .htaccess Noobs ^ As a configuration file, .htaccess is very powerful. Performance Issues ^ .htaccess directives provide directory-level configuration without requiring access to Apache’s main server cofiguration file (httpd.conf). Regex Character Definitions for htaccess 2 ^ Forbidden: instructs the server to return a 403 Forbidden to the client. Gone: instructs the server to deliver Gone (no longer exists) status message. [S=x] [a-z]
How to convert any web template into a WordPress theme Among blogging applications, WordPress probably has the largest number of great-looking themes to use. Still, there are hundreds of free and even open source web templates not yet converted to work with WordPress. Knowing how to make this themes work with WordPress broadens your choice of design to use for your blog. Converting a web template is fairly easy if you take the time to learn how to do it. The Tools In converting web templates into WordPress themes, I use Aptana and Cream (my preferred text editor). Where to download templates I prefer web templates released under an open source license so I usually get my templates at Open Source Web Design () and Open Web Design. The advantage of using open source templates is that you are allowed to change and redistribute it. Tips on choosing a template Choose designs done in CSS and XHTML. Validate the design using website validation service. Choose designs not using HTML tables to render the page’s columns. Other resources Finalize design <?
How To Integrate Facebook, Twitter And Google+ In WordPress Advertisement Integrating social media services in your website design is vital if you want to make it easy for readers to share your content. While some users are happy with the social media buttons that come built into their design template, the majority of WordPress users install a plugin to automatically embed sharing links on their pages. If you aren’t comfortable editing your WordPress templates, a plugin is probably the best solution. Today, we’ll show you how to manually integrate the three most popular social media services on your website: Twitter, Facebook and Google+. Please make sure to back up all of your template files before making any changes, so that you can revert back if something goes wrong. Integrate Facebook Comments On Your Website Because most people are signed into Facebook when they browse the Web, enabling Facebook comments on your website is a great way to encourage people to leave comments. Simply follow the steps below to get up and running. 1. 2. <? Facebook
16 Useful .htaccess Tricks and Hacks For Web Developers The .htaccess files (Hypertext Access file) is a very powerful configuration tool on Apache web server. The Apache web server has a number of configuration options that are available to the server administrator. The .htaccess is a simple ASCII text file placed in your website root directory. 1. ErrorDocument 401 /error/401.phpErrorDocument 403 /error/403.phpErrorDocument 404 /error/404.phpErrorDocument 500 /error/500.php 2. SetEnv TZ America/Houston 3. allow from alldeny from 145.186.14.122deny from 124.15 If you use the whole IP or a part of the IP to block and add the new ones in a new line. 4. 5. ServerSignature EMailSetEnv SERVER_ADMIN default@domain.com 6. Options +FollowSymlinks# Protect HotlinkingRewriteEngine OnRewriteCond %{HTTP_REFERER} ! 7. ErrorDocument 403 deny,allowDeny from allAllow from 124.34.48.165Allow from 102.54.68.123 9. AddType application/octet-stream .pdfAddType application/octet-stream .zipAddType application/octet-stream .mov 10. 11.
The htaccess Rules for all WordPress Permalinks Update 2012/07/15 all code updated with the new .htaccess rules (changed in WP 3.0). The code in this article should work with all versions of WordPress. </update> I recently performed a series of tests on a fresh installation of WordPress 2.8.6 to determine the exact htaccess rewrite rules that WordPress writes to its htaccess file for various permalink configurations. Default: The "default" option is to not use permalinks. For the test, we began with the common "date and name based" permalink configuration. The results indicate conclusively that WordPress uses the exact same set of htaccess rules for all permalink configurations. Without further ado, the htaccess rules for all WordPress permalinks1 are precisely either #1 or #2: [ #1 ] If WordPress installed in the root directory » # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !
135+ Ultimate Round-Up of Wordpress Tutorials | Tutorials Advertisement It’s certainly no secret that I think the WordPress platform is the way to go in developing a web presence for any design professional who wants to do it on their own and control the result. What sets WordPress apart from other blogging software are the many free templates, tutorials and extensions available through plug-ins to help you to achieve your goals. With so many blogging software programs available, its often difficult to choose which is the right one for you. For those who choose to design their blog via WordPress route, Here we present a Ultimate Round-up of Quality WordPress Tutorials which helps you to enhance your blog design and features. The basic purpose behind this post is to show you Various Sources of Popular, creative and most importantly Free Tutorials, Tips and Hacks to save your time searching them online. You may be interested in the following related articles as well. Don’t forget to and follow us on Twitter — for recent updates. Other Tutorials
Powerful New CSS- and JavaScript-Techniques (2012 Edition) Advertisement Since our last round-up of useful CSS techniques1, we’ve seen a lot of truly remarkable CSS geekery out there. With CSS3, some of the older techniques now have become obsolete, others have established themselves as standards, and many techniques are still in the “crazy experimentation” stage. Since the release of the previous post, we’ve been collecting, sorting, filtering and preparing a compact overview of powerful new CSS techniques. Please note that many techniques are not only CSS-based, but also use HTML5 and JavaScript. Table of Contents CSS Transitions And Animations CSS transitions and animations are often used to make the user experience a bit more smooth and interesting, especially when it comes to interactive effects on hover or on click. Interactive CSS3 lighting effects7 An interesting effect to create interactive lighting effects with 3-D transforms, CSS gradients and masks; the cast shadow was created using box shadows and transforms. Visual Techniques with CSS