My journey as a developer...from websites to other coding and development issues
Friday, July 9, 2010
Ubuntu
But now I'm trying Ubuntu at home. And I must say it is becoming addictive and fun. Yes there is a learning curve for us newbies, but I think I like it. There ae some things that are very easy to do, others take some trial and error. Everything is much faster (so far) from what I've seen. I'm trying to get better at the command shell, but my typing is not the best.
Faster?
- Open a file to edit. yes
- Run a command that's not recognized? A "try this" will be given, including how to get the files needed to run the command. I tried using drush and it wasn't recognized. Ubuntu told me how to get it. One command later and I'm running drush. No need to surf, download, and install. If the package is out there, you can start using it very quickly.
Tuesday, June 15, 2010
Drush Make on Windows
Needed to run:
- DRUPAL-6--2 branch of Drush Make - I'm using the version from 6/14/2010.
- GnuWin32 packages - I used GetGnuWin32 ( http://getgnuwin32.sourceforge.net/) for this large feat. :)
- Slash and Tar Patch - thanks to ribbles (http://drupal.org/node/625948#comment-2993878) plus Tar patch thanks to this post http://drupal.org/node/818192
- Once GnuWin32 is installed, rename the copy of tar.exe to something else (tar-old.exe). Tar.exe is old and doesn't do the required things for drush_make. There's more info on tar.exe on the GnuWin32 site (http://gnuwin32.sourceforge.net/packages/gtar.htm)
- Copy bsdtar.exe to tar.exe
- run the drush make command: drush -v -d make standard.make Test
Monday, May 10, 2010
Drush ckeditor-download
Duh! I needed Subversion installed. Should have been one of the first steps since I use Subversion. But.........
What if some other drush command requires CVS or Git? I don't think a developer should have to install every version system just to make sure it works. Then again, installing Subversion is a piece of cake. :P
Friday, February 5, 2010
Zend PHP 5 Certification - ZCE - Zend.com
Setting the Industry Standard for PHP Certifications
Sponsored by Zend and developed according to American National Standards Institute (ANSI) standards, Zend Certification programs are designed to test a candidate’s level of knowledge in PHP or Zend Framework without prejudice to other technologies. The tests use a set of testing questions that reflect real-world scenarios, including knowledge in many areas ranging from basics to the more complex topics. The certification exam is executed for Zend by Pearson Vue."
Monday, February 1, 2010
| Drupal Gardens
Submitted by Dries on Wed, 01/27/2010 - 07:59
I have a pretty big update for you: we just launched Drupal Gardens into private beta. Since the first public Drupal Gardens demo at DrupalCon Paris, a lot of progress has been made. Today, we sent private beta invites to the first people that signed up to be beta testers, and if things go well, we'll send out a couple thousand more invitations over the next few weeks."
Tuesday, January 26, 2010
Thursday, January 21, 2010
Drupal Usage Statistics
Email Blacklist - Email Blacklist Lookup for an Individual IP Address
Enter your website's IP address in the box below and click on 'lookup' to use our email blacklist tool to check:
(NOTE: this must be the address that your email is sent from. If you are unsure of what address to enter, contact your server administrator.)"
Tuesday, January 19, 2010
ColorPicker.com : Quick Online Color Picker Tool
Thursday, January 14, 2010
Gallery Assist | drupal.org
The module 'Gallery Assist' provides a nodetype prepared with gallery functionality."
album photos | drupal.org
Thursday, October 22, 2009
Drupal blog in BrowSweat
The blog works great and is something I plan on continuing to use.
Saturday, September 19, 2009
Me Aliases
Awesome module and exactly what I was looking for to create a Quick Link in a block for the user to edit their profile. Now editing the profile is 1 click and not 3.
Monday, August 31, 2009
Drupal User Group Meeting in Ames, IA
I FINALLY went to my first user group meeting!!! Of course I was late…I’m almost always late. The construction I ran into didn’t help with the 2 hour drive, but I’m glad I got there and back in one piece.
Tonight we discussed SEO and some of the various techniques and tools that you can use for your Drupal site. Some modules include:
| Module | About |
|---|---|
| SEO Checklist | Not a module that adds anything which your users can see; it’s for Administrative purposes only because it’s a checklist of actions for SEO. Also holds the date of when the action is done. |
| XML Sitemap | Generates a sitemap.xml based on your content; Can submit sitemap to search engines (Google, Yahoo, Bing) |
| Content Optimizer | Not sure on this one. Still at Release Candidate, but may be good to keep an eye on. This one looks at the content and suggests actions to take to optimize content based on a suggested search term. |
| Meta Tags (nodewords) | Displays form elements to add meta content (description, keywords) for a node. |
| Page Title | Allows changing of Page Title |
| ??? | Am I forgetting something? Let me think. |
Also, check out the AdWords keywords tools. Cool to help you generate keywords for your site.
Nice to meet everyone at the Ames, IA Drupal User Group Meeting. Hope to see you all again soon!
Wednesday, July 22, 2009
Sites Updated with Themes
So I FINALLY did something that has been a long time coming. I update my Drupal sites MyActivityPals.com and BrowSweat.com with better themes.
MyActivityPals is still using a Zen subtheme, but I’ve learned enough about themes to update it so blocks are more distinct and the block title is a different color.
BrowSweat is using Picture Reloaded. I like this theme and I will probably use it again. It’s very easy to setup. :) ![]()
Tuesday, July 14, 2009
Launch of new site BrowSweat.com
I’ve launched BrowSweat.com and it is ready to start using.
Modules that I used in developing this include:- CAPTCHA
- reCAPTCHA – web service to use advanced CAPTCHA
- CCK
- Mailing/Contact Modules
- Contact User Anon – (CAPTCHA enabled) Allows Anonymous users to contact registered users (as long as they provide an e-mail)
- Mime Mail
- SimpleNews – For newsletters
- Tell A Friend
- User Register Notify – Admin gets emailed when a new user registers
- Content Profile – profiles using CCK so users can add images to their “Portfolio”
- Imaging Modules
- FileField
- ImageCache
- ImageField – combined with CCK and Content Profiles to give users a “Portfolio”.
Wednesday, July 8, 2009
CAPTCHA
I like this module quit a bit! I like how easy it is to add CAPTCHA to a form through the administrative features. Just make sure you have the checkbox “Add CAPTCHA administration links to forms” turned on. It’s pretty sweet.
The one issue I can say about it is that there are times when even I can’t read what the CAPTCHA says. I just do a refresh on it to get a new one…no problem.
Thursday, May 7, 2009
Spamicide
Wednesday, May 6, 2009
Drupal upgrade 6.11
I upgraded my site to 6.11 and am having the same issue as lots of others. When logging in, the default page is now the User Profile page rather than the home page. Argh!!! I will take a look at the posts where others have shared their ideas. But hey, this is my fault. I released the update to prod and just didn’t realize it was happening locally. :P
http://drupal.org/node/449386
http://drupal.org/node/450466
http://drupal.org/node/127849
Update:
I messed around with Actions and Triggers a bit (not long) and decided it seemed easier to go with the Login Destination module (http://drupal.org/project/login_destination). Boy that was easy to setup. I like how easy it was to configure it so admin goes to his own page, whereas normal users can go to wherever I configure it to. Pretty simple to setup!
I would like to mess around with Actions and Triggers a bit more to get a good example and feel for them.