DesignQuote is syndicated. If you would like to add some great content to your site, you can list DesignQuote jobs on your website giving your visitors fresh content that is updated several times every day! If you do not have an easy way to add an RSS Feed then you can use this simple PHP script.
You can capture the raw feed here: http://www.designquote.net/feed.cfm
To apply styles to match your site, you can use the embedded CSS classes.
<?php
$url = "http://www.DesignQuote.net/feed.cfm";
$handle = @fopen( $url, "r" );
if ($handle) {
while (!feof($handle)) {
$buffer = fgets( $handle, 4096 );
echo $buffer; }
}
fclose($handle);
?>
The styles used in the feed are here:
.dq_maincontainer { font-family: ariel,helvetica; font-size:12px; }
.dq_main_title_span {font-size:14px; font-weight:bold; }
.dq_nav_link {color:#6633cc;}
.dq_job_div {font-size:11px; padding:4px; margin-top:10px;
border-bottom:1px solid #999999; width:600px; }
.dq_job_title_link { font-size:16px;}
A.dq_job_title_link, A.dq_job_title_link:visited{color:#6633cc; font-weight:bold;}
.dq_closestoday {color:#cc0033;}
.dq_daysremaining {color:#ff9933;}
.dq_jobdesc_div { font-size:12px; margin:4px;}
.dq_bold { color:#333399;}
-->
Freelance Jobs |
Freelancing |
Graphic Design |
CSS Gallery |
Web Site Design |
Web Design Jobs |
Photography Jobs |
Graphic Design Jobs |
Logo Design Bids
© Copyright 2005 - 2012 DesignQuote™
2300 Holcomb Bridge Rd # 103-125 - Roswell, Georgia USA (404) 474-8237
Partners: DesignFirms.org:
Build a Website |
Freelance Designers |
Web Designers |
SEO Directory |
Site Design By Web Design Atlanta |
Writers Quote |
PHP Developers