PHP Tutorial 102: Manipulating Variables and doing Mathematics
Now, after we learned how to show content and also had a first glance at variables, we will now go a step further. To define a variable in PHP you just need to use $ and a variable name: $variable. You...
View ArticleHTML Tutorial 103: Design with tables and CSS
You know how to write a valid XHTML document, however, the page is still not as nice looking as ruelicke.net or google.com or any other website out there. What I teach you today is not how to create a...
View ArticleWeb Standards and Accessibility Guidelines used in a Blog?
The majority of the Internet users should have heard about the World Wide Web Consortium or better known as W3C. The W3C is the main international standards organization for the World Wide Web (W3). It...
View ArticleJavaScript – Hello World
Unlike my PHP and HTML tutorials this tutorial will be different. Although I know JavaScript I don’t use it often because of a few reasons. So I’m using this „tutorial“ to 1. refresh my knowledge about...
View ArticleCSS – First letter of a paragraph larger than the others
Pro Blog Design had an article about formating blog posts for readability the other day. As we discussed further methods of styling your blog articles, we started talking about „the concept of making...
View ArticleJavaScript – Playing with a Form
I assume you already saw one of those forms which show something like „Enter query“ in one of the input fields and as soon as you enter a letter or press a key on the keyboard, the „Enter query“...
View ArticleCSS – Make your list different
If you have a look at my sidebar, you see that my menu options have little dots (or images) to the left. Thanks to CSS, Cascading Style Sheets, you have many options to style your list, ranging from no...
View ArticleUseful Tools for validating HTML, CSS and Accessibility
Who doesn’t know the situation when you release a website and within a short time you get complaints of users with browser X who say that xyz doesn’t work on the page. These days there are many...
View ArticleC#/C++ – Hello World!
As I have the fortune to learn C#/C++ at school I thought it is a good idea to share what I learned and what I’m learning. Additionally it helps me to repeat what I learned and I can make sure that I...
View ArticleThe 6 steps of creating a website
One of my hobbies, actually my favorite hobby, is to write HTML, CSS and PHP code. Or better: creating websites. If I’m not working on an existing website, I like to think about creating a new one....
View Article