Jeremy Young
This Is Not Just another WordPress weblog, It's My WordPress weblog

How to place 125 x 125 ads in a wordpress text widget using CSS

By Jeremy on April 17, 2011

If you want to put some 125 x 125 ads in your sidebar widgets and don’t want to use a plugin here is a handy little tip that will help you out.

I searched for ages looking for a decent post on how to do this and the best I could find was this one over at www.thomasgriffinmedia.com.

But I found it a little confusing simply because I don’t use Thesis and probably never will.

But the concept was what I needed to place the ads in my learning the guitar blog primary widget.

The first thing you want to do is create a post, but don’t publish it, and upload your ads images into the post, unless of course you just ftp them into your images folder.

Once you have the source link for your images you want to add the link to the page the image is linking to.

Your link and image code should look something like this…

<a href="http://shop.ebay.com.au/rhythmicguitar/m.html?_nkw=&amp;_armrs=1&amp;_from=&amp;_ipg=&amp;_trksid=p3686"> <img src="http://rhythmicguitar.com/wp-content/uploads/2011/04/ebay_store_logo-125.jpg"  />

So now that you have your images sorted, you want to add a new text widget in the sidebar. Go to Appearance/Widgets and drag a text widget into your preferred widget area.

Inside the text widget you will need to add the following code.

You could do this using a P class, Div or any number of different attributes, but in this scenario we are going to follow the example set by the previously mention post. Using an Un-ordered list.

We have named our class as “ads” in this example.

<ul class="ads">
<li>
<a href="http://www.songsterr.com/?referrer=91278"> <img src="http://www.songsterr.com/WebObjects/Songsterr.woa/Contents/WebServerResources/affiliate_banners/songsterr_banner_125x125.png?1287068433901"  /></a>
</li>
<li>
<a href="http://shop.ebay.com.au/rhythmicguitar/m.html?_nkw=&amp;_armrs=1&amp;_from=&amp;_ipg=&amp;_trksid=p3686"> <img src="http://rhythmicguitar.com/wp-content/uploads/2011/04/ebay_store_logo-125.jpg"  /></a>
</li>
</ul>

The next thing we want to do is add the style rules to the CSS, here is what I added to mine… I should also mention I just pasted the new styles at the very bottom of my style sheet.

ul.ads li.left {
float: left;
margin-bottom: 10px;
margin-right: 5px;
list-style: none;
}

ul.ads li.right {
float: right;
margin-left: 5px;
margin-bottom: 10px;
margin-right: 10px;
list-style: none;
}

ul.ads li a {
display: block;
}

Because we are using an Un-ordered list, I had to use list-style: none; to remove the bullet point next to the image.

Posted in Posts | Tagged Ads, Themes, Wordpress | Leave a response

Dont Let Julia Fool Ya!

By Jeremy on August 15, 2010

Today I received a very alarming email about how our current Government handles our tax dollars.

Please read every word and make an informed decision on who you want to run this country, and remember…

Your vote will make all the difference come election day.

The Email… Continue reading “Dont Let Julia Fool Ya!”

Posted in Posts | Tagged Gasbaggin, Personal | 5 Responses

No More Praying In Our Schools

By Jeremy on June 22, 2010

I just received this email from a friend and I thought I would like to share it here on my blog, It was written by a 15 yr. old school kid from Geelong Victoria, here in Australia.

Since the Pledge of Allegiance & The Lord’s Prayer are not allowed in most public schools anymore, because the word ‘God’ is mentioned….

A kid in Geelong Vic wrote the attached:-

NEW School prayer :

Now I sit me down in school
Where praying is against the rule
For this great nation under God
Finds mention of Him very odd.

If Scripture now the class recites,
It violates the Bill of Rights.
And anytime my head I bow
Becomes a Federal matter now.

Our hair can be purple, orange or green,
That’s no offense – it’s a freedom scene.
The law is specific, the law is precise.
Prayers spoken aloud are a serious vice.

For praying in a public hall
Might offend someone with no faith at all.
In silence alone we must meditate,
God’s name is prohibited by the state.

We’re allowed to cuss and dress like freaks,
And pierce our noses, tongues and cheeks.
They’ve outlawed guns, but FIRST the Bible.
To quote the Good Book makes me liable.

We can elect a pregnant Senior Queen,
And the ‘unwed daddy,’ our Senior King.
It’s ‘inappropriate’ to teach right from wrong,
We’re taught that such ‘judgments’ do not belong.

We can get our condoms and birth controls,
Study witchcraft, vampires and totem poles.
But the Ten Commandments are not allowed,
No word of God must reach this crowd.

It’s scary here I must confess,
When chaos reigns the school’s a mess.
So, Lord, this silent plea I make:
Should I be shot; My soul please take !!!

Amen

If you aren’t ashamed to do this,
please pass this on and bookmark it.

Posted in Posts | Tagged Jesus, Personal | 2 Responses

How To Install A New Font Into Photoshop – Mac Style

By Jeremy on May 18, 2010

Installing a new font in Photoshop is pretty easy if you know how, unfortunately I didn’t, so I had to go sifting through a heap of articles on how to install a font using the Windows operating system before I finally found out how to do it on a Mac.

It is really a simple process, let me show you how to do it.

First step choose your font. I am going to download the free Museo font from Myfonts.com

Note: If you don’t have an account with Myfonts you will need to create one, it is very easy just follow to the normal sign-up process you would when signing up for any other site.

After signing up you will then get to download your font, make sure you save the file, click OK to continue.

The next step is to choose the location of your new font>

Note: I suggest creating a folder for all of your Photoshop Downloads, then create folders for each of the individual items you will use in Photoshop, ie; fonts, backgrounds, headers etc…

After downloading unzip the file, you can just double click on the file and it will automatically unzip or open it with the default Archive Utility (As Shown Below)

After the file has been unzipped double click on the font file.

You will then see the Fontbook window open, if you want to complete the installation just click on the Install Font button to continue.

Now, open up Photoshop and look at our list of fonts, just click on the type tool and look in the toolbar at the top of your screen…

We will now see that it has automatically been added to our list of pre-saved fonts.

Easy isn’t it

Posted in Posts | Tagged Photoshop | 3 Responses

Introduction To WordPress

By Jeremy on May 10, 2010

WordPress is a free, open-source software that was originally intended to be used for blogging.

Since it’s inception WordPress has evolved to become a multi purpose, personal publishing system for creating easy to use websites, or in other words…

WordPress is the complete Content Management System for the technological illiterate.Wordpress Logo

With most Web hosts offering self installation scripts such as Fantastico or Simple Scripts, Setting up a WordPress site can literally be as simple as a couple of mouse clicks, and some administration details, user-name and password for example.

Once you have filled in your admin details and follow the prompts, the installation script will automatically set up your MYSQL database for you.

Note:Your WordPress website needs a MYSQL database for it to work.

The WordPress software is built using PHP, CSS and (X)HTML code, and although you do not need to know any of these coding languages to use WordPress, a basic understanding and knowledge will pay huge dividends when customizing your WordPress website.

The beauty about WordPress is, adding content to your site can be as easy as typing in some text and hitting the publish button. Basically if you can send an email you can publish your own content on your own website.

WordPress also has an ever growing community of users and programmers, making the software more and more flexible and powerful each and every day.

WordPress also allows you to easily change the look of your site by using Themes, basically you can change your website layout with a single click of your mouse.

WordPress also uses Plugins, you could easily describe a plugin as a specific piece of software that adds an additional function to your site by “Plugging into it“.

Plugins and themes are usually free and can be downloaded from the main WordPress site.

WordPress also builds itself. Every time you add a new post or page, all of your links are automatically generated, meaning all you have to worry about is adding good quality content to your site.

You add content by using posts and pages. Posts are usually placed into specific categories and sub categories where your pages can be arranged in hierarchies, for example you could have an “About” page that has several pages “About You” under it. There are no limits to how many pages you can have under your Parent page.

In a nutshell, WordPress is very easy to install, use and customise.

Posted in Posts | Tagged Blogs, FAQ, MySQL, Plugins, Themes, Wordpress | 1 Response

How To Add Links Into Your Facebook Conversations

By Jeremy on May 9, 2010

Sharing your favorite websites with your friends in Facebook is a great way to enhance and build your relationships.

One way of sharing the links to your favorite websites, is through the conversations you have on your Facebook wall.

By adding a live link to a website, you are making it super easy for your friends to go straight to any particular website that you want them to see.

This is just a short tutorial on how to easily add a link into a Facebook chat.

Start off a new chat by adding some text in the What’s on your mind? text box.

Sart A New Chat By Inserting Some Text

Next, Open up a new browser window or Tab, and go to the exact web page or website that you would like to share with your friends, Highlight the Full URL in the address bar and copy the entire link, you can copy the link by using the keyboard command Command + C on the mac or Ctrl + C on PC.

Copy the URL of The Site You Want To Share

After copying the Entire link, go back to your Facebook chat window, Click inside the chat box where you want to add the link, and simply Paste the link into the chat, either by Right Clicking and selecting the Paste option or use the keyboard shortcut Command +V or Ctrl + V.

Paste Link Into Chat Window

After pasting in your URL or Link, just click on the Share button to the right.

Click On The Share Button

And that’s all there is to it. You now have an Active link in your chat that your friends can Click on to visit any of your favorite sites.

You Now Have An Active Link

Posted in Posts | Tagged Facebook, Links, Social | 3 Responses

WordPress Backups and A Bloated Gmail Account

By Jeremy on May 7, 2010

Everyone who uses WordPress understands, or at least knows that they have to regularly backup their databases.

Every time a new version of WordPress is released, your reminded to backup your database before upgrading, So we know backups are important, but do we have to manually do this every time?

I have found that the best way to keep on top of your back-ups is to set up an automatic backup of your database and have it delivered directly to your emails inbox, that way you can set and forget, and every time your asked to upgrade your WordPress installation you can be confident that you have a recent version of your database on file.

The plugin I use for this automation is the WP-DBManager by the incredibly talented Lester Chan,. (There would be other plugins you could use that would do this also, I just haven’t tried them.)

It is a very simple plugin to set up and install so I wont go into the specifics of setting it up, but I do want to mention that, with the plugin you can determine how often you want your database backup sent to your desired email account, from once every minute to once a month.

To always have the most recent version of your database on hand it would make sense to set the delivery of your database to at least once per day, but in doing this it won’t take long to bloat your inbox with database backups and use up all of the allowed storage that you get with your free Gmail account.

The way I get around this is by setting up a specific Gmail account and send all of my databases to that one account, but even then the new Gmail account will have a limit on the amount of storage I can have.

Note: To avoid filling up my Gmail account, the trick is to create a filter for my Databases.

Creating a filter is incredibly easy to do and will save you heaps of time from going in and deleting your old versions of your databases, and stop your Gmail account from getting bloated from all of your old backups.

If you don’t already have a spare Gmail account that you can use for your database delivery go and get one

After you have set up your Gmail account that will be specifically used for your databases, and you have at least one Database backup in your inbox, open the email sent to you from your WordPress site.

Once you have it opened, Copy the From email sender details, it should look something like this YourWebsite.com Administrator.

Then click on the Create a filter link you see next to the Search Mail, Search The Web buttons at the top of your Gmail inbox.

Once the filter page is opened, paste in the sender details that you just copied into the Has the words text box, then click on the Next Step button just under the text fields.

What you want to do in this page is check the Delete it option and the Also apply filter to XXX conversations below check box, click on the Create Filter button to continue.

“Why would you want to delete your brand new database backup”. I hear you ask, in the next step you will see how this will work.

If you now go to your Trash folder you will see a note at the very top of the folders inbox that says (messages that have been in Trash more than 30 days will be automatically deleted), isn’t that cool.

You can send all of your backups straight to the trash folder and any backups older than a month old will be deleted from your email account.

Now you have a full months worth of backed up databases and a clean Gmail account that isn’t clogged up with old and out of date databases.

Come to think of it, you probably don’t even need a second Gmail account to do this, but by having the second Gmail account it will save you from having to sift through your trash emails to find your current databases.

If you find this little trick handy, why not share it with someone you know by linking to this page. Hey you could always tweet it by clicking on the Tweet this button at the top of the post.

Posted in Posts | Tagged Gmail, MySQL, Plugins, Wordpress | 2 Responses

How To Test A Payment Process Using Paypal Sandbox and S2Member

By Jeremy on May 6, 2010

Currently I am in the process of setting up a payment gateway for a new site I am working on and I thought I would document the steps outlined, just so I can refer back for any future projects that may need a similar payment approach.

The first step is to set up an account at the paypal developer site https://developer.paypal.com/

After setting up your account and logging in, the next step is to create a minimum of one merchant account and one buyer account, I suggest making at least two buyer accounts, that way you can get one of your mates to go through the purchase process also.

Setting up an account for your friends to test won’t work because you have to log into your Sandbox account to test this process.

To do this you should see a link on the home page with the text “Create a preconfigured buyer or seller account.” click on it to set up your accounts.

I usually use the pre-configured option, but I like to add extra funds into the accounts, by default they are set to a zero balance.

On this page there is an option to create both a buyer and a seller profile, as mentioned before create a minimum of one of each, make a note of your passwords and email addresses.

Side-note: I am not sure what the disabled setting does so I changed that to enabled.

The next step is to sign into the merchant account, you want to configure the S2Member plugin with your Sandbox account so you can create your Pay Now buttons inside of S2Member.

Just make sure the radio button on the business account is checked and click on the Enter Sandbox Site button.

Because I am testing this payment process using the s2Members Plugin I want to make sure I follow all of the steps as I normally would when setting this plugin up with my site.

When you have the S2Members plugin activated on your blog go to the “s2Member PayPal® Options” section just under the Settings area to configure this with your sandbox account.

The first thing you will need to do is add the fake seller email address, next you will have to make sure that the sandbox testing radio button is checked, and to be honest, I havn’t figured out what the Enable Logging Routines? does yet, but I checked it anyway.

The next step is to follow the details outlined in the “PayPal® IPN / Instant Payment Notifications” settings tab, I won’t go through all of the details here, if you have the plugin installed you will know what to do.

Side-note:A point worth mentioning is when you are setting up the “PayPal® PDT Identity Token” inside of your sandbox account you will need to save your settings and then go back to the “Website Payment Preferences” page to get the “PayPal® PDT Identity Token:”

The rest of the email settings wont work in the sandbox so I just left them “As Is”

If all goes well this should work.

Make sure you save your changes and go and get your button under the “s2Member / PayPal® Button Codes” section.

Simply create a payment option in the settings area and click on the “Generate Button Code” button.

For this test I am not going to use the shortcodes but paste in the full button code, the reason being is, there are a couple of payment options that S2Member doesn’t have yet, so after contacting the S2Member support forum I was told to use the full code.

After generating your button, simply copy the code and paste it into the webpage that you will be selling your product or service from and upload or update your webpage, whatever the case may be.

I like to open a new browser so I know I am not logged into the site I am wanting to test my payment process on. But, you will need to make sure you are logged into your paypal sandbox account in the new browser for this to work.

Click on the new button you have just published to your website and choose the pay with paypal option then insert the login details of the fake buyer info that you set up in the previous steps.

If you have configured everything correctly you should go through the entire payment process, and be sent back to your signup page where the user can then enter in their new username and contact details in order to access the Members Only Area of your site.

Posted in Posts | Tagged PayPal, Plugins, Wordpress | 7 Responses

How To Send Mail From Any Email Address Using Gmail

By Jeremy on May 5, 2010

Gmail is probably my most used application online, it has so many useful features that I think anyone using email could benefit from.

One of the main reasons I like using Gmail is the protection it gives me against Spam coming into my account, but that is another post.

But to get to the point of why I wanted to write this post about how to send mail from Gmail from ANY email address, just follow along with the steps below.

The first thing you need to do after logging into your Gmail account is go to the settings tab located in the top right hand corner, it should be right next to the “Help” and “Sign Out” links at the very top of your screen.

After opening the settings page click on the “Accounts and Import” tab, this should be the second tab along.

Once this page opens click on the button with the text “Send mail from another address” after clicking on this button you will see a small “Pop up” window open up in your browser.

Fill in the details of the new Email account you want to add to Gmail.

Just follow the steps until you have finished verifying the new email address, it is very straight forward and there is no need for me to explain it, once you do it you will see what I mean :-)

After you have completed the verification you need to go back to the “Accounts and Import” page and locate the new email address that you have just added, if you want to send all of your emails from this new address click on the “Make Default” link associated with it.

If you only want to send emails from this new account don’t do that last step.

To find out if this worked, just click on the “Compose Mail” link as if you were going to write an email, and if you made the new address your default you should see it in the “From” address bar, If you didn’t want to make your new email your default just click on the dropdown arrow and choose the email address you just added to send your email from.

Posted in Posts | Tagged Domain Names, Email, Gmail, Google | Leave a response

Changing The Postion Of Your Adsense Ads

By Jeremy on April 30, 2010

Last year I started a little experiment with building small Adsense websites, I haven’t written anything about that little experiment in a while so I thought I would share whats happening with it now .

Originally the sites where very bland,  no sidebars, grey background, no images, just a headline block of ad code wrapped in text and very, very ugly.

If I remember correctly the sites didn’t perform at all. I may have made a few cents, but apart from getting indexed and receiving about a half dozen visitors a day without doing a single thing to the site, I pretty much considered the project a..(I don’t think failure is the right word), lets just say I was expecting to see better results than I got.

After about three months of using the original grey template I decided to improve the look of the site a little, So I added a nice header graphic, a sidebar, a nice tabbed clickbank widget, another adblock in the sidebar, an Amazon shopping cart in the sidebar as well and I changed the original 300 x 250 adblock for a 468 x 60 Banner inside the content area.

And guess what? Nothing, I didn’t see a single improvement, In fact the Adsense CTR actually got worse, So if I thought the project was bad before, now I was really starting to consider it a failure.

So I pretty much gave up on it, until about a month ago.

I decided to give it one more makeover to see if I could improve the income coming in from Adsense.

I pretty much left the look of the site alone, I didn’t change the colors, graphics, or anything except for the Ad placement and the location of the Amazon shop.

All I did was remove the Adsense ad from the sidebar and placed it just under the headline, I took out the banner, so my page has only got the one Ad block, and I put the Amazon products under the article.

After making these few small changes my results improved immediately. I think it was the very same day that I re-arranged the ad postioning that I saw the income improve.

The site is now making between $3 -$10 a week, with the same amount of traffic as it had before, when it was making less than $1 in a month.

So it just goes to show how important the ad placement is when putting ads on your sites.

Posted in Posts | Tagged Adsense, Amazon, Experiment | 4 Responses

Next »
  • Topics
  • Latest
  • Archive

Adsense Amazon Analytics Announcements Blog Blogging Blog Maintenance Blogs Cpanel Domain Names Experiment Facebook FAQ Feedburner FileZilla FTP Gasbaggin Gmail Google How To Hybrid Ideas Jesus Links MySQL Pages Personal Plugins Post Reviews Posts Reviews RSS Scripture Site Map Social Social Media Strategy Themes Training Twitter Twitter Follower WebHosting What Is Widgets Wordpress

  • How to place 125 x 125 ads in a wordpress text widget using CSS
  • Dont Let Julia Fool Ya!
  • No More Praying In Our Schools
  • How To Install A New Font Into Photoshop – Mac Style
  • Introduction To WordPress
  • How To Add Links Into Your Facebook Conversations
  • WordPress Backups and A Bloated Gmail Account
  • How To Test A Payment Process Using Paypal Sandbox and S2Member
  • How To Send Mail From Any Email Address Using Gmail
  • Changing The Postion Of Your Adsense Ads
  • April 2011
  • August 2010
  • June 2010
  • May 2010
  • April 2010
  • February 2010
  • November 2009
  • October 2009
  • September 2009
  • August 2009

facebook_iconfriendfeed_iconlinkedin_icontwitter_iconfeedmail

Jeremy Young on Facebook


Copyright © 2012 Jeremy Young.

Powered by WordPress and Hybrid.