Posted In Blog,PHP By Tony Virelli
closeAuthor: Tony Virelli
Name: Tony Virelli
Email: tvirelli@gmail.com
Site: http://www.tonyvirelli.com
About: My name is Tony Virelli and I am from Iowa. I work for a web marketing and design firm. We offer web design, web programming, web marketing, search engine optimization and hosting. We also do print work, logo design and corporate identities. I am the head PHP programmer and the systems administrator.See Authors Posts (17)
If you have ever do table data and want to alternate the row colors here is a super simple way to do that using PHP.
[read more]
Posted In PHP,Web Design By Tony Virelli
closeAuthor: Tony Virelli
Name: Tony Virelli
Email: tvirelli@gmail.com
Site: http://www.tonyvirelli.com
About: My name is Tony Virelli and I am from Iowa. I work for a web marketing and design firm. We offer web design, web programming, web marketing, search engine optimization and hosting. We also do print work, logo design and corporate identities. I am the head PHP programmer and the systems administrator.See Authors Posts (17)
Ok, so every year web designers have the all dreaded task of updating the copyright on their designs. This isn’t so bad if you work for 1 company, but if you work for a design firm like I do and have tons of clients websites to update it can be a time eating task.
[read more]
Posted In PHP,SQL By John Hass
closeAuthor: John Hass
Name: John Hass
Email: john@sipmeeting.com
Site: http://www.jkcool.com/
About: John Hass, is not a writer, is not a poet, is not much of anything, but you read his blog posts, I know you do.
But really I am a Linux administrator, and I fake sweet computer programming skills.See Authors Posts (13)
MySQL is an excellent database product and even though Oracle just bought out Sun, who bought out MySQL, Oracle still promised to keep up with MySQL patches and releases. (see more here) This is great news for all us die hard MySQL and PHP guys, we no longer have to worry about giving up our MySQL for something else (because you can have my PHP when you pry it from my cold dead fingers). Though the question of the day is, when we get Millions of records how can we speed it up. Say for example I have a callrecord database that has a few things in it
[read more]
Posted In PHP By Tony Virelli
closeAuthor: Tony Virelli
Name: Tony Virelli
Email: tvirelli@gmail.com
Site: http://www.tonyvirelli.com
About: My name is Tony Virelli and I am from Iowa. I work for a web marketing and design firm. We offer web design, web programming, web marketing, search engine optimization and hosting. We also do print work, logo design and corporate identities. I am the head PHP programmer and the systems administrator.See Authors Posts (17)
You have to have PEAR installed. You can get more information at http://pear.php.net.
[read more]