Migrating Wamp (Wamp 2.5 64bit on Windows 7 64bit)
On old machine: Export mysql databases backup the aliases folder in apache screenshot of installed modules On new machine To make Wamp 2.5 work, you will have to have a lot of Visual ++ packages...
View ArticleSublime Text 2: synchronize packages with Dropbox
How to create symlinks to existing packages in Dropbox after fresh install of Sublime: - Open sublime and close it again. - Go to appdata/roaming/sublime - remove the three package folders - Open cmd...
View ArticleBypassing UAC check for trusted programs
Create a shortcut that bypasses the UAC check: See create-shortcuts-for-trusted-programs-to-bypass-windows-7-uac-check Bypass UAC for startup programs: Here is an example for the program Everything...
View ArticleMigrating Cygwin to new computer
Install Cygwin (64bit). Install all packages if you have the time and space (takes a few hours) Copy the following backups to the home/USER folder: .bashrc .bash_history (optional) .gitconfig, the...
View ArticleExport a path from AI to png
To export a path from AI (CS5) do the following: See also http://creativedroplets.com/transparent-png-with-illustrator/ Select the path(s) you want to export Copy and paste it somewhere if necessary...
View ArticleWordPress – Localized
A localized version (in this example Dutch) of WordPress is basically the same as the normal WordPress except for includes/version.php -> contains aan extra line at the end with $wp_local_package =...
View ArticleIncreasing upload file size limit
Edit php.ini change this to something bigger: post_max_size = 3M You may also have to increase the values for: upload_max_filesize = .. max_execution_time = ..
View ArticleFonts
Source: awwwards.com/20-best-web-fonts-from-google-web-fonts-and-font-face Basically, there are two implementation models: 1. Web font embedding services 2. Embedding fonts using the @font-face rule...
View ArticleOptimizing WordPress
This post is meant to be a log book of optimization tricks and how they affect performance of my Roots 7.0 installation Configuration 1: Assets: Bootstrap Complete Activated Plugins: Roots Addons: H5BP...
View ArticleRetina Sprites
1. Make sure you have all png images in both the normal and the retina version. 2. Make sure the retina versions are exactly 2x bigger than the normal versions 3. Create 2 zip files. 1 for the normal...
View ArticleWordPress Custom colors in TinyMCE editor
Source: HOW TO ADD CUSTOM COLOURS TO TINYMCE 4 IN WORDPRESS 3.9+ function my_mce4_options( $init ) { $default_colours = ' "000000", "Zwart" '; $custom_colours = ' "959c51", "Groen", "754c24", "Bruin",...
View ArticleStaging sites and SEO
Set up staging sites without hurting SEO Duplicate content on the staging and live site may hurt the SEO ranking of your live website. To prevent this do one or more of the following: Add a robots.txt...
View ArticleConfiguring Yoast SEO
Yoast Settings Tracking -disable Security – disable Webmaster Tools Titles and Meta Titles rewrite: don’t check separator Sitewide Meta no-index archives – check use meta keywords – don’t check robots...
View ArticleSublime Text 2: synchronize packages with Dropbox
How to create symlinks to existing packages in Dropbox after fresh install of Sublime: – Open sublime and close it again. – Go to appdata/roaming/sublime – For Sublime 2: remove the package folders:...
View ArticleChange color of png in Fireworks
Select Image Choose paint bucket tool Choose color Check ‘preserve transparency’ Check ‘Fill selection’
View ArticleInstall Git on a shared host
This solution worked for me: ssh into your server Create directory ‘src’ and cd into it: cd mkdir src cd src Download and unpack the latest version of git. You van find the latest releases here:...
View ArticleMore Transparent UI Code with Namespaces – CSS Wizardry – by Harry Roberts
Employing a suite of namespaces to make your UI code more readable and transparent Source: More Transparent UI Code with Namespaces – CSS Wizardry
View ArticleStyling with STRINGS by Simurai
how we can use Flexbox, currentColor and EMs inside components to quickly style entire Web Apps straight in the browser. Source: Styling with STRINGS
View Article