Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »

Courtney › Comments

Courtney
Get Notify Via Email On Any Updates | PimpMyWordPress.com - http://www.pimpmywordpress.com/wordpre...
Update Notifier - Courtney
Courtney
Get Notify Via Email On Any Updates | PimpMyWordPress.com - http://www.pimpmywordpress.com/wordpre...
Update Notifier - Courtney
Courtney
Template Tags/get posts « WordPress Codex - http://codex.wordpress.org/Templat...
<ul> <?php global $post; $myposts = get_posts('numberposts=5&offset=1&category=1'); foreach($myposts as $post) : setup_postdata($post); ?> <li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li> <?php endforeach; ?> </ul> - Courtney
Courtney
Excerpt or Content Word Limit in WordPress: Redux | bavotasan.com - http://bavotasan.com/tutoria...
$content = explode(' ', get_the_content(), $limit); if (count($content)>=$limit) { array_pop($content); $content = implode(" ",$content).'...'; } else { $content = implode(" ",$content); } $content = preg_replace('/\[.+\]/','', $content); $content = apply_filters('the_content', $content); $content = str_replace(']]>', ']]&gt;', $content); return $content; - Courtney
Courtney
Resize YouTube Embed Video « Sandeep Verma - http://sandeepverma.wordpress.com/2009...
<?php 02 03 $embed = '<object width="425" height="344"><param name="movie" value="http://www.youtube.com/ v/SOiGqFceMYo&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v..." type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>'; 04 05 //$alt = preg_match_all('/(width|height)=("[^"]*")/i', $embed, $matches); 06 07 $embed = preg_replace('/(width)=("[^"]*")/i', 'width="200"', $embed); 08 $embed = preg_replace('/(height)=("[^"]*")/i', 'height="200"', $embed); 09 10 echo $embed; 11 12 ?> - Courtney
Courtney
Fiji Web Design - CSS Tooltips - Floating HTML Elements - http://www.fijiwebdesign.com/fiji-we...
display: block; position: absolute; top: 10px; left: 0; /* formatting only styles */ padding: 5px; margin: 10px; z-index: 100; background: #f0f0f0; border: 1px dotted #c0c0c0; opacity: 0.9; /* end formatting */ - Courtney
Courtney
clueTip: A jQuery Tooltip Plugin - http://plugins.learningjquery.com/cluetip...
<script src="jquery.js" type="text/javascript"></script> - Courtney
Courtney
div#links a:hover span {display: block; position: absolute; top: 200px; left: 0; width: 125px; padding: 5px; margin: 10px; z-index: 100; color: #AAA; background: black; font: 10px Verdana, sans-serif; text-align: center;} - Courtney
Courtney
Wordpress Plugin to Embed Custom fonts on your site. Cross Browser Compliant and SEO friendly! « TTFGen - http://www.ttfgen.com/wordpre...
TTFGen - Courtney
Courtney
Add Signature Plugin for WordPress · Dagon Design - http://www.dagondesign.com/article...
<!-- ddsig2 --> - Courtney
Courtney
Kimili Flash Embed for Wordpress | Plugins | Kimili - http://kimili.com/plugins...
[kml_flashembed movie="/path/to/your/movie.swf" height="300" width="300" /] - Courtney
Courtney
Image Sprite CSS Navigation - Same Image Hover State - Tutorial - http://stylemeltdown.com/2007...
#nav-example li {float:left; list-style:none; display:inline;} - Courtney
Courtney
Widgetizing Themes « WordPress Codex - http://codex.wordpress.org/Widgeti...
<?php if ( function_exists('register_sidebar') ) register_sidebar(); ?> - Courtney
Courtney
A handful of Firefox tweaks that will double your browser speed - http://www.dagorret.net/2009...
config.trim_on_minimize - Courtney
Courtney
We Eat Bricks :: Web Development Blog » Blog Archive » New wordpress plugin for creating a drop down navigation menu using JQuery - http://weeatbricks.com/2008...
<?php echo wp_jquery_dropdownmenu(2, “Blog”,1, 0); ?> - Courtney
Courtney
How to create an image gallery using WordPress bookmarks (links) - http://justintadlock.com/archive...
<div class="bookmarks-gallery"><?php wp_list_bookmarks($args); ?></div> - Courtney
Courtney
Mozilla Webdev » Blog Archive » Cross-Browser Inline-Block - http://blog.mozilla.com/webdev...
zoom: 1; *display: inline; - Courtney
Courtney
Multi-level Navigation Plugin for WordPress - http://pixopoint.com/multi-l...
<?php if (function_exists('pixopoint_menu')) {pixopoint_menu();} ?> - Courtney
Courtney
Sobek`s Posts in Category plugin | ClockWorkBlogger - http://clockworkblogger.com/sobeks-...
style:order - Courtney
Courtney
Separating Content Types » MtDewVirus - http://mtdewvirus.com/archive...
admin.php?import=wp-cat2tag - Courtney
Courtney
How to Use WordPress for a Portfolio Site - Part 1 | blogHelper - http://bloghelper.is-there.net/how-to-...
<?php echo '<img class="bigimg" src="'.get_post_meta($post->ID, 'big_image', TRUE).'" />';?><?php the_content(); ?> - Courtney
Courtney
All Things Seen and Unseen » Recent Posts - http://rmarsh.com/plugins...
'included_cats=1' - Courtney
Courtney
free beautiful background patters - Courtney
Courtney
Add a Third Column to Blog. ~ The Blog Doctor. - http://www.blogdoctor.me/2007...
how to add a third column to blogger - Courtney
Courtney
WordPress › Support » Wp and 'wp-includes/Js' trouble - http://wordpress.org/support...
fix for jquery error when writing new post - Courtney
Courtney
Wordpress 2.5 Image Upload Error [Wordpress Fix] | Wordpress - http://www.hongkiat.com/blog...
# <IfModule mod_security.c> # <Files async-upload.php> # SecFilterEngine Off # SecFilterScanPOST Off # </Files> # </IfModule> - Courtney
Courtney
WordPress › Support » Image/Media Uploader problems? - http://wordpress.org/support...
<IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule> - Courtney
Courtney
info@prayercentral.org - Courtney
Courtney
Wordpress Tutorial: Adding Rounded Corners to Widgets Using CSS | Custom Wordpress Theme Design - http://rubiqube.com/wordpre...
.widget { background: #FF9900 url(images/rounded_bottom.gif) no-repeat bottom left; padding-bottom: 10px; } .widgettitle { background: url(images/rounded_top.gif) no-repeat top left; padding: 10px 10px 0 10px; } .widget ul { margin: 0 10px; list-style: none; } - Courtney
Courtney
Migrating-Redirecting Blogger to Wordpress: The Complete Guide! | Blog Tips to Help You Be A Better Blogger - Blog Bloke - http://www.blogbloke.com/migrati...
uresh on May 17th, 2008 at 1:49 am said... - Courtney
Other ways to read this feed:Feed readerFacebook