Firefox CSS Trick
You may have noticed that Firefox outlines hyperlinks when you click on them. Personally I find this a little bit annoying, especially when the hyperlink happens to be an image or a website logo.
However, as a web developer you can easily change this behavior for your website.
Just add this little piece of CSS to the main CSS file for your website to remove the outline:
Display Content for a Specific Role - Drupal
Sometimes, is can be a requirement to only allowed a specific group of users to view some content on a page. I'm not talking about showing or hiding the entire page to a specific role.
What I am talking about is that an authenticated user sees some different or additional content than an anonymous user will see on the same page.
I recently had a requirement to do just this on a community website that I am building. I needed to show a discount Coupon Code to registered users but not to anonymous users.
Drupal Text-Link-Ads & RSS Feeds
Regardless of whether the big "G" approves or not text-link-ads are still a very popular form of revenue for a lot of webmasters. From personal experience I have managed websites with text-link-ads that outperform Adsense with over ten times the revenue per month (this is even after the page rank penalties imposed in the last round of updates).
If you have a Drupal powered website and are still using text-link-ads you my want to consider modifying the code in the module. You may have noticed that at the end of each article in the feed the word Advertisement: is inserted. But, the Drupal module does not currently support text-link advertising in the RSS feed.
Building Sustainable Website Traffic
6 easy ways to build links and sustainable traffic to your website.
You've just finished building or had a fantastic new website built for you. But nobody in visiting your site and you don't get any results for your site when you search in Google or any of the other search engines.
Building sustainable traffic to your website is not a difficult thing to do, but does take some time and a concentrated effort to achieve results. Depending on the type of site you have built (blog, static content, forum etc..) and subject matter there are a number of different strategies you can employ.
Placing Adsense Between Posts
The placement of ads within a blog can have a dramatic effect of the success of your ads. This is particularly true when you talk about Google's Adsense. I'm not going to praise one ad type or the best placement in this post. What I am going to do is show you how to easily place ads (or some other content) between posts.
Personally I have had success placing an ad block between the 1st and the 2nd Post. I will show you how this can easily be achieved with Wordpress.

