background preloader

Jeremyjared74

Facebook Twitter

Jeremy Jared

Web and Graphic designer. I am experienced in WordPress and other web design.

FreelanceSwitch | Freelance Jobs, Freelance Forum & Directory. 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. 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. Along with all things htaccess, Perishable Press also focuses on (X)HTML, CSS, PHP, JavaScript, security, and just about every other aspect of web design, blogging, and online success. If these topics are of interest to you, I encourage you to subscribe to Perishable Press for a periodic dose of online enlightenment ;) 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 ^ [S=x] [E=variable:value] 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. I wrote this guide for someone like me a few months back — eager to use a great looking web design and yet not knowing how to start converting it to work with WordPress. If you want to view a video tutorial on how I turned this open source web design into this WordPress theme, click here for the blog post. 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. <? 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. It’s important to take into consideration not just the up-front cost but also your future needs for advertising, categorizing, updates etc. 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. The Ultimative Guide For the_post_thumbnail In WordPress 2.9 - Edit, Crop, Designers, Theme, Here, Have. WordPress 2.9 RC1 is released and the new post thumbnail function will not change until the final version hopefully. I was chatting a little bit with Sergej Müller last night and we were trying some things out. We found out the following things:Edit: Some little changes, see Matt's comment. You can provide 4 picture formats to the function (change the width and height values to your need): // the thumbnail the_post_thumbnail(array(100,100)); // medium resolution the_post_thumbnail(array(300,200)); // large resolution the_post_thumbnail(array(600, 400)); // original the_post_thumbnail(); You can set how the images should align.

It is also possible to assign an own class: The 3rd possibility is the control of the images size with an array of height and width: For this purpose we suppose that the settings for thumbnail is 150x150, for medium 300x200 and for large 600x400. We see that the image proportions are always maintained, even if one specifies crooked values. The Essential Guide to WordPress 3.0 Custom Taxonomies. In general, taxonomies are used to arrange, classify and group things. By default, Taxonomies in WordPress are tags and categories that WordPress is using for the posts. Apart from these two, WordPress makes it possible for theme developers to create their own taxonomies which are created within the functions.php theme file. This is what we are going to cover today. We will learn how to work with Custom WordPress taxonomies.

Recently, I’ve started working on my portfolio WordPress theme, and I needed to define different information for each project/template, like price, colors, style, etc. Creating a new taxonomy This is as simple as it is to look at the picture above. Just replace “test” with the name of the taxonomy you wish to create. Using the new taxonomies We have created them, but as well as tags and categories, you need some code if you want to output them in your article.

See it yourself Below are some examples of what we were talking about in this tutorial: 1. 2. Conclusion. Graphics Resources for builders, developers and designers of the web. Create a PDF viewer shortcode. If you’re using PDF files on your WordPress blog, it could be very cool to give your users the chance to open them using Google Docs. The following recipe will show you how you can do that. The first step is to paste the following code into your functions.php file: Once you saved the file, you’ll be able to use the shortcode on your posts and page. Here is the syntax: [pdf href=" PDF[/pdf] Thanks to Noscope for this great shortcode! WordPress - Six Revisions. 5 Modern WordPress Alternatives to Keep an Eye On WordPress is the most dominant CMS on the market. 18.9% of websites run on WordPress and, just last year alone, it’s been downloaded 46 million times according Matt Mullenweg, the publishing platform’s creator. continue reading » 10 Free Blank WordPress Themes This is a review of the top blank WordPress theme choices. continue reading » Free Resources to Help You Build Your Next WordPress Site WordPress is a popular website publishing platform.

Continue reading » 5 Tools for Managing Multiple WordPress Sites from One Location If you run more than one WordPress install, or if you have clients that run WordPress sites that you’re responsible for, then you know how much of a pain it can be to log in to each site every time you need to do things like update plugins, themes, or WordPress core itself. With the release of WordPress 3.0, we now have the ability to create a network of WordPress sites with one installation through the multisite feature. How to add Backwards Compatible WordPress 3.0 Features to Your Theme. If you’re looking for a way to take full advantage of the new WordPress 3.0 custom menu and background features, then keep reading. Learn how to integrate the WordPress 3.0 custom menu and make it backwards compatible for older WordPress versions.

Also learn how to implement the new “header background image”; all with detailed examples, codes, and pictures. Add WordPress 3.0 Menu Navigation (and make it backwards compatible!) I’ve read a couple different tutorials on how to implement the new menu navigation, but none of them have been detailed or shown how to write backwards compatible code. So let’s do this right.

Let’s start with the code, this should be pasted inside the “functions.php” file inside of open PHP code. First, we have WordPress check to see if the function “wp_nav_menu” exists. Next, if you look at the line that says ‘Your-Menu’ => __( ‘Your Menu’ ), this is where you will assign the name for your menu. How To Integrate Custom Navigation Menus Inside Your WordPress Theme. 25 Useful CSS/Wordpress Snippets. Throughout my years of being involved in web design and development, I have come across a wide range of code snippets. The more useful ones, I tend to save for later use. I use Code Collector Pro to manage all of my snippets that I keep in one easy place. Here are a bunch of the snippets that I use on a regular basis to save time and be more efficient in coding. Feel free to leave a comment with a snippet that you use often, that I might have missed, or if there is a better coding solution to one that I cover Some great resources (where most of these snippets are from) for smart code snippets are:CSS Tricks – SnippetsSnipplr – Social Snippet RepositoryDevSnippets I realize not all of these may appear perfect in all browsers, so if you know of a work-around for a specific browser, please let me know and I will add it to the post, thanks!!

Easy @font-face This is an example of the font Blackout Beautiful blockquotes This is an example of the blockquote styling. Conditional comments Fixed footer. WordPress Themes, Plugins, Hacks, Guides, and More! « WordPress Hacks. Theme-supported features. In version 2.9, WordPress introduced one of my all-time favorite pieces of functionality for themes: theme-supported features. I haven’t seen many theme developers taking advantage of this useful feature. And, I haven’t really been putting this awesome functionality to the test until recently. Theme-supported features allow theme developers to declare that their themes support specific features in WordPress with a quick, simple line of code. But, that’s not what really gets me excited about the functionality. Theme developers can also create custom features that users can turn on/off within child themes.

This system gives theme developers tons of flexibility by allowing them to make their themes more modular. WordPress theme-supported features WordPress has several theme-supported features that themes may optionally use. Currently, WordPress only has two features that you can add support for using the add_theme_support() function (described below): Adding theme support of a feature <? WordPress 3.0 Nav Menu UI Update - Here, WordPress, Menu. Code Snippets. Best WordPress Articles of September 2010. 3rd Oct 2010 | Posted by Eko S. | 12 Comments Best WordPress Articles of The Month is up and running, this is one of the great things about working with WordPress and developing your own themes, is the community and all of the resources that are available.

We hope this post will help you in solving problems on your wordpress site and as a source of inspiration to develop your wordpress site. In this month (September 2010) we collect a wide selection of fresh wordpress resources. Check these contents what we have for this month : WordPress Tutorials WordPress Fat-Loss Diet to Speed Up & Ease Load Following on with the WordPress topic let’s look at how you can tweak your WordPress install to increase the speed of your site and ease the load on your web servers. RSS And Social Media Hacks To Customize Your WordPress Blog For this article I wanted to cover the RSS and Social Media hacks that are either very popular or useful. Using WordPress’ the_post_thumbnail with Lightbox About WordPress Themes.

Premium tutorials, screencasts, eBooks and courses - Tuts+ Marketplace.