Topic: Tutorials
The following posts are filed under Tutorials.
I reckon you’ve seen them before: fading corners. As frames, boxes, headers, etc — they serve a nice purpose. The fade gives a sense of softness yet a sense of depth.
Many a Google search failed to bring any tutorials except a resource. That resource wasn’t enough because I needed a custom-made fading corner. Messing with [...] Comments are closed. Read the complete article »
I’m getting really lazy writing all these beginner PHP tutorials, so this will either be my second last or last one. I’ll be sporadically and scarcely covering some other functions along with this tutorial, but I assure you that I’ll probably post more beginner tutorials when NOVALISTIC 3.0 is up. I’ll only get motivation from [...] Comments are closed. Read the complete article »
Everyone knows that the W3C stated that we should never expand boxes even if there are other elements wider/higher than themselves, but IE6 just wouldn’t listen. It thinks it’s being civil but in reality it just destroys a layout. This bug has been known for half a decade but there haven’t been perfect fixes. My [...] Comments are closed. Read the complete article »
Arrays in PHP
Jun 13
Welcome back to my little series of PHP novice tutorials. As previously mentioned, I will move on to more advanced tutorials in a month or so, but I might randomly throw in one or two of those while I’m at it. I dunno.
Let’s move on to arrays. Comments are closed. Read the complete article »
Today I’ll be talking about basic arithmetic functions and a little about PHP errors.
I’ll probably fill June with nothing but novice PHP tutorials just to get started, then carry on to more sophisticated PHP workings and probably a practical application or two. Well, let’s get started! Comments are closed. Read the complete article »
Well, I’ve decided that my first actual tutorial should be a little beginner’s introduction to PHP: Hypertext Preprocessor, one of the most popular open source programming languages around. So, here we go!
OK, PHP is basically a programming language designed primarily for web applications and databases. That’s why PHP has complete capability of being [...] Comments are closed. Read the complete article »