Learn to customize your photography blog!

Quit banging your head on your desk and learn how to do it for real! Hosting? Who? CSS? What? You're a photographer not a computer programmer for cryin' out loud! The next photoblog101 workshop starts the week of October 10...stay tuned for registration information.



Archive: ‘Tools’



We’ve been busy!

Thursday, November 25th, 2010

The photoblog101.com workbook is READY!  Woot!   It’s BRAND NEW… Brand New like this little guy (Rachel’s new baby Andrew!)

vancouver-wa-baby-photographer

We’re doing a happy dance and you will be too:  The workbook is not only ready, but it’s on sale.  Major sale.  TGIBF (thank goodness it’s black friday, of course). The workbook will be available for download starting at midnight CST November 23rd until midnight CST Cyber Monday night, November 29.  We don’t anticipate ever offering such a deep discount on the workbook so this is your chance for real.

The workbook will be regularly priced at $149 and is on sale this weekend for $99.  That’s $50 off for all you non-math whizzes like myself.

This thing has every speck of information from the photoblog101 class.  There are step-by-step tutorials.  There are jillions of screenshots.  There are helpful tidbits for blog management and tons of SEO strategies.  And don’t forget, you also get the exclusive photoblog101 SLR theme to go with the lessons.

So if you’re just starting a photography blog and want to customize it from the ground up, this workbook is perfect for you.  And if you’re a seasoned pro looking for something to do in the slow months of January and February, this is the prime time to learn to take control over the appearance of your blog and make it yours.

If you are a past participant you should have received an email with your copy, and subscribers got a SPECIAL notification that the workbook is in the shop!

Shhh, don’t tell but for a limited time to sweeten the deal the workbook also includes a coupon for $50 off a future class!  Now that is exciting!

Buy now!!

Block a referring URL!

Thursday, July 8th, 2010

Those nasty Orkut thieves displaying pictures of your children.  Eww, right?

Well, you can limit who can see your blog and who can direct link to it.  You can’t “block” a referring website completely because someone could always go around the referring link and directly type in your blog address… but, get started at least by blocking offending URLs.

To do this, we’ll use an .htaccess file in the ROOT directory of your blog.  This is where the wp-content, wp-admin, and wp-includes folders are found if you are looking via FTP or your cpanel.

Creating an .htaccess file is SIMPLE and effective.  There are two types of blocks you can make!

If you know a particular creeps IP address, you can block that IP address with this code:

order allow,deny
deny from 123.45.6.7
deny from 012.34.5.
allow from all

The 123.45.6.7 is the offender’s IP address! List them out, one by one.  Add to your file regularly if you find IPs that you don’t like (by checking your statcounter or analytics for example, or seeing an IP address from a nasty comment left!

This only deny’s a single IP (or set of IPs)… let’s deny a REFERRING URL… like Orkut!

Orkut’s BASE url is www.orkut.com

Block this by adding to your file this code:

RewriteEngine on
# Options +FollowSymlinks
RewriteCond %{HTTP_REFERER} badsite\.com [NC]
RewriteRule .* - [F]

Simply change badsite to orkut.  Done!

Now, what to do with these codes???

Step 1:  Create a NEW text document using your favorite text editing program (I use notepad on Windows!)

Step 2:  Save the file as htaccess.txt

Step 3:  Paste the piece of code you prefer (or use both) into the file.  It will look like this below, only you will have changed the IP addresses or referring sites to match what you want to block!

Step 4:  Save and close the file

Step 5:  Find the file on your computer and RENAME the file to .htaccess (remove the .txt and add a . to the front)… this must be EXACT!

Step 6:  Use your favorite FTP client to move the file to the root directory of your blog!

Step 7:  Ha!  Tricked ya!  There is no step 7!

Using htaccess will give the person trying to access your blog a 403 Forbidden error when they try to access your pages.  It will ALSO keep people from being able to “hot link” files from your site (link to your images for example).

Hey, leave a comment, we’d love to help answer questions about this in future posts!  Don’t forget to subscribe to the feed or our newsletter!

photoblog101.com | learn to blog | no geek speak!

Clearing your CACHE, and a cool tool for firefox users!

Friday, June 25th, 2010

As you go about making changes to your blog, you may notice that some changes require clearing the cache.

The cache (in your browser) is a little “memory” brain called the cache.  To help sites you visit load faster, the browser software (internet explorer,  google chrome, firefox,  safari,  etc).  Basically, having your browser cache images allows YOU to see content faster when you are web-browsing.

And this is a good thing!  (except when it’s not… read on).

So, if you are making changes to your blog and you change an image out you may go and take a quick peak to see what it looks like and scratch your head “why didn’t it change?”…  Only, you are SURE you did change it, so why on earth is the old image still showing?

Enter the cache… the browser is still “serving up” the old image that it remembered from your last visit.  You need to clear the memory and say “Hey there mister browser, there is something NEW here”.

How to clear the cache varies by browser but is generally located in the tools menu.  Go ahead and clear your cache and then refresh the page.  Now your new modifications should show up!

Sweet!

Want to make clearing the cache easy?  Look for plug-ins or extensions for your favorite browser.  I use firefox so I use this add-on:

Get your own Cute Broom Button Here!

PS.  July class registration opens soon!  Stay tuned!