Skip to content

Skylight Studios

A Web Developer's Life

Archive

Tag: programming

As my Job is an ASP developer but my hobby is PHP I am constantly clashing with many issues between the both.  I am working on a project that deals with many array loops and conditions and shifting values between the indexes. This is one of the main pitfalls when working with classic ASP. Working with arrays turns half an hour job into a whole morning because with PHP, while it is quite messy it is packed full of routines and functions to handle arrays easily and effectively such as array_map and push.

One of the jobs is to create a function splitting a textbox form values into individual variables then inserted into database.  Why? it is a long story. It feels more like reverse engineering rather than making something which was pratical. It is quite complex to sort and validate without PHP’s useful functions.

At the moment I have been very busy with work, but since working I have gained alot of experience and background knowledge, might not be in the language I want but helps in the overall structure model for design and development.

On of the projects I am working on is a simple CMS for an anime registration and news system. Not based on any framework I am hoping to provide a simple fulll fledge working custom made system. Most anime conventions follow the same design pattern so once it is implemented it should be robust for most conventions to use.