CrankBerry Blog Title

Archive for September, 10

2010


(4) Comments

PHP text based counter – script specific no MySQL counter

Categories :: PHP

Here's a counter script that can help you count downloads, specific pages, or overall general count. This is a simple function that works by storing text rather than using a MySQL database. Just for quick usage.

2010


No Comments

PHP Cron job without using Cron tab (cron alternative with MySQL or just txt)

Categories :: PHP

You may have the need to schedule a PHP script to run but don't know and don't want to bother to learn how to use CRON job. That is ok because when I develop for smaller clients with shared hosting I tend to use a different technique anyways. Here's my alternative to running a CRON tab.

2010


No Comments

The ultimate newb's guide to learning web development (Pt. 1: The Basic)

Categories :: CSS, HTML, Javascript, MySQL, PHP, Web Development

If you are just discovering the world of web development but know nothing about HTML code, css and mumble-jumble, here's a good place to start. In this article I will outline in general where to find resources and some good skills to pick up on to becoming a minor expert in the field.