background preloader

General Links & Resources

Facebook Twitter

The Beginner's Guide to WordPress Multisite. Brian Casel is the founder of Restaurant Engine, a restaurant web design service. For information, check out the Restaurant Engine Partner Program. Connect with Brian @CasJam. You’ve probably heard about the powerful WordPress Multisite — the WordPress configuration that lets a user launch several sites off their main site. It's not something that most users may know about, but it's worth getting the details to determine if it's right for your site. Below is a guide for WordPress users interested in what Multisite can do, and if it's right for them. What is WordPress Multisite? WordPress Multisite is a special “mode” built into WordPress, which allows you to create a network of multiple websites, all running on a single installation of WordPress.

Years ago, WordPress Multisite was a completely separate version of WordPress, called WordPress MU (stands for multi-user). Examples of When Not to Use It Client’s Small Business Website: A few informational pages and a contact form? WordPress.com. Support » Migrating from Joomla to WordPress. Migrating Multiple Blogs into WordPress 3.0 Multisite. Migrating Multiple Blogs into WordPress 3.0 Multisite Languages: English • 日本語 • (Add your language) Since Version 3.0, WordPress includes new multisite features, meaning that it can run many blogs, even with their own separate domains, on one WordPress installation. This tutorial explains how to migrate multiple WordPress installations into one new WordPress multisite. You can migrate sites that are using their own domain, as well as sites using a subdomain on your main domain. This tutorial assumes that you are hosting WordPress on a site using cPanel. Steps to Follow Backup your sites Generate a full site backup in cPanel.

Export from your existing WordPress installations In each of your existing WordPress installations, go Tools > Export in WordPress. Make sure that your export file actually has all the posts and pages. Some plugins can conflict with the export process, generating an empty file, or a partially complete file. Install WordPress 3.8.3 Install WordPress. Activate multisite. Export MySQL to Excel Using PHP | James Northard. TinyPNG – Compress PNG images while preserving transparency. What Was Hot in 2012: Month By Month. Loose mysql searching. // array of words to check against $words = array('apple','pineapple','banana','orange', 'radish','carrot','pea','bean','potato'); // no shortest distance found, yet $shortest = -1; // loop through words to find the closest foreach ($words as $word) { // calculate the distance between the input word, // and the current word $lev = levenshtein($input, $word); // check for an exact match if ($lev == 0) { // closest word is this one (exact match) $closest = $word; $shortest = 0; // break out of the loop; we've found an exact match break; } // if this distance is less than the next found shortest // distance, OR if a next shortest word has not yet been found if ($lev <= $shortest || $shortest < 0) { // set the closest match, and shortest distance $closest = $word; $shortest = $lev; } }

RegExr. Dbv.php: Database version control, made easy! Following is a guide on how to use dbv.php during all four of the usage scenarios: Scenario 1: You've created a new schema object (table, views, stored procedure, etc) and want to share it with your team. Scenario 2: Someone in your team has created a new schema object, and you want to update your database to include the new object. Scenario 3: You have made a generic change on the database (altered a table, dropped some records, pretty much anything) and want to share the changes with your team. Scenario 4: Someone in your team has made a change to the database, and you want to apply the same change to the database on your machine. Pushing schema objects A schema object can be pretty much any database entity: tables, views, stored procedures, functions, triggers, etc. Create the table view / etc. in the database.

Commit the newly created file to your VCS. Receiving schema objects One of your teammates has created a new table, and you want your local database to reflect this change. Lorem Ipsum - All the facts - Lipsum generator. 100+ Resources for Web Developers | BlogWell. Photo Credit: SMITHMag Update #1 – March 14, 2008 Update #2 – September 22, 2008 Translated into Italian at Geekissimo There is some amazing stuff out there on the Web–resources, tools, tricks, and tips. Problem is, as a Web developer, you spend so much of your time just keeping up with new technologies – learning, playing – and this doesn’t leave much time to go hunting for the latest and greatest tool, or for a better way of doing things.

So we’ve put together a list of over 100 resources to help make your life as a developer easier; where to find snippets of code, sites that automate processes, cheat sheets, lessons, useful tools and a couple of silly videos to give your brain a break if you make it through to the end. Please enjoy! Code Photo Credit: Josh Lewis 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. .htaccess Creator Online tool to create .htaccess files 12. 13. 14. 15. 16. 17. 18. 19. jQuery jQuery is a fast, concise, JavaScript Library that simplifies how you write your web pages. 20. 21. 22.

10 sites developers should have in their bookmarks. Mysql Format Date MySQL Format Date helps you to format your dates using the MySQL DATE_FORMAT function. Just select a common date format and then change it to your suit your needs. The MySQL DATE_FORMAT code will be generated at the bottom of the page which you can then copy into your query.

Visit site: Script Src Are you tired of hunting the Internet in order to find the script tag for the latest version of the Javascript library of your choice? Visit site: Em Chart I never been a fan of ems in CSS files, but sometimes you have to deal with it. Visit site: Twitter API Explorer If you’re using the Twitter API in the site you build, you’ll for sure enjoy this very handy website which allow you to search through the Twitter API.

Visit site: Browser Sandbox Cross browser compatibility is definitely one of the biggest problems a web developer has to face in his daily job. PHP Forms.