Blog

Blog

25
Jul
2010

Backup All Databases From MySQL Server

Its always good to keep your MySQL server backed up regularly.

However if you need to backup the entire server with all databases at once here is what you do

$ mysqldump --all-databases -p | bzip2 -c > databasebackup.sql.bz2
Enter password:

This will save a bz2 file with all the databases.

To restore the databases back use the following (take care not to restore it to a server with the same table names – it may corrupt your data)

$ mysql -p < databasebackup.sql
Enter password:
21
Jul
2010

Exercise While You Work – Great for Web Site Designers

Exercise Bike for Web Site Designers

Exercise Bike for Web Site Designers

I came across this cool article about an exercise bike that includes a laptop stand. I think I know a few Facebook addicts that would love something like this :)

Read more here at the Bnet blog

16
Jul
2010

How to Use Google Analytics to Build Businesses (Part 1 – Google Analytics Dashboard)

Google Analytics (GA) is by far the most popular web analytics program on the web. Currently 57% of the top 10,000 websites use Google Analytics as the de facto web analytics program due to its ease of use, zero payment obligation and advanced functionality.

However, it appears that most people who use Google Analytics have little idea how to segment, data mine and use Google Analytics data to improve their online businesses. Given the rich features and massive number of options, most webmasters fail to grasp the full potential of Google Analytics unless they are ready to dig deeper. What we at Cenango are going to do is carry out a blog post rally encouraging webmasters to explore more on Google Analytics and encourage them to go beyond the nice dashboard.

Category: Web Design
05
Jul
2010

Cenango Price Match

Cenango Price Match

We have developed a very efficient web development process, optimized to minimize time, cost and resource inefficiencies. Therefore we are capable of providing our clients with superior results and exceptional service at very affordable prices.
We are very confident that we can beat the price of any US based web design company by 10% based on an acceptable quote.

Terms & Conditions:

  • The quote needs to be from a registered US based web design company (corporation)
  • The quote needs to be detailed and has to include a full outline of functionality
  • The quote must be dated within the last 3 months
03
Jul
2010

Email Newsletters and the CAN SPAM Act

Spam Email

Over the years we’ve setup multiple email campaigns for our clients to send out newsletters using our bulk email web application. For the first time in our seven-year history, we’re getting ready to send out a newsletter to our loyal fans.

Tags:
Category: Web Design