Browsing articles by " Ruzeen"
Jul
10
2010

Basics of a server side scripting language : PHP (part 2)

Learning PHP

Haven’t read part 1 yet? Go to PART 1 else you’re good to continue! In this tutorial we’ll be learning how to echo out an image, much advanced calculations using variables, using the IF statement and using arrays. Ready? Good! Lets start working. Echoing out an image Nothing to worry here. It’s simple; a small change to make from how you would normally write. <?php echo “<img src=’the-location-of-your-image’ width=’100′ length=’100′ />”; ?> Much advanced calculations [...]

Jul
10
2010

Column Vectors [Mathematics]

Vectors

Note: This tutorial mainly targets O/L & A/L students. What is a vector? A vector is a displacement that has a fixed length in a fixed direction. Also you can add vectors in any order as long as you know what you’re doing and don’t mess up. Yes! This is going to be more than just a tutorial. Let’s make this a quiz. I will do one whole question along with detailed workings. First try [...]

Jul
7
2010

Subject of the equation [Mathematics]

Subject of the equation

Note: This tutorial mainly targets O/L & A/L students. I know, we all know making the subject of (for example) x is a simple thing in a simple equation/sum – which basically anyone should be able to do. What about a hard/confusing one? This is going to be more than just a tutorial. Let’s make this a quiz. I will do 4 hard questions along with detailed workings. First try it yourself then check the [...]

Jun
27
2010

Basics of a server-side scripting language : PHP (part 1)

Learning PHP

What does PHP stand for? PHP is known as Hypertext Preprocessor these days, but stood as personal home page way back in 1994/95 and 6 (glad it changed to a better-sounding name). Anyway… who cares about the history, unless u really do. Yeah! Google that :] What is PHP used for? PHP is used for web development; to produce dynamic web pages. And it wont function as a client-side script. It needs to run on [...]

Jun
22
2010

Build a software program like PeterAnswers.com’s app.

Software Programming

Note: Read this tutorial only if you are even a small VB programmer. Want to just download the program? Download! – extract and run setup.exe Happy experiencing :] Bye. Or else… Few months ago I came across PeterAnswers.com by accident, whilst browsing the net. It is your turn now… please go through the entire homepage and then continue reading this tutorial (you will understand better). Thatʹs NOT artificially intelligent ;D Hope you are done! Wondering [...]

Pages:«123»