1 0 Archive | Howto RSS feed for this section
post icon

How To : Kopen in de amerikaanse ITUNES store.

Itunes in nederland / belgie is vergeleken met de amerikaanse en engelse itunes winkels vrij mager.

Wij hebben geen :
- videoclip downloads
- geen film downloads
- geen TV Show downloads
En ook qua muziek lopen we best wel een beetje achter. ( kijk voor de grap maar is naar de Nike+ mixen voor ons en dan nog is bij de Amerikaanse versie)

Vanwege allemaal rare regels met de muziekboeren mag / wil apple niet de winkel gelijk maken voor iedereen. Dus dan ga je opzoek naar een oplossing en die is simpeler dan je denkt.

Je hebt nodig paypal, itunes, beetje creatieviteit.

Stap 1 is gaan naar deze site. daar koop je met paypal een Itunes Certificate code voor de US itunes store.

Even naar je mail gaan en daar zie je na enkele seconde al een mail met code. ( ik heb al meerdere malen hier codes gekocht en als je even googled zul je zien dat deze site echt te vertrouwen is)

Stap 2 in je itunes store, ga je naar het vlaggetje onderin en kies de stars & stripes

Stap 3 klik in itunes store  rechts boven in het menu op “Redeem”
Daar zal gevraagd worden na het invullen van de code of je al een account hebt of dat je er 1 wil maken,

Je wil graag een account maken.

Stap 4 ga naar yellowpages.com en zoek een leuk adres uit naar keueze, tik bv in Burger King New York keus genoeg ;)

gebruik deze gegevens voor het aanmaken van je account maar vul wl gewoon je eigen email adres in.

That’s it…. je kan nu kopen in de US itunes store en zo vaak je wil redeem codes invullen onder je nieuwe account.

Waarom zou je dit doen?
 - Het is goedkoper kijk maar naar de koers Dollar vs Euro
- Meer keus aan muziek
- Films, TV series, Videoclips
- Het kan dus waarom niet :)

Waarom zo ingewikkeld je kan toch gewoon een nieuwe account maken voor het land van je keuze?

Was het maar waar, itunes en paypal controleren het land van herkomst van je creditcard / rekening dus met alleen een vals adres kom je er niet.

Ik vertrouw die site van je niet….?

tja dan niet…. je hoeft niet te kopen,  kijk is rond op ebay daar worden redeem codes ook verkocht voor iedere itunes winkel die je maar wil. Het princiepe van aanmelden blijft gelijk.

mocht je nog tips hebben voor goede muziek laat het weten in de comments :)
of andere op of aanmerkingen natuurlijk.

Blogged with Flock

Read full story »
03. Sep, 2007
post icon

How To : SEO voor je wordpress blog

Vanuit de bookmarks een paar snelle tips om je wordpress weblog wat meer SEO vriendelijk te maken.

WordPress?

WordPress is gratis weblog-software, die onder de GPL-licentie wordt gepubliceerd. WordPress is ontwikkeld door Matthew Mullenweg, maar het wordt door een flinke groep ontwikkelaars ondersteund. Veel weblogs maken inmiddels gebruik van WordPress.

WordPress maakt gebruik van de PHP-programmeertaal. Alle content wordt opgeslagen in een MySQL-database. Per WordPress-installatie is één weblog te beheren.

Door middel van thema’s (themes) of zelfgemaakte template files is de opmaak van pagina’s aan te passen, zodat er geen gebruik hoeft te worden gemaakt van de standaard vormgeving die WordPress levert. Ook zijn er talloze plugins beschikbaar die allerlei functies aan het weblog toevoegen. Een aantal daarvan zijn bijvoorbeeld spam filters (bijvoorbeeld SpamKarma) of kleine scherm detectie (Mobiele telefoon, Nintendo Wii, Nintendo DS, etc.).

WordPress-gebruikers wordt verzocht onderaan pagina’s te linken naar de website van WordPress.

En dan nu de tips…..

Page Titles.

Go into header.php and replace the <title> whatever is in the title tag </title> with:

<title><?php if (is_home()) {bloginfo('name') ;} else { wp_title(' ');} ?></title>

What this does is for the home page, it uses the blog’s title for the Title tag and for everything else, it will use the title of the blog post or page for the Title tag.

If you really want your blog name in all your posts, use this:

<title><?php wp_title(''); ?><?php if(wp_title('', false)) { ?> | <?php } ?><?php bloginfo(‘name’); ?></title>

Only time I use this is when I think people will be searching for my blog or my whole blog name is all keywords;)

You can also skip this if you decide to use the great NetConcepts Title Tag Plugin

Header Tags

Blog title header

Also in header.php, but could also be in index.php (if it’s in index.php, you will need to change home.php)

Look for the h1 tag, it’s usually between <div id=”header”> </div>.

Replace the <h1>whatever is in the h1 tag </h1> with:

<?php
if(is_single() || is_page() || is_archive()){
?>
<div id="page_header"><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></div>
<?php
} else
{ ?><h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1>
<?php } ?>

When it’s on single, page, or archive, it will use <div id=”page_header”>. Any other time such as the front page, it will use the default h1 tag. You ALWAYS use only one h1 tag and put your most important keywords at the start of the <h1>, but don’t do this religiously though or google will think you’re spamming. Make sure there isn’t any higher numbered headers before the h1 tag.

Now you’ll need to go into your css file, it’s usually (95%) style.css.

Find occurrences of h1 and add on #page_header

Using Beach House’s css file. The first occureance of h1 is

#header h1
font-size: 22px;
text-align: right;
padding-right: 40px;
padding-top: 60px;
}

Your want to add #page_header like this:

#header h1, #header #page_header{
font-size: 22px;
text-align: right;
padding-right: 40px;
padding-top: 60px;
}

Since the above h1 was for the id header, you want to keep page_header in the same id. The next h1 tag in Beach House is

h1, h2, h3 {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight: bold;
}

With addition, it would be:

h1, h2, h3, #page_header {
font-family: ‘Trebuchet MS’, ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
font-weight: bold;
}

Go and find all h1 tags and add the #page_header <div> id. Some of the h1 tags you won’t need to add the #page_header if they’re under another class like comments/sidebar/etc. You’ll just have to do trial/error to see which one you need to do, but if you’re good at css, it shouldn’t take you long, but if you don’t know anything about css and have problems with a theme



Meer tips HIER

Blogged with Flock

Read full story »
03. Sep, 2007
post icon

How To – Nu Jij submit knop op je blogger weblog

nuJij is de nederlandse kloon van het populaire digg.com. gebruikers kunnen hun nieuws doorgeven en de lezers bepalen wat de voorpagina haalt of niet.

Goed idee en vooral leuk om een nederlandse variant te zien.
Maar nu wil je het ook vast hebben op je blogger weblog, zodat lezers jouw blogs kunnen insturen zonder dat ze daar moeite voor hoeven doen.

De code die NU Jij geeft moet je klein beetje aanpassen voor gebruik in je blogger template.

dit krijg je van nujij.nl :

<script>

   var bericht_titel=’[Zet hier jouw titel]‘;

   var bericht_url=’http://www.zet-hier-jouw-link.nl/bericht10.htm?of-zoiets’;

</script>

<script src=”http://nujij.nl/nujij.js”></script>

Dit moet worden :

    <script>
       var bericht_titel=’<$BlogItemTitle$>’;
       var bericht_url=’<$BlogItemPermalinkUrl$>’;
    </script>

    <script src=”http://nujij.nl/nujij.js”></script>

Als je dit in je template plak tussen het volgende stukje :

<p><$BlogItemBody$></p>

    <script>
       var bericht_titel=’<$BlogItemTitle$>’;
       var bericht_url=’<$BlogItemPermalinkUrl$>’;
    </script>

<BlogItemURL>
</BlogItemURL>
    <p class=”entry-footer”>

Dan heb je onder iedere nieuwe post de nujij submit knop staan.

Blogged with Flock

Read full story »
31. Aug, 2007
post icon

How To : Post to Jaiku with MSN Messenger

If u don’t own a Nokia S60 phone but still want to do mobile posting on Jaiku or u just are to lazy to go to the jaiku site everytime some thought pops up in your head. Then maybe posting with MSN Messenger or GTalk or AIM is the thing for u.

It’s really simple with IMified. IMified? you say.

WHAT IS IMIFIED?

IMified is an instant messenger buddy that works across all major IM networks and offers access to a growing number of web applications, as well as productivity tools like notes, reminders, and todo’s. Imified helps you get things done faster.

Ok now you know.
The next step is to add the IMified buddy to your IM client & go to your IMified account and add the Jaiku plugin to your set of plugins.
After that it’s really simple to post from your MSN messenger or other supported IM client.

“Ok sounds great show me the places to set this all up…”

IMified

Jaiku

My own Jaiku site
If u liked this post or have some complaints about it let me know in the comments.
And feel free to add my to your jaiku contacts

Add to Technorati Favorites Add to Google

Read full story »
21. Apr, 2007
post icon

Even Better Outlook tips

Got this great tip on a Jaiku /blog post i made yesterday.

It is a even better way how you should work with email.
Read all about it HERE or read on for a quick intro…..

The basic idea is to firewall processing as a discrete phase you go through no more than every hour or two at the most. For God’s sake, don’t live in your Inbox if there’s any way you can avoid it.

Processing determines as quickly as possible what, if anything, to do with each piece (in ascending order of urgency and importance):

  • delete it
  • archive it
  • defer it for later response
  • generate an action from it
  • respond to it immediately (if it—literally—will take less than 2 minutes or is so Earth-shattering that it just can’t wait)

Then as often as time allows, I return to the response and action folders and crank through as many replies and complete (or generate) as many todos as I can—usually in 5-email sprints.

Thx for this tip kaeru

Add to Technorati Favorites Add to Google

Read full story »
19. Apr, 2007