Tag Archives: plugins

How to scroll elements smoothly in JavaScript/jQuery without plugins

There are multitude of ways to scroll the page to bring certain elements to view through code. A few of them below. The code given below can be used to scroll any element with an ID on the page. The … Continue reading

Posted in JavaScript | Tagged , , , , , , , , , , , , , , , , , , , , | Leave a comment

WordPress: Moving Some Old Posts To A New Blog

I recently moved a bunch of blog posts to a new blog installation. This wasn’t necessary but just an exercise to learn what it takes to move the posts. It was easy after a lot of reading. Here is a … Continue reading

Posted in Wordpress | Tagged , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Why I choose to go against using WordPress Multisite?

When you start out with the WordPress, it’s common to assume that each blog needs a separate WordPress installation. But there’s a simpler way. WordPress Multisite installation. This lets one have different blogs with just one installation of WordPress. But, … Continue reading

Posted in Wordpress | Tagged , , , , , , | 1 Comment