HomeFree Wordpress ThemesTheme DemosSupport
 

Archive for the ‘Web Design’ Category

Custom Wordpress Design Services

March 31st, 2007 @ 12:52 pm by Kalina

Are you in need of custom Wordpress design services? We provide this service, our custom Wordpress themes start at $200 USD.

If you’re in need of help in regards to your Wordpress blog, you can hire us, we charge a low fee of $20 USD per hour.

We work fast and efficiently, read what our clients have to say.

To get started, contact us at Kalina Web Designs.

8 Invaluable Wordpress Plugins

June 28th, 2006 @ 4:27 am by Kalina

Wordpress PluginsIf you’re a plugin freak like I am, then you’re sure to enjoy this list of invaluable Wordpress plugins. I’ve tried them all, I like the “Related Entries” plugin the best. That post leaves me longing for more, too busy to go on my own search these days.

If you find those plugins useful, you can go digg the article.

Wordpress 2.0.3

June 1st, 2006 @ 5:17 pm by Kalina

The latest in the Wordpress 2.0 series has been released today, http://wordpress.org/development/2006/06/wordpress-203/

Time to upgrade, everyone. :D

Log IP to Database

June 1st, 2006 @ 3:16 pm by Kalina

I found this today,

I ran this query on my Wordpress database.

CREATE TABLE `ip` (
`id` int(5) NOT NULL auto_increment,
`ip` varchar(50) NOT NULL default ”,
PRIMARY KEY (`id`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;

And placed this php code in my footer.

<?php
$ip = $_SERVER['REMOTE_ADDR'];
$sql = “INSERT INTO `ip` ( `id` , `ip` ) VALUES ( ”, ‘$ip’)”;
$query = mysql_query($sql);

print “Logged: $ip”;
?>

I just like having IP’s logged in my database forever. Maybe you’ll find that handy.

Kalina Web Designs Redesigned

May 2nd, 2006 @ 10:44 pm by Kalina

I just recently completed a major site overhaul for my web design business, Kalina Web Designs. The site now uses Wordpress! I’m very excited about this as there will be some interactivity there now. Mainly I will use the blog for site updates, promotions, additions to the portfolio, stuff like that.

Make sure you check out the new design and let me know what you think of Kalina Web Designs’ new look. If you happen to be in need of web design services, just contact me there, our services are competitive and professional and served with a smile. :D


Download Free Wordpress Themes