Thursday, September 10, 2009

20+ Best tutorials to convert psd to css/html

http://dzineblog.com/2009/04/tutorials-psd-to-html.html

Wednesday, June 3, 2009

My standard Drupal installation based upon my research thus far.

Drupal 6.12 core
Active
-Blog
-Book
-Color
-Comment
-Database logging
-Help
-Path
-Poll
-Statistics
-Throttle (Not active yet but will once server is in production)
-Update status


Modules
-Administration Menu
-CCK
-Date/Time
-Calendar
-FCKEditor
-IMCE
-Nice Menus
-Workspace
-Views
-Workflow

Themes
-Deco
-Internet Services (2nd edition)
-Earthen

Some other goodies found on Drupals website for developing a complete intranet system.
http://drupal.org/node/345620

Drupal Site Recipes
http://drupal.org/handbook/site-recipes

Monday, April 13, 2009

Drupal CLEAN URLS working now

What a milestone! After about 3 weeks of troubleshooting, constipation, and depression I got CLEAN URL's working in Suse Linux Enterprise 10 with Drupal 6.9.

Basically, I had to restore the Drupal server from a previous backup to erase all the hack and slash editing I made to the config files.  Here is the solution for making clean url's work on Suse Linux Enterprise 10.

Images was pointing to the wrong location change that too.

You will need to go into the httpd service under Yast Control Center > http server > and toggle the "rewrite" module to "Enabled".  The server will automatically reboot the Apache server and make the changes.

Then go into "/etc/apache2/default-server.conf"  and 
   AllowOverride All              #From NONE

Thats it exit restart the Apache server and log back into Drupal 6.9 clean urls the option to enable should now be available.

------------------------------------------------------------------------------------------

In Drupal 6.9 I have the following File System Path settings:
/srv/www/htdocs/sites/default/files

and Temp directory
/tmp

Image directory is:
/srv/www/htdocs/sites/default/files/images

But when I try to view an image the path is:
http://creekspeak//srv/www/htdocs/sites/default/files/images/carmen_0.gif

The Drupal installation will not recognize anything but the above FSP how can I manually change this to reflect the correct path which should be:

/sites/default/files

The solution was to put this in the FSP:

sites/default/files




Thursday, April 9, 2009

Posted new yells for help from Drupal community

My first post, seems this guy has the closest rig to mine.

Then I posted my own here which includes my .htaccess and httpd.conf file configurations

Finally, this one I believe with my luck that the script that enables the option for going from "enables" to "disable" is corrupt so I tried looking for help on locating the script the checks this.

Well this has gone on for better of two weeks still trying to remain positive even though I cant say I have made much progress recently.  I can only say that I know my way around apache2 configuration files now very well and vi.  


Wednesday, April 8, 2009

Troubleshooting continued for clean URL's in Drupal

Did a another search using Suse Linux

Havent tried this yet but i will tonight

and this as well

mmm....this looks promising.
http://www.jaredstevens.net/drupal_clean_urls (Not doing this as it requires me to add more files to my already cluster of config files on the server.)


Started working on learning Flash again

Seriously why do people buy books.

Thursday, April 2, 2009