Drupal – Howto call CiviCRM API from a Drupal 6 or 7 module
A simple tutorial about how you might go about calling CiviCRM API from a Drupal module.
A simple tutorial about how you might go about calling CiviCRM API from a Drupal module.
Explains how you can upgrade your WYSIWYG editor from Xinha to CKEditor using custom PHP code.
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.
