https://www.dafont.com/samarkan.font?text=9+MONKS&psize=l
The two most important days in your life are the day you are born and the day you find out why.................................Mark Twain
Friday, November 10, 2017
Sunday, August 20, 2017
Guitar learning - Never to late to learn
http://www.fingerstofrets.com/#Av1
Saturday, May 20, 2017
Wednesday, March 15, 2017
Android studio fixes
package android.support.v4.app does not exist ; in Android studio 0.8
You can edit the build.gradle file from within the IDE (left pane:
Gradle Scripts -> build.gradle (Module: app)
) or use the raw path (<proj_dir>/app/build.gradle
) and add/update the following dependency section:dependencies {
//
// IDE setting pulls in the specific version of v4 support you have installed:
//
//compile 'com.android.support:support-v4:21.0.3'
//
// generic directive pulls in any available version of v4 support:
//
compile 'com.android.support:support-v4:+'
}
Thursday, January 12, 2017
Wordpress Tutorial Links
Wordpress Database:
https://www.sitepoint.com/working-with-databases-in-wordpress/
Developer Wordpress
https://developer.wordpress.org/themes/getting-started/what-is-a-theme/
https://developer.wordpress.org/plugins/
Admin Page
https://premium.wpmudev.org/blog/creating-wordpress-admin-pages/?utm_expid=3606929-94.Ie3dH-CaRwe6MU3VrZsdvw.0
Subscribe to:
Posts (Atom)