I was recently working on a site project that combines the power of both Drupal and CiviCRM. The site consists of a custom theme (based on Fusion Core) that uses a little bit of jQuery goodness to enhance the user interface. The site is designed to allow users to create their own user accounts and set up profiles, and I keep that in mind as I theme the site. Everything was fine until I upgraded to CiviCRM 3.1.3.
Continue Reading »
Javascript Civicrm Conflict
WordPress 2.9 Released
WordPress 2.9 has been officially released and can be download from WordPress.org. I have already updated my WordPress install to the latest release within the Dashboard. The upgrade itself was automatic with the need for me to update and re-enable plugins to get the latest version of everything. The entire process took about two minutes. The upgrade process for WordPress is suburb.
For a understanding of what is new in WordPress…
Upcoming Project Using CiviCRM
I have recently committed to a project where the client is in need for a site that allows the management of its members. The needed functionality includes the ability to send mass emails, create events, and maintain contacts for the site’s members. This in conjunction with standard features such as maintaining message boards, blogs, and member profiles. After some research and planning, I have decided that a Constituent Relationship Management (CRM) system is a good fit to handle the bulk of this required functionality.
First Impression of Aptana Studio
Recently I was looking around for a more streamlined way to do web development, and I stumbled upon Aptana Studio. Built on the Eclipse platform, Aptana is an all-in-one swiss army knife for web development. Aptana provides hundreds of features, supports multiple file formats (HTML, CSS, JS), and is easy to set up. Anyone with Eclipse experience developing in Java or otherwise, will feel comfortable using Aptana.
Continue Reading »
CSS 3 Box Shadows
CSS 3 is bringing some exciting enhancements to web development. One enhancement that I am excited about is the ability to add drop shadows to the box model. In order to add drop shadows, one must use the browser-specific CSS extension properties since the adoption of of these enhancements is not yet standard. Browser-specific extensions begin with a “-” followed by “browser identifier” ending with “box-shadow.” For instance, Mozilla-based browsers would be “-moz-box-shadow:”, KHTML-based browsers are “-khtml-box-shadow:” and Safari and Chrome are “-webkit-box-shadow:”. Opera should be “-o-box-shadow” but currently does not work. Whenever the box-sahdow property becomes a standard, then we can just rely on “box-shadow:” to do the trick.
Continue Reading »
Great Web Design Sites
Here is a list of some of a few websites I go to on a regular basis to gain more knowledge on the latest web-dev trends.
