1 0
post icon

WordPress Automatisch Upgraden

WordPress is een veel gebruikt blog systeem op internet, en doordat het veel in gebruik is wordt er ook veel aan gewerkt. Wat weer tot gevolg heeft dat er geregeld updates voor uitkomen.

Upgraden is vaak niks anders ander het overschrijven van de huidige bestanden met de nieuwe. Maar als het automatisch kan is dat natuurlijk heel handig.

Daarom is er de WordPress Automatic Upgrade plugin.

Dit is wat de plugin voor je doet.

1. Backs up the files and database and makes them available for download.
2. Downloads the latest files from http://wordpress.org/latest.zip and unpack it.
3. Puts the site in maintenance mode, deactivates all active plugins and will enable them at the end.
4. Upgrades wordpress files and give you the possibility to upgrade the database.
5. Re-activates the plugins.

downloaden kan hier
meer informatie hier > WordPress Automatic Upgrade plugin « Techie Buzz

Blogged with Flock

Read full story »
04. Sep, 2007
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

Zie de connecties tussen websites

Kwam dit tegen op Problogger, een tool die de connectie laat zien tussen websites.
bv jouw website, wie linkt er naar jou en wie linkt er weer daarheen.

Zeer handig om is te zien hoe populair je site is of wie er nou eigenlijk naar je toe linkt. Dit alles grafisch (java runtime 1.5 minimaal nodig) en nog is heel erg instelbaar.

Voorbeeldje van de problogger site :

Proberen met je eigen site kan HIER.

mocht je er nou achterkomen dat je nog de nodige links nodig hebt, de mailbox staat altijd open voor een link exchange :)

Read full story »
03. Sep, 2007
post icon

Gratis AntiVirus, Firewall,Anti spam en nog veel meer bij Comodo

Het was al paar dagen geleden in het nieuws, gratis virusscanners zijn net zo goed als betaalde. Nu miste ik in het lijstje van goede gratis scanners nog wel comodo dus bijdeze.

Comodo Anti Virus

Eliminates Viruses, Worms and Trojans from desktops and networks
Free Antivirus Software
  • Detects and eliminates viruses from desktops and networks
  • Constantly protects with real-time On Access scanning
  • Proactive Heuristic analysis intercepts unknown threats
  • Host Intrusion Detection blocks malware before it can run
  • Daily, automatic updates of virus definitions
  • Simple to use: install and forget

FREE SOFTWARE – NO LICENSE FEES EVER

Comodo AntiVirus 2.0 beta, all subsequent beta versions and the final release version will each be available free to both home and business users.

Bid farewell to viruses and kiss license fees goodbye.

Verder bieden ze bij comodo nog aan.

gratis firewall
gratis anti spam
gratis ssl certificaten

maar hoe verdienen ze dan geld? vraag je je wellicht af.

Voor particulieren is de meeste software gratis, maarvoor bedrijven en voor support moet worden betaald daar komen de centjes bij comodo vandaan

Blogged with Flock

Read full story »
03. Sep, 2007