June 2009

RackSpace Cloud Hosting Launched!

Dating back 1 or 2 years ago when RackSpace acquired Mosso, it has long been preparing to start its own cloud hosting business. Now here it is, Rackspace has officially launched the RackSpace Cloud from Mosso: http://www.rackspacecloud.com All hosting service packages remain fundamentally the same with those of Mosso: Cloud Sites, Cloud Servers and Cloud …

RackSpace Cloud Hosting Launched! Read More »

How to Recover or Reset MySQL root Password after You Forgot and Lost It

MySQL has come with a safe mode wherein access privileges are not checked, which essentially enables you to log in anonymously to change anything in any database. And we are going to get in this safe mode to reset the lost MySQL root password. First, you need to stop the current MySQL daemon by: /etc/init.d/mysql …

How to Recover or Reset MySQL root Password after You Forgot and Lost It Read More »

Work Around Zend Studio 5.5 PHP Class / Object / Method Auto-complete Problem

Don’t know if it’s a glitch of Zend itself but I frequently encounter this problem on Windows with Zend Studio when writing PHP. Function / object methods names auto-completion saves a lot of time by suggesting candidates and a quick flyover tooltip with the synopsis, however sometimes it doesn’t work with newly created functions and …

Work Around Zend Studio 5.5 PHP Class / Object / Method Auto-complete Problem Read More »

Best CSS Books to Learn CSS Web Design

While HTML is the concrete of all web pages and websites, CSS is the spirit. It specifies the aesthetic aspect of all the web pages by design through presentation, conveying the ideas and sensations by visual languages. The first class of all web designers start with CSS. These are some of the best CSS books …

Best CSS Books to Learn CSS Web Design Read More »

Best Books of HTML and XHTML to Learn How to Create Web Pages / Sites with HTML and CSS

HTML is the language of the Web and all websites are written in HTML (XHTML). To learn creating website, the first thing you will need to learn is HTML. Period. Some of the selected books below are for beginners and some are for intermediary coders to consolidate your knowledge of HTML and CSS and practice …

Best Books of HTML and XHTML to Learn How to Create Web Pages / Sites with HTML and CSS Read More »

Best JavaScript Books for Learning JavaScript Programming and Development

Thanks to the computer scientists who set the standards of JavaScript, in the arena of event programming and behavioral manipulations of windows and objects, it is the one programming script that is so powerful that you can virtually build any possible interactive applications with it. That said, learning JavaScript to the mastery of it takes …

Best JavaScript Books for Learning JavaScript Programming and Development Read More »

Best Books of Apache Web Server to Learn Apache and Use It

As the most popular web server for hosting websites, Apache is second to none. It thrives for a reason, that is, it’s versatile and adapts to all situations and answer to even the slightest demands of a website. Below are some books from Amazon about administering Apache that may give you a new perspective and …

Best Books of Apache Web Server to Learn Apache and Use It Read More »

Best MySQL Books to Learn MySQL Database Programming and Development (+ PHP Applications)

MySQL is by far the most popular and widespread database on the entire planet. It’s used in a wide array of industries and the Web is probably the most prominent scenario, websites database. Below are some hand selected books for you to learn MySQL: both database administration and database SQL programming, for both professionals and …

Best MySQL Books to Learn MySQL Database Programming and Development (+ PHP Applications) Read More »

Best PHP Books for Learning PHP Development and Programming (with MySQL)

PHP is by far the most popular and easiest to use web programming language in the world. If your goal is to enter PHP programming and development as a novice beginner and start from the very basics, these books are reviewed the best by actual readers. Some of the books contain chapters dealing with MySQL, …

Best PHP Books for Learning PHP Development and Programming (with MySQL) Read More »

JavaScript: Open or Redirect to Another Page / Site / Location

One of the most common uses of JavaScript is to redirect the user to or automatically open up another web page location. For example, when the user clicks a button, the JavaScript will redirect the user to the location selected in the drop down select menu. It’s just like the user has typed the web …

JavaScript: Open or Redirect to Another Page / Site / Location Read More »

JavaScript: Split and Divide Text String by A Delimiter

Spliting and dividing a string into several chunks is a rather basic need for text parsing. You can do it easily in PHP by the help of explode() function or preg_split(), in JavaScript, you can achieve this task by the split() string function. The following example illustrates the usage of javascript split() function to slice …

JavaScript: Split and Divide Text String by A Delimiter Read More »

HTML Definition: What is HTML Defined – What does HTML stand for?

HTML is the abbreviation of Hyper Text Markup Language invented by Tim Berners-Lee, who’s also been called the father of the Web. HTML is what websites are written in. All websites on the Web are written in HTML that your browsers and email software recognize. It’s a way of representing, organizing and containing information as …

HTML Definition: What is HTML Defined – What does HTML stand for? Read More »

CSS Definition: What is CSS Defined and Explained

CSS standards for Cascading Style Sheets. It’s a descriptive programming language that specifies how web pages look like in appearance and style. Take a book for example. The texts in the book are content, just like the texts you are reading right now in a web page or HTML page. The publishers of the book …

CSS Definition: What is CSS Defined and Explained Read More »

Yet Another Joomla Template Including Original PSD, HTML + CSS and Fonts

Face2Face is the name of this Joomla template, released free by Template Kingdom. I don’t usually use Joomla but one has to admit there has been many excellent template themes for Joomla like this one, just as there are with WordPress. I love the colors of this template: relatively light but not too bright to …

Yet Another Joomla Template Including Original PSD, HTML + CSS and Fonts Read More »

Free CSS + HTML Template: Fashion Club Website (with fonts and PSD source)

Template Kingdom is one of the best template and design sources on the Web. Other than a spectrum of website template sets for thousands of different niches and needs such as plain html templates, flash templates, css templates, joomla templates, wordpress templates and newsletter templates, they regularly releases free web templates. This round, it’s the …

Free CSS + HTML Template: Fashion Club Website (with fonts and PSD source) Read More »

Best Damn Premium WordPress Theme for Professional Blogs: THESIS

Imagine the best WordPress theme you have ever used and then triple the pleasure you enjoyed with it – that’s what Thesis can give you. Whatever your niche is, if you are ever after a powerful, beautiful WordPress premium theme well balanced between functionality and customizability with best support from the author, this is the …

Best Damn Premium WordPress Theme for Professional Blogs: THESIS Read More »

How to Transfer / Move WordPress Blog from One Domain to Another

Basically, the root URL of your blog which is your domain or subdomain is changing here. Though this doesn’t seem like a sane decision considering the huge SEO impact that might fall upon your site but with HTTP 301 permanent redirection, this can still make sense in some situations. Assume you won’t change the details …

How to Transfer / Move WordPress Blog from One Domain to Another Read More »

Scroll to Top