Category Archives: Web Development

HTML Secrets – Web Application Architecture Design Tips

html

Whatever site or web application you’re working on, you probrably going to use HTML.

These are the tips I’ve learned over time:

Continue reading

Installing Lighttpd on Centos 6.3 is Easy!

Overview

Security, speed, compliance, and flexibility — all of these describe lighttpd (pronounced lighty) which is rapidly redefining efficiency of a webserver; as it is designed and optimized for high performance environments.
With a small memory footprint compared to other web-servers, effective management of the cpu-load, and advanced feature set (FastCGI, SCGI, Auth, Output-Compression, URL-Rewriting and many more) it is the perfect solution for every server that is suffering load problems.And best of all it’s Open Source licensed under the revised BSD license.

Continue reading

Installing Python / Django on Centos 6.3 is Easy!

 

 

Django

NOTE: This article was rewritten (for CentOS 6.4). please read the updated post.

What is Python?

Python is a general-purpose, high-level programming language whose design philosophy emphasizes code readability. Its syntax is said to be clear and expressive.” from Wikipedia.

Visit http://www.python.org/

 

What is Django?

“Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.” from https://www.djangoproject.com/

Continue reading

centos meteor.js

CentOS Meteor.js installation tutorial for newbies

centos meteor.js – A better way to build apps.

centos meteor.js installation tutorial.

Meteor is an open-source platform for building top-quality web apps in afraction of the time, whether you’re an expert developer or just getting started.

 

Install Meteor.js

In the following tutorial I’ll show you how it’s easy to install Meteor.js on your CentOS box. I am using centos 6.5 minimal, but those instruction should work on any centos 6.x machine.

 

Continue reading

How to fix wrong post title on Google – WordPress Title SEO

Title SEO – The Symptoms

beside the obvious, a title which you don’t want to show (in my case – showing the name of the blog only instead of article name)
you should check the code behind of the page.

Continue reading

VMWare Workstation start on boot CentOS

Installing npm using install.sh on CentOS 6.3

npm

Prerequisites

you need to have Node.js installed, configured and working.
How to install Node.js on centos 6.3.
also, check you have curl installed:

1
yum install curl
yum install curl

Continue reading