Posted in php on Sep 18th, 2007
I just installed the Geshi wordpress plugin. I have used Geshi before to do some php tutorials but I have never used it with wordpress so let’s see how it works. I think this will be great for this site!
1
2
3
4
5
6
7
<?php
echo "Hello World!";
$array_test = explode(",","one,two,three");
foreach ($array_test as $value) {
echo "$value ";
}
?>
Looks to be working pretty good. […]
Read Full Post »
Posted in HTML, CSS, Site Design on Sep 14th, 2007
For about the last year I have been studying OOP programming among other things. I can’t remember the last time I looked at an xHTML or CSS book. I have decided to go back through and brush on my CSS skills. I find myself writing PHP more than anything these days. I do like coding, […]
Read Full Post »
Posted in Reviews on Sep 13th, 2007
It has been about a month since I signed up for payperpost and so far everything has been great! I have made a little over a hundred dollars and plan to make way more. I was surprised to see that there were a lot of opportunities for my blog even though it is so new. […]
Read Full Post »
Posted in php on Sep 11th, 2007
I have decided that I am no longer going to be coding using only php4 functions. The time is past due where it is okay for web hosting companies to use outdated software. If they don’t offer php5 then use a hosting company that will. I use dream host and they give you the option […]
Read Full Post »
Posted in php on Sep 9th, 2007
Lately I have been looking at some ways to optimize my php development. I have been looking at templating engines, frameworks and php objects. I have noticed that for each site or project I end coding a lot of the same function or copying functions from previous projects to build a similar class that does […]
Read Full Post »
Posted in Google on Sep 3rd, 2007
This is a continuation of the article I wrote last month. I think the talk about this has been dying down since everyone has lost their excitement for the PageRank update/export. Mostly everyone that keeps track of the Google toolbar PageRank display said that they predicted there would be an update last month. Looks like […]
Read Full Post »
Posted in Blogging on Sep 1st, 2007
Somehow my computer has become outdated! I have a Pentium 3.2 GHz computer with 2 gigs of ram. I used to think this computer was great until we got new computers at work. we had a choice between mac or PC and I decided I wasn’t ready to jump on the mac bandwagon just yet. […]
Read Full Post »