background preloader

Web/App Development

Facebook Twitter

Marketing & Testing

Cufón Fonts - Free Cufon Font Library [BETA] Cron Tutorial – Managing cron tab or cron job is Easy! This cron tutorial is divided into these subheadings for you to follow it easily: What is cron?

Cron Tutorial – Managing cron tab or cron job is Easy!

What is cron tab? What cron will do for you? Have your web server cron enabled? What are the components of cron? What is cron? Actually it is called ‘cron daemon’. What is cron tab? ‘Cron tab(CRON TABle)’ is a text file that contains a series of cron functions. What cron job will do for you? * If you want to send your email cources to your subscribers at 11.30 night, you will set the cron job on your server. . * You can schedule it to delete your website members with expired accounts. * You can schedule it to recieve an update on your subscribers from your mailing list manager. * You can check your links on other websites in link exchange programms. Common SSH Commands - Linux Shell Commands. Updated: May 23, 2011: Added some new commands for the linux shell.

Common SSH Commands - Linux Shell Commands

We've put together some of the more frequently used linux shell commands, and organized them by name so you can easily find a command, their description and how to use it. This guide will continue to be updated and should not be considered a complete list of linux shell commands, but commands, we found, often used. If you would like to add to this guide, please email us and let us know. We know that these themselves are bash commands and not actually SSH commands but it is what most Linux newbies are looking for when searching for 'SSH commands'. Common Linux Shell Commandsls : list files/directories in a directory, comparable to dir in windows/dos.ls -al : shows all files (including ones that start with a period), directories, and details attributes for each file. cat filename.txt : cat the contents of filename.txt to your screen. Expense Reports That Don't Suck! Spiffy Box - Simple Rounded Corner CSS Boxes made easy. MySQL Magic: Find and Replace Data.

Recently, I needed to find and replace all instances of “ in the wp_comments table of the WordPress database.

MySQL Magic: Find and Replace Data

Fortunately, SQL provides a simple way to find and replace data with its wonderful UPDATE function. General Example Using the SQL UPDATE command is straightforward. Here is the general syntax: UPDATE table_name SET field_name = replace( field_name, 'string_to_find', 'string_to_replace' ) ; Simply replace the table_name and both instances of field_name with your specific information, and then edit string_to_find, and string_to_replace with the desired values. Specific Examples To use an example from a recent article, let’s find and replace all instances of the string “ For this example, we want to find all instances located within the wp_comments table of our perishable_wrdp1 database.

UPDATE wp_comments SET comment_author_url = replace( comment_author_url, ' ' ) ; ..and with that, our database is updated in less than one second. Freelance Designer’s Toolbox: 200+ Resources for Freelance Web Designers. Get the FlatPix UI Kit for only $7 - Learn More or Buy Now There will always be new people getting into the process of learning web design.

Freelance Designer’s Toolbox: 200+ Resources for Freelance Web Designers

It is a convoluted topic at first, but if you stick with your studies it can be an extremely rewarding experience. The web design community is full of useful freebies and tutorials which you can find all through Google. I want to present a small collection of posts which are geared towards newcomers in web design. The technique involves both designing graphics and coding them into HTML/CSS webpages. New Defaults in Web Design The online publication Smashing Magazine has been going on for years. Think about all the various elements from text sizes, form inputs, table designs, images, even basic layout creation. Dig through this article and be sure to skim other headlines on the site which have been published recently. Tutorials for Beginning Web Designers Along with Smashing Magazine there is another network of sites run by Envato called Tuts+. Closing. WordPress Arena: A Blog for WordPress Developers, Designers and Blogger. Before taking any step make a backup of your current WordPress database.

WordPress Arena: A Blog for WordPress Developers, Designers and Blogger

How to make a backup of your WP database? You can use different WordPress Plugins like Smart Backup and WP-DB_Backup, Alternatively you can use phpMyAdmin.Smart Backup is a complete WordPress solution for database backup and restore operations. You can create backups of your complete WordPress installation, files only, or database only. Backups can be restored with one click. Where to run WordPress SQL Queries Hope you know where to run SQL Queries, If not follow these steps: Login to phpMyAdmin panel and select your WordPress database. There are some plugins and script that will increase you SQL experience: SQL Executionner plugin provides an easy-to-use interface that allows you to run SQL queries directly on your WordPress blog dashboard. Super MySQL Terminal: Super MySQL Terminal is a php mysql shell emulator. Features 1).