Select Page

Calculating Interest

<script language=”JavaScript”> // Parameters are rate, total number of periods, payment made each period and future valuefunction pv(rate, nper, pmt, fv) {rate = parseFloat(rate);nper = parseFloat(nper);pmt = parseFloat(pmt);fv = parseFloat(fv);if (...

jQuery & WordPress: how to avoid common conflicts

JQuery is great for WordPress. It’s a clear and effective library for Javascript. It gives WordPress some of its best functionality. Custom JQuery code can be added to plugins and themes. This code can make something work great but kill some other standard...

Help Us Find Dead Themes

One of the best things about WordPress is the cascade of available themes. Finding an excellent theme can be fantastic. One of the downsides: when support lapses or standards change and your site is left high and dry. What’s a theme that you loved that is now...
How To Update The Blogdrops Theme

How To Update The Blogdrops Theme

One of the best things about WordPress is the cascade of available themes. Finding an excellent theme can be fantastic. One of the downsides: when support lapses or standards change and your site is left high and dry. WordPress is arguably one of the most popular...

10 Product Discovery Sites

Entrepreneurs need a place to show off their newest products. These are 10 well- and not-so-well-known sites dedicated to showcasing new products. This list skews towards tech and applications, as that we know well.* 1. Product Hunt: [https://www.producthunt.com/ ] An...