Welcome to Simon Philp's Blog

Podcast Kicks
March 2008 Entries

After installing Visual Studio 2008 on my laptop and having some spare time I decided to look at the ASP.NET MVC framework.  The framework is an architectural pattern based on model-view-controller.  I'm not going to re-invent the wheel and go into more detail about the framework as there are quite a few good articles dedicated to the subject. 

Where can I get it

Introduction to the framework

Summary

The learning curve now begins as I am about to start re-writing a project using this framework.  I am looking forward to getting my hands dirty and hopefully have a finished solution in the next couple of weeks :)

During the process of learning I'll post up any brick walls I hit. This will hopefully help other developers in the same situation.

You create a user in Sql server add the username and password to your web.config, hock up the DALC and run your web app then bam, ERROR.

When creating a user on Sql 2005 make sure that the following checkboxes are not checked otherwise it could lead to confusion for a couple of minutes. Doh!

Sql Checkboxes

Two weeks ago while experiencing power kiting for my 1st time in St Andrews I managed to take some photos.  After reviewing the photos I thought I would send 2 into the BBC.

Over the weekend it was brought to my attention that 1 of my pictures was on the readers section.  I thought I would have received an email notifying me but there it was http://news.bbc.co.uk/1/hi/in_pictures/7307358.stm.

Am chuffed to bits, shame they didn't put my web address up there ;)  More of the pictures I took can be found on my flickr page.

master shake easter egg I was very surprised that it took a day for someone to notice an obvious typo on my latest podcast post. Yes it's 2008 not 2007 ;)

It's with great pleasure to announce that Tom Bradford is the lucky winner of a Flickr Pro account.  His pro account is now in place and you can see his pictures here.

There are still 3 prizes up for grabs, for more information please see my competition post. It's all about taking part and mainly having some fun doing it.

If you are using the subtext blogging engine and would like to add "the flickr experience" to your blog I will be posting a followup to my previous post "Out with galleries in with Flickr".

* Photo from Rakka

posted @ Tuesday, March 25, 2008 8:39 AM | Feedback (1) | Filed Under [ Blogging | ]
Happy Easter 2007 - Podcast 6

On Friday I posted a competition in relation to my latest podcast.

As promised here is the latest entitled Easter Edition.

I just flowed with this one and I think it came together quite well.  A track I discovered that I am loving just now is:

Natasha Bedingfield -Love like this (Johnny Vicious club vocal)

My next podcast will be sooner than expected as I am trying to get one out at the beginning of every month.

There are alot of good podcasts out there of which I will be putting together a post.   If you would like to be kept up-to-date with my posts please subscribe to my rss feed or if you just want my podcast listing use this feed.

posted @ Sunday, March 23, 2008 12:08 PM | Feedback (3) | Filed Under [ Tunes | Podcasts | ]

easter eggI know I am not very consistent when it comes to posting podcasts but the next one, number six will come with a difference.  I am going to use 2 tracks that I have used in my previous podcasts of which the listing will just show a "?". 

Here is the plan.  If you contact me with the correct Artist and song title your name will be put in a hat of which 2 winners will be announced 2 weeks on Sunday.

If you just fancy a years flickr pro account and aren't able to guess the tracks  then just post an article on your website linking to this page <a href="http://www.siphilp.co.uk">Si Philp</a> and then post a comment with the link and viola you've entered. I have also added a new "sharethis" widget on the bottom of each post so really no excuse ;)

3 prizes on offer.  If you don't require any of the below then I'll donate the equivalent to Cancer Research or a charity of your choice. If you win the hosting but would prefer the Flickr price then I am happy to do that to :)

Prices for guessing correct tracks

  1. 1 year UK CS New media Linux Bronze hosting 
  2. 1 year Flickr Pro Account

Price for circulating the competition(draw week Sunday)

  1. 1 year Flickr Pro account

Podcast number 6 will go live on Sunday morning.....Good luck.

*Easter Egg Picture from Stacey Saling

Update : http://www.siphilp.co.uk/archive/2008/04/03/sharing-the-love---update.aspx

Share the social love A week ago I wrote a post about using your statistics for post ideas and two things that have emerged since then are the "share this" aspect of my blog and just how bad my comments look.  This post is going to cover the process of making it easier for users to submit my posts to numerous social websites.

I am trying not to change alot on my current skin as I am focusing on my subtext skin articles and my new upcoming skin however, I thought this topic was perfect for a quick post as it's something I have implemented in my new skin and I feel that it will "freshen" up what's here just now.

First I would like to say that there are a two ways to accomplish what I am about to do so I will cover both.

 

Using Sharethis.com

I first discovered this on Si Joblings site and instantly thought that's a good idea.

I signed up on sharethis.com and found the "wizard" that allowed me to Customise my widget.  Customisation is quite good.  You can change the colour of the links, header background and the colour of the tabs. The wizard also allowed me to choose what social sites I would like to include.  After me playing about with the different colours I finally hit the generate code button.

"Backup before you change anything".

Subtext implementation

Navigate to Skins\<skin directory you're using>\controls\

Open the "ShareThisPost.ascx" control. Within the control you'll find an unordered list with maybe four links

  • Email It
  • Bookmark It
  • Digg It
  • Kick It

If you're thinking of adding your own then I would make any changes here and go to the next section "Adding your own".

Copy everything inside the

<div class="share">

</div>

paste this in notepad (we'll be using this later).

and within the div paste the code that the wizard generated on sharethis.com. Just after the script

Just after the </script> tag put in the following tag

<noscript></noscript><br /><br />

The information we pasted on notepad now needs to be pasted in between the no script tags.

Save it -> Upload it.

Before

share this before 

After

shareafterTemp

If javascript is turned off then the before screen links take effect :) 

Adding your own - Subtext

My new theme will probably use sharethis.com's widget but I will be extending the <noscript> scenario to include others.  To add your own look at the code that's there

for example the "digg it" link looks like

<a href="http://digg.com/submit?url=<%# UrlEncode(Entry.FullyQualifiedUrl) %>&amp;phase=2" title="digg it">digg It</a>

What we're interested in is <%# UrlEncode(Entry.FullyQualifiedUrl) %>.  This broken down is

Diggs Submit page -> Our post URL encoded -> Link Title

To add our own. Lets say StumbleUpon we add the following

<a href="http://www.stumbleupon.com/submit?url=<%# UrlEncode(Entry.FullyQualifiedUrl) %>">StumbleUpon</a>

That's it. Just need to know the format of the submit page and mark it up like the above.

If anyone hasn't heard of Kid Beyond then you're certainly missing out on a talented beat boxer.  Below is a video from youtube of him showing how he works his magic. 

 

I received an email today with details to be confirmed outlining attendance at the International Beatbox Convention in London, Apr 18 - 20. I would love to see Kid Beyond live but I don't think I'll be able to get down to London :(

For anyone in the area I would recommend seeing him live as his Album "Amplivate" is class.

Links:

posted @ Friday, March 07, 2008 12:03 PM | Feedback (0) | Filed Under [ Tunes | Cool | ]

Rubix cude unsolved Time hasn't been on my side lately when it comes to writing posts for my site however, I have had "brainstorming" sessions that resulted in producing nearly 4 pages of possible topics. This has started from thinking about something on the train or at work that has spiraled out. 

In the past I have hit brick walls when it comes to writing posts but I think this was due to the narrow verge I was in back then.  Life itself can open water gates making you think about subjects in a totally different way. Today a new water gate opened:

It wasn't till this morning when I was listening to Jason Booms First Podcast that the coin dropped.  Why not use my statistics for post idea's aswell? I generally have a glimpse now and again at referrers but thought nothing more about it. Today this changed.

Looking at search engine traffic and keywords for Feb 2008 (excluding my podcast site) I compiled a very cut down list. 

  • Changing your subtext post template i.e. removing the "Posted @"
  • Subtext Control Reference
  • Using Images in a radio button list?
  • Populating a radio list with Javascript
  • Displaying an image/div when clicking a button?
  • Changing an image with Javascript.
  • More on Braefoot, Dalgety Bay.
  • Creating a style for radio button list items.
  • OnClick event adds a border to the element

From keywords,phrases I was able to easily produce 9 topics. If you were one of the many people searching for any of the above subjects. WATCH THIS SPACE. 

Really though, how easy was that? 

I would also like to mention my 2nd subtext skinning article is nearly complete.  I am just going through the draft making sure the structure is ok and that I haven't missed anything out.