Home > CSS Help > CSS Date Blocks for Blogs– The Glass is Too Big

CSS Date Blocks for Blogs– The Glass is Too Big

March 20th, 2009

CSS Date Blocks for Blogs– The Glass is Too Big



You’ve probably been seeing the little date blocks that people have started using recently in their blog designs (even if … css date blocks for blogs …

Source


Similar Posts

    CSS Date blocks – Tutorialized

    CSS Tutorials : CSS Date blocks … Now we are going to design such CSS date block here. See example on site â.€¦ View Tutorial …

    Source

    How to Fix WordPress Feedburner Plugins After Converting to Google Feedburner

    Feedburner API

    I ran into (yet another) Feed Count + Feedburner problem recently, shortly after writing my last article on accounting for Feedburner’s subscriber count mistakes. And since I heard from a few people who are also using the Feed Count plugin, I thought I should share this info.

    The Backstory

    As I’m sure all you Feedburner users out there are well aware, Google purchased Feedburner quite some time ago. But until recently, that didn’t mean much: the same people were working on the code, your information was stored in the same place and was represented the same way, and so on.

    But recently Google has begun bringing Feedburner more fully into the fold. As a result, all Feedburner users are being required to convert their Feedburner accounts into Google accounts. That created quite a few headaches for lots of people (including myself) right off the bat, as it took a good week for Google to nail down my subscriber numbers with any accuracy – one day I would have thousands of subscribers, the next I might have zero, and the day following only a few hundred.

    A New Problem

    However, even once Google started reporting my Feedburner numbers correctly, I still had a problem: my Feed Count plugin no longer grabbed my subscription statistics. Now, this wasn’t as huge a problem as it could have been, because I had my jQuery Feeburner fix in place… but I still wanted my real subscriber stats back at some point.

    After a bit of digging, I found the problem: as part of their conversion from Feedburner to “Google” Feedburner, Google changed the location of their API. Thus, any plugins that used the old Feedburner API ceased functioning once that user’s account was successfully ported to Google.

    The Solution

    Long-term, the best solution would be for the plugin developers to update and release new versions of their plugins. But as of now, the Feed Count plugin has not been updated – and since it hasn’t seen an update since last July, I’m not going to hold my breath on a new version. So I decided to take matters into my own hands and edit my copy of the Feed Count plugin.

    Note: this solution is specific to the Feed Count plugin, but any brave souls out there could probably modify and use this information to update other plugins as well.

    I opened up my copy of the Feed Count plugin file (feedcount.php) and found this function:

    function mapelli_fc_get_defaults() {
    	return array(
    			'map_fc_feedurl' => '',
    		  'map_fc_queryurl' =>'http://api.feedburner.com/awareness/1.0/GetFeedData?uri=',
    			'map_fc_lastcount' => 'N/A',
    			'map_fc_lastupdate' => 0,
    			'map_fc_updateinterval' => 60, // 1 h
    	    'map_fc_error_updateinterval' => 5, // 5 min
    		  );
    }

    This function mostly sets all the plugin defaults, but it also sets the “queryurl” – the website that the plugin hits to find your subscriber count information. This URL is not customizable anywhere inside WordPress, and since this URL has now changed, we’re forced to edit the plugin itself.

    All I had to do was change the “map_fc_queryurl” line to read this instead:

    'map_fc_queryurl' =>'https://feedburner.google.com/api/awareness/1.0/GetFeedData?uri=',

    Then I saved the plugin, uploaded it to my server, and my stats started showing up again! However, it’d still recommend putting something like this JavaScript fix in place for those random times when Feedburner drops the ball (and your subscriber count).

    Note: Your stats probably won’t start showing up again instantly. You’ll have to wait for the duration of your “update interval,” which can be configured in WordPress under Settings -> Feed Count:

    feedcount update interval

    If you’re using a different plugin and have run into this same problem, please give this solution a try and let people know in the comments if it worked. Thanks!

    Read More

    Postscript

    Many thanks to the terrific Amber Rhea for her work on CSS Insider. You can continue to find Amber on our Download Squad blog. And this site will remain available for reference and searching. Thanks to the readers who commented on the retirement of CSS Insider, and thanks to everyone who visited this blog over the last couple of years!
    Permalink | Email this | Linking Blogs | Comments

    Read More

    Engaging Readers, Design Your Way to More Blog Comments

    You have probably read the studies that claim on average, 1% of online users actually contribute and create content on a given website. The rest are perfectly happy reading your posts, forming their own opinions, and moving on to the next blog with out ever actually leaving any sort of feedback. This makes sense of course, we don’t always have time to leave our thoughts on blogs, or many times it doesn’t even seem worth the effort. After all you have to formalize your thoughts, actually write them out, review, edit, post, and then monitor for responses.

    It actually is a lot more involved than we probably realize.

    It is also a lot more important to get this type of reader interaction than we probably realize. The amount of interaction generated through a blog is an easy indicator of it’s success. Not only for the blog owner, but also to other readers. Consider looking at two blogs with similar content, one with an average of 10 – 20 responses where the other only has 1 – 3.

    I hate to say it, but most people would subscribe to the blog that is generating more interest and response, even if the content was of similar quality.

    How Design Can Encourage More Blog Commenting

    When people blog about “design” in regards to websites many times they are primarily referring to the asthetic quality of a site. While the aesthetic quality of a site can have a large impact on how many people put in the effort to comment on a blog, I want to approach the situation at a higher level.

    Consider that the definition of design is “to assign in thought or intention; purpose.”

    Design is not just making pretty visuals, but to craft your site with specific thought, intention and purpose. So the question then becomes, how can we build the site with the intention of encouraging users to leave comments.

    Create an Incentive or Reward

    The primary reason anyone is going to leave a comment on a blog is they believe that their will be some pay off that is worth their time to formulate their response, edit it, etc… In most cases it is because they have a feeling about the content to the point where they feel the need to get their thoughts off of their chest, or maybe the author is well known enough where the idea of talking with them would be the reward.

    However not all blog posts will have content compelling enough, or an author well known enough to create the incentive and reward with those elements alone.

    Highlight Your Commenters

    Smart marketers have found that the higher that you can appeal on Maslow’s hierarchy of needs, the better success you will have reaching your audience. By highlighting those who really participate you are appealing to the need of “esteem.”

    You could do this by:

    1. Making a post about them every once in a while
    2. Having a top commenters widget
    3. Use gravitars

    Give Your Commenters a Bonus

    I have seen great response to giving the top commenters some sort of bonus. Widgets that keep track of who has commented the most make this an easy endeavor to track and monitor.

    Some of the more common methods could be:

    1. Giving the top commenters a dofollow link
    2. Giving top commenters profile/link on the home page
    3. Giving top commenters a special design when they do comment, do occasional giveaways, etc…
    4. Use the dofollow plugin, so high quality commenters can get some SEO value from contributing.

    Use Design and Visuals to Engage Users

    While I have talked about “design” in terms of designing an experience or functionality, I haven’t addressed the actual visuals of a design and how it can improve the amount of user interaction.

    If you pay enough attention to the design and visuals of your comments, you can catch the attention of users and encourage them to leave a comment.

    Make Your Comment Area Eye Catching and Interesting

    As a users gets closer to the bottom of an article or post, you can bet that they have either scrolled past or lost focus of most of the visual elements on the page. This presents an excellent opportunity to draw their eye to the comment area by just adding a little bit of flair, tension, or contrast to develop some visual interest.

    Want to really get some attention? Consider using custom designed form fields (not too custom as to hinder user experience).

    Be Suggestive

    Suggest that a user leave a comment where ever you can! At the start of the comments create a link to add a comment. You could even go so far as adding a “reply” button/link at every comment in the list.

    Additionally this will make it easy to comment, as users won’t have to hunt for the add comment link.

    Highlight the Commenters

    People leave comments because they want people to read their opinion (even if it is just the author). Make sure that the users name/link has enough visual emphasis. This will help establish that the commenter will get the recognition that they are seaking.

    Again, use Gravitars. Users who have gone so far as creating a gravitar will appreciate being able to show their branding on another blog and are more likely to comment because of it.

    Any Experiences or Tips?

    These are some of the best methods I have come across, if you have any experiences, tips, or other ideas on how to encourage more users to participate through the design of your blog/website feel free to leave a comment with your thoughts.

    Read More

    Nested CSS Blocks " Out of Hanwell

    Nested CSS Blocks. Filed under: Uncategorized — Matthias Miller @ 11:06 am … “Oh,” you cry, “if only I could nest these CSS blocks! …

    Source

    Centering Blocks [CSS Working Group Wiki]

    You are here: CSS Working Group Wiki ” Ideas and Resolutions ” Centering Blocks … is not currently available to CSS) is that it centers its descendants’ blocks. …

    Source

    Centering with CSS: theodorakis.net

    Centering blocks with CSS. Table of contents. Introduction … asked by these authors is: “How do I center blocks or other elements in CSS? …

    Source

    Obsessive CSS Code Formatting: Opening and Closing Brackets …

    How do you open and close your individual blocks of CSS code? … Gyrus: I agree that single-line CSS blocks are an excellent way to save space. …

    Source

    Blocks and CSS in the wiki

    Centenary > Web Development > wiki > blocks and CSS. Quick Overview of Blocks and CSS in the wiki … More CSS usage. Other kinds of wiki blocking mechanisms …

    Source

    CSS Analytical Co. Inc. – Pre-Paid Phone Support

    CSS Analytical is Your Upgrade Solution Provider for … Prepaid Blocks of Time. CSS Analytical offers blocks of 800# toll free phone support and extensive …

    Source