Posts Tagged "free"

PHP Basics: Boolean Logic Tutorial

Hi there PHP fans! (lol I sound like an American sports commentator). Ok we’re going to take a look at PHP Boolean logic, it’s a tutorial, so we’ll take you through it simply and give you some examples. Easy peasy! – It won’t take long. PHP Boolean Type Booleans are the simplest php ‘type’. A boolean expresses a ‘truth’ value. It can only be...

read more

Cool Free Stuff for Webmasters

I can’t say for sure because I do all my coding by hand in a plain text editor, but I’m willing to bet that not even the fancy commercial web design software packages offer all these fun freebies for webmasters. View Source Chart Jennifer Madden’s awesome View Source Chart extension for Firefox redraws any webpage’s source code as a beautiful, intuitive, color-coded chart....

read more

PHP Basics: HTTP Authentication – Security

Well we’re back here again, doing some ‘PHP Jazz’ as my mrs would say, then again she’d use the word ‘Jazz’ in any context…Crazy fool. Note: If you copy and paste any code here, you will need to make sure you replace the quotation markse (”) with standard ones, as when you copy it from here it will bugger up. Lets do this! What is PHP HTTP...

read more

AS3 Quick Tips: Scale a movieclip proportionately

Hello there, Have you ever wondered how to scale a movieclip in proportion to height or width? Well this quick tip is here to help you do just that! Lets get right to the juicy stuff: myMovieClip_MC.width = 300; myMovieClip_MC.scaleY = myMovieClip_MC.scaleX; This code will scale the target clip (myMovieClip_MC) to 300 width or any other desired width! To do this for height simply reverse the...

read more

PHP: Submit a Form Automatically or PHP Spam Bot

Hi there, I’m posting you something PHP related, however it wasn’t intially made to be malicious. It was designed for a client who had multiple submission forms and want to test them all at once. In this instance, I have designed and created a little function which allows for re-usable code. PLEASE NOTE THAT THE QUOTATION MARKS ARE INCORRECT SO PLEASE DOWNLOAD THE SOURCE HERE Click...

read more

Open Source Web Designer (linux & windows)

In my battle to reject normality aka Windows, I’ve decided to take a look and research what tools are out there to do website design, which are not only free, but are pretty damn good too. Unfortunatley, if I’m honest they are not without there glitches, and are stopping me from making the switch. But looking to the future, I can see that there will come a time when I can escape the...

read more

PHP: Easy Form to Mail Tutorial

Hey, I’ve finally got around to making you a cool PHP Tutorial, with a practical use. If you’re a web designer, this will allow you to add contact forms to your clients websites, and if you wanna get into php, this is a nice little tutorial that will get you going. What you’ll need: Linux server, php enabled (version 4 or 5 is fine), basic html knowledge What you’ll...

read more

Pay Per Click Nightmare

Sometimes one of your best tools can be your greatest nightmare, something so erratic as pay per click trends can sometimes take more of your time than you would like and certainly cost you an arm and a leg to perfect. Of course when you break pay per click down to its basics, the aim is to make a greater return than your expenditure, simple right? Wrong. Many factors can stand in your way...

read more