Today we are going to dive into PHP's huge function library and learn how to manipulate strings. Some are simple, like the [code]strlen()[/code] function that we looked at in the [link="http://www.cyb [read more]
Posted by Eli Mitchell on March 4, 2011 at 6:17AM
Today is an exciting day because [link="http://www.opera.com/browser/next/"]Opera 11.10 beta[/link] was released. This beta update adds support for CSS3 linear gradients! Today I'll introduce linear g [read more]
Posted by Eli Mitchell on March 14, 2011 at 5:26PM
Today, we finish looking at the core features of PHP. Being core features, you will find yourself using them many times in various ways in the future. [h2]Arrays[/h2] PHP's ease of handling arrays was [read more]
Posted by Eli Mitchell on March 19, 2011 at 9:49PM
Web blogs, online shopping catalogs, social networking websites, forums, news sites and photo galleries all have [i]one thing[/i] in common: databases.
[h2]What is a Database?[/h2]
The word [b [read more]
Posted by Eli Mitchell on April 4, 2011 at 7:48PM
Ruby on Rails (RoR) is a revolutionary web programming language. Once I started to read about it, it became quite obvious why. The goal of Ruby is to make the code closer to spoken language and less o [read more]
Posted by Eli Mitchell on April 18, 2011 at 6:06AM
In this post, you will learn more about SQL queries. We will look at how to select, order, update and delete data, as well as alter the structure of database tables. This image that I used in the last [read more]
Posted by Eli Mitchell on May 4, 2011 at 8:50AM
Apache Web Server is the extremely popular because it is free, secure and efficient. It is also highly configurable. There is so much to learn about Apache configuration, and I do not claim to be an e [read more]
Posted by Eli Mitchell on May 12, 2011 at 8:15PM
The litter of the Internet is spam. No one enjoys having their websites littered. However, the very nature of spam comments make it easy to filter most of them out.
[h2]Spam Comment Similarities[/ [read more]
Posted by Eli Mitchell on June 3, 2011 at 12:00AM
Most people don't really care much about their web browser. Many people just click up the "big E" that is synonymous with "internet" and start browsing. Lately, more people have been seeing that [link [read more]
Posted by Eli Mitchell on June 6, 2011 at 12:58PM
It's been a while since I did the last part of my PHP series, [link="http://www.cyberstream.us/post/2011/05/learning-php-part-7-more-sql-queries"]SQL Queries[/link]. I have not forgotten about it, tho [read more]
Posted by Eli Mitchell on August 18, 2011 at 10:18PM
HTML5 and CSS3 have enormous potential for creating revolutionary web applications. Today, I'll demonstrate how to build a sleek, stylish contact form utilizing the CSS3. None of the effects in the fo [read more]
Posted by Eli Mitchell on January 25, 2012 at 4:55AM
Over the past few years there has been a growing hype cool effects "created only with jQuery and CSS3". But why is [em]jQuery[/em] so popular? There are dozens of alternative [abbr title="Javascript"] [read more]
Posted by Eli Mitchell on February 10, 2012 at 1:08PM
If you are a web developer and you are anything like me, then you have multiple web development projects in the works simultaneously. However, it can get somewhat annoying having to access each projec [read more]
Posted by Eli Mitchell on August 27, 2012 at 12:42AM