Posted in Site Design on Aug 23rd, 2007
I am currently in the process of design a new theme. So, if you are browsing and somethings look funny don’t be alarmed I am probably just working on it. I will try to do as much as I can on my dev server but there are usually a few things that have to be […]
Read Full Post »
Posted in Reviews on Aug 22nd, 2007
I don’t know if anyone else works some where that is always freezing. I do! So I decided to get a Space heater so I wouldn’t be so cold all the time. It has actually made it easier to work. I used to get so cold that I wouldn’t be able to type very fast. […]
Read Full Post »
Posted in Reviews on Aug 22nd, 2007
I have been using google adsense as my main ad server for a while now. I have noticed that it really does matter where you place your ads, what colors you use, and if you use text or image ads. Make sure you don’t just throw some ads on your site. You want to play […]
Read Full Post »
Posted in Reviews on Aug 22nd, 2007
I always make sure to check out every site possible when I am getting ready to travel. I want to make sure I get the best deal. I was recently searching for vacations to go on and I found some really great deals at Hotel Reservations. I was surprised to find some very affordable vacations […]
Read Full Post »
Posted in Reviews on Aug 22nd, 2007
I often go to other well known websites to read about what’s going on in the seo world from their point of view. One of the sites that I like is www.seochat.com I participate in their forums on subjects I find to be controversial. I used to use their tools, but I have found lately […]
Read Full Post »
Posted in Development, Wordpress on Aug 21st, 2007
It has been about two months since I started using wordpress and I have released 5 plugins and am getting ready to release my biggest and best one yet. I have been working on this mailing list manager for about 4 months and it is definitely some of my best coding work I have ever […]
Read Full Post »
Posted in php on Aug 21st, 2007
fprintf
(PHP 5)
fprintf — Write a formatted string to a stream
Description
int fprintf ( resource $handle, string $format [, mixed $args [, mixed $…]] )
Write a string produced according to format to the stream resource specified by handle.
Parameters
handle
format
See sprintf() for a description of […]
Read Full Post »
Posted in php on Aug 21st, 2007
explode
(PHP 4, PHP 5)
explode — Split a string by string
Description
array explode ( string $delimiter, string $string [, int $limit] )
Returns an array of strings, each of which is a substring of string formed by splitting it on boundaries formed by the string delimiter.
Parameters
delimiter
[…]
Read Full Post »
Posted in php on Aug 21st, 2007
(PHP 4, PHP 5)
echo — Output one or more strings
Description
void echo ( string $arg1 [, string $…] )
Outputs all parameters.
echo() is not actually a function (it is a language construct), so you are not required to use parentheses with it. echo() (unlike some other language constructs) […]
Read Full Post »
Posted in Reviews on Aug 21st, 2007
If not, here are some good reasons to become one. If you have ever been apart of a charity before you would know that it makes you feel better as a person to know that you are helping. Your friends, family, and coworkers will respect what you are doing, and of course you can write […]
Read Full Post »