Set a featured image on all wordpress posts
If you want to set a featured image on all wordpress posts that don't already have a featured image set, then this mysql query can help: INSERT INTO wp_postmeta (post_id,meta_key,meta_value)…
If you want to set a featured image on all wordpress posts that don't already have a featured image set, then this mysql query can help: INSERT INTO wp_postmeta (post_id,meta_key,meta_value)…
Since I released my first public wordpress theme (I have made lots of themes over the years, but have never released any as open-source) I decided I would share the…
I have released multiloquent - the theme I use for jonathansblog to the public: you can get it here: http://wordpress.org/themes/multiloquent I have a github if you want a cutting-edge version…
Investment appraisal evaluationSCOTLAB TC COP Savings AchievedCost of investmentOpportunity costTime-value of moneyLife of investmentAvailable financeBenefits of investmentTiming of incomeCompound Interest using the above factors you can calculate:Cash flowOpportunity costProfitability
Evaluation of FPA (Function Point Analysis) Language independant Derived from Specification Re-Usable code / Object Oriented Business software is best suited Training required Innovative code with fewer LOC is not…
Here are my bullet points for XP extreme programming: [DeLeRIuM Pair] Design Later Reuse / Refactor / OO Integrate continually Minimal system first, expand later Pair Programming [5 'Donts'] Don't…
I'm studying a Masters Degree in 'Advanced Computer Systems Design'. I have an upcoming exam in project management. One of the areas I'm studying is SDLC [software development life-cycles]. This…
Wordpress and buffer for automatic google plus posts This is a short post about setting up Wordpress and buffer for automatic google plus posts. Buffer is an excellent service that…
I have made a simple bash script to convert your xml sitemap to html anchor tags e.g. For importing into Firefox or chrome bookmarks (or for any other use you…