Categorie: Webdesign

Mooi menu en header

Token based authentication for angularjs

https://scotch.io/tutorials/token-based-authentication-for-angularjs-and-laravel-apps http://ryanchenkie.com/token-based-authentication-for-angularjs-and-laravel-apps/  

Hoe Google omgaat met # (js pagina’s)

Meer informatie: https://developers.google.com/webmasters/ajax-crawling/docs/learn-more https://developers.google.com/webmasters/ajax-crawling/docs/getting-started

Mooi CSS menu

  URL Tutorial: http://line25.com/tutorials/how-to-create-a-pure-css-dropdown-menu

UBB codes naar regex (met PHP voorbeeld)

Voorbeeld in PHP // Patterns $pat = array(); $pat[] = ‘/\[url\](.*?)\[\/url\]/’; // URL Type 1 $pat[] = ‘/\[url=(.*?)\](.*?)\[\/url\]/’; // URL Type 2 $pat[] = ‘/\[img\](.*?)\[\/img\]/’; // Image // … more search patterns here // Replacements $rep = array(); $rep[] = ‘<a href=”$1″>$1</a>’; // URL Type 1 $rep[] = ‘<a href=”$1″>$2</a>’; // URL Type 2 $rep[] …

Lees verder

Javascript online testen

Op http://jsfiddle.net is het mogelijk om te experimenteren met HTML, Javascript en CSS.