Linux – Using grep to find filename and line number of string occurance
This little piece of code allows you to search the current path for a certain string and return the name of the file and the line number.
This little piece of code allows you to search the current path for a certain string and return the name of the file and the line number.
Some notes on how to migrate from Plesk to CPanel especially for PHP applications.
Explains how you would prefix your blog permalink for a piece of text, for instance ‘blog/post-name’.
I had a problem. My problem was simple and was this. I had a bunch of pages that I wanted normal permalinks for and a bunch of blog posts that I wanted to be prefixed with ‘blog/’. Well there is a plugin called Post Format Permalink that will fix this problem for you. Simply install […]
Some clients who are not too good with technology find the term “post” a bit confusing, while “article” can be seen as much self-explanatory. Here’s how to fix that in WordPress.
We have been using github recently to host our code — being able to manage our code using version control is incredibly useful for a number of reasons. I also have been hosting a git repository on a virtual server. We have felt the need to move everything to github, but have felt their pricing […]
Found this excellent execution of a marketing meme on Reddit. It’s for a company that manufacturers razors. Notice that nothing but the text is posted, no images or hubris. And it is tolerated by the community without too much blow back. Visit Reddit
Sequelize is an ORM for Node.js that I have decided to use in a project. I, like most of my fellow programmers, generally like cleaner code and in this case I found a pretty damn good way to initialize it and keep the initializing functions separate from rest of the code. Further, I structured it so that it was very easy to use it as well.
Google AdWords is a product which is well regarded with businesses online, therefore you may be wondering how it may possibly help bring more visitors to your website. It’s beneficial to explain precisely what it is and the way it works, so you have the option to determine whether it is relevant for your organization. […]
We are partially a Drupal web development shop (we like to use the right tool for the job), and we have done quite a bit of work using Drupal. These days the community is quickly becoming more and more commercialized by various companies each offering to solve a problem. And while this is not a […]
