Eyes2Design Webby Blog

Not your average joes programming.

Zen Coding Project, html made easier.

Zen Coding is a plugin for creating Html 4 & 5, XML, XSL  format coding quickly. This plugin is a powerful abbreviation engine which allows you to use expressions — similar to Those seen in CSS code. Zen Coding  can be installed on most open source programs.

Zen Coding  an HTML5can be done  mir cople of hours instead of days.

via zen-coding – Project Hosting on Google Code.

Posted in Uncategorized | 1,795 Comments

Hosted by NeoSurge, What It Means to Me.

Hosted by NeoSurge brings new meaning to the old tone of ‘hosting’, because you are given an open window, a window that is only limited by your ability, and your imagination. Being a service that allowed me to create and manipulate my environment, it suites my needs. NeoSurge also help by creating an easier customer relationship. With a focus on reliably and durability, their servers bring a improved environment of security. Knowing that you are the sole owner of your VPS allow you to keep all people out of sensitive areas of your domain.

Being hosted by NeoSurge means flexibility and access to what counts. NeoSurge allows high visibility to search engines without a corresponding high expense. What is normally attainable for servers, and reserved by large corporations, now can be used by any small entrepreneur willing to create a web presence, and market their products. NeoSurge has “build it from scratch” servers, or you can use one of the popular control panels for your convenience. NeoSurge hosts servers for Video and Audio streams.

In short, NeoSurge is a company I trust to keep my websites running, and provide effective cost saving servers that’s are easy to expand.

See what Amazon has:

Posted in Uncategorized | 5,466 Comments

978 Grid System for Web Design

978 Grid System for Web Design.

<title>Grid System Demo - 978 Grid System for Web Design</title>
<link rel="stylesheet" media="all" href="grid-1378.css">
<link rel="stylesheet" media="all and (min-width: 1248px) and (max-width: 1407px)" href="grid-1218.css">
<link rel="stylesheet" media="all and (min-width: 1002px) and (max-width: 1247px)" href="grid-978.css">
<link rel="stylesheet" media="all and (min-width: 768px) and (max-width: 1001px)" href="grid-748.css">
<link rel="stylesheet" media="all and (min-width: 0px) and (max-width: 767px)" href="grid-300.css">

<!--[if lte IE 8]>

<script type="text/javascript" src="../resources/js/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="../resources/js/jquery.media-query.min.js"></script>

<script type="text/javascript">
	$(function() {
		$.mediaquery([
			{minWidth: 1248, maxWidth: 1407, href: 'grid-1218.css'},
			{minWidth: 1002, maxWidth: 1247, href: 'grid-978.css'},
			{minWidth: 768, maxWidth: 1001, href: 'grid-748.css'},
			{minWidth: 0, maxWidth: 767, href: 'grid-300.css'}
		]);
	});
</script>
<![endif]-->

This example code is something I have never seen before and I decided to take a whack at it, to see how far I can use it in web design. So far, I have gotten it to rebuild my theme for each level of screen size and have alternate themes depending on the user’s screen. I can affect how much content is displayed from the size of a IPHONE to a 1080p HDTV -automatically.

Posted in Uncategorized | Tagged , | 3,307 Comments

Basic things to know when using unmanaged’ Linux servers.

Recently I have been answering a bunch of questions for various people interested in setting up Nginx, Django, Php, Fein CMS, etc. In the end it can be frustrating when my time and yours is spent doing the basics. I will modify this post as time goes on to address future questions and my questioners who need to understand. The following subjects will be addressed:

Table of Contents

  • Free SSH clients
  • Navigating your file structure via a SSH Client!
    • CD Change Directory
    • DIR Directory Listing
  • Changing your file structure
    • MV Moving command
    • CP Copying command
  • Useful System Information Commands
  • Permission Settings
    • CHOWN Ownership command
    • CHMOD Modifying who can access
  • Other Great Tools

See what Amazon has:

Posted in Uncategorized | 5,703 Comments