Tag : comments

Title User Language Tags Description Date
disqus mjenos HTML August 6
Conditional Body Tag for Drupal 7 marshallgmoore HTML

Haven't fully tested this yet.

April 19, 2011
conditional comments - add IE specific classes to the body tag senorJ HTML March 17, 2011
Wordpress Comments Styling laurentzziu PHP November 9, 2010
Target IE6 and IE7 Browsers without Conditional Comments alozuldo CSS

The code below will change the background-color of divs depending on what browser the user is viewing the web page under. Since * cascades down to IE7 and below, we use _ after that declaration so that IE6 (and below) has a different background color from IE7.

October 24, 2010
Apply IE-specific class to body tag instead of using conditional stylesheets f6design HTML

Instead of feeding IE separate stylesheets, use conditional comments to apply an IE-specific class to the body tag. This means all your IE-only classes can go in your main stylesheet, e.g. .ie6 .myelement { margin:5px; }\r\n\r\nThis was taken from the HTML5 Boilerplate.

October 1, 2010
wordpress comments ricosushi PHP

WP comments basic structure

August 10, 2010
Remove C/C++ comments from a file. sarmanu C++ Removes the comments from a file. Multiple-lines comments (/* */ blocks) supported. May 29, 2010
Wordpress Comment counts howardpanton PHP

Count the number of comments in wordpress blog

April 12, 2010
check if comments wordpress lassemahn PHP March 6, 2010
XAML comments namespaces Henrik Söderlund XAML - February 26, 2010
Can Good jQuery/Javascript not have lots of comments? PandaWood jQuery

I can't help thinking that good use of jQuery & Javascript must use extensive comments

January 23, 2010
Wordpress - Display the Most Commented Posts of 2009 mdrisser PHP

From Web Design Ledger "13 Useful Code Snippets for WordPress Development" For additional information, see the link above.

December 28, 2009
Wordpress comment style based on role Akuma99 PHP

To do so, simply open your comments.php file and replace your comments loop by this one :

November 27, 2009
Conditional Comments CSS für IE Browser (WordPress) gabbo HTML October 22, 2009