type in your query to search makeyougohmm
Things that ... make you go hmmtechnology music video art news reviews and muse on the web

Subscribe by Email

RSS
Comments RSS
Subscribe with Bloglines Subscribe in NewsGator Online
  

Reading lists
2008 OPML [web]
2007 OPML [web]
2006 OPML [web]


Hmm updated pages
PS3 1080p games
Xbox 360 1080p games
Wii browers games

Hmm Downloads
Hmm Toolbar IE/FF Google Subscribed Link

MakeYouGoHmm chosen as CNET top 100 blogs on January 31, 2006
Days without credit cards: 445 days Twitter experiment: 329 days

October 6, 2004

How to add a link to another site with a blogspot / blogger hosted blog

How To — by TDavid @ 9:35 pm PST

To add a hyperlink to your blogger-based blog you need to do the following:

1) login to blogger at http://www.blogger.com/
2) choose your blog in the menu. You’ll goto a screen with 4 tabs, and you need to choose the (third) tab that says “Template” This will take you to the main template and this is where you add the link.
3) Look for the section in the template HTML code labeled “< !– sidebar –>” and then you’ll see the links section beneath there. If one doesn’t exist then you could pick a new template and it would erase the existing template and provide you with a new template along with stylesheet.

On my blogger-based blog: http://gmailtalk.blogspot.com/ the links section starts with an < h6 > tag. Under that, I add the links with standard html like this:

September 4, 2004

How to execute a python script that doesn’t exit when you leave ssh

How To — by TDavid @ 10:04 pm PST

From within your telnet/ssh client you can use the linux nohup command to keep your python script running after you exit shell like this:

nohup python /path/to/python_script.py

July 31, 2004

How to fix secure storage not working error in Windows Media Player

How To — by TDavid @ 12:22 pm PST

From Programous in Windows Media groups:

If you are having problems with the Secure Storage error, all you have to do is delete the following key: HKEY_CLASSES_ROOT\CLSID\{8D8763AB-E93B-4812-964E-F04E0008FD50}\Version\{B1BF B59C-19D2-46e8-B916-D0F2CF72355E} from your registry. To do this, you must:

1) Go to start menu….run
2) type Regedit
3) expand the HKEY_CLASSES_ROOT node on the left
4) expand the CLSID child node on the left
5) Expand the {8D8763AB-E93B-4812-964E-F04E0008FD50} child node on the left
6) Expand the Version child node on the left
7) Highlight the {B1BFB59C-19D2-46e8-B916-D0F2CF72355E} key on the right.
8) Press Delete.

July 26, 2004

How to cleanly start and stop explorer.exe

How To — by TDavid @ 10:31 am PST

Jeffdav posts how to cleanly start and stop explorer.exe:

If you want to cleanly shutdown Explorer without having it automatically restart: Start>Shutdown->CTRL+ALT+SHIFT+Cancel.

June 26, 2004

Adding comments to RSS

How To — by TDavid @ 1:47 pm PST

This shows how to add comments to RSS feeds – nice tip!

June 9, 2004

How to access MySQL from Windows Command Prompt

How To — by TDavid @ 8:40 am PST

The following tutorial assumes that you already have downloaded and installed MySQL on your Windows machine. From inside Windows here’s how you would access MySQL this way:

1) launch a command window by going to: START->ALL PROGRAMS->ACCESSORIES->COMMAND PROMPT

[NOTE: you can also get to it by going to START->RUN and typing: cmd ]
2) inside the Command Prompt window type: cd c:\mysql\bin
(or change directory to the location that you installed if you didn’t use the default install location)
3) if you don’t have a password set yet, then you can set it easily by typing the following:

mysqladmin -u root password new_password

where new_password is the new password that you would like to use

4) next, when you have already set a custom MySQL root password (step #3) then type: mysql -u root -p

PROBLEM #1: if you receive a message asking for your password then enter the custom password (you’ll see asterisk instead of the password). If for some reason you can’t figure out the password you can reset it by following the instructions here: http://dev.mysql.com/doc/mysql/en/Resetting_permissions.html

PROBLEM #2: If you receive a message that indicates the MySQL server isn’t running then you can start the MySQL service from within the Command Prompt by entering the following: net start mysql — you can also see a list of all running NET services by typing: net start

5) next, if the MySQL server is running and you entered in your password correctly you should now be set to communicate directly with the MySQL server from the Command Prompt just like you would if you were telnet or SSH to MySQL on a server. The command prompt should look like this now:

mysql>

You can now view your available database by typing: show databases

July 31, 2003

Adding standalone trackback to your (Pivot) weblog

How To — by TDavid @ 11:40 am PST

Wonder what all this trackback stuff is about on some blogs (those in movable type mostly)? I did. Fortunately there are nice folks like Kim that offer a good group of links here and also a nice example by Tom Coates with visuals. If you aren’t using movable type (like me) then you might consider checking out the standalone trackback.

So here is how, in detail, I added trackback to Pivot

Important: make sure to check with your host that you have the required Perl modules included. The instructions from MT say that the script author thought that the Storable module was included in the default perl 5.05 but it wasn’t in the debian package on my dedicated box so my perl install needed Storable as well as LWP in order for the trackback program to work properly. Here are the perl modules to ask your host about:

You’ll need a webserver capable of running CGI scripts (this means, for example, that this won’t work with BlogSpot-hosted blogs). You’ll also need perl, and the following Perl modules (remember, without these modules the program will not work):

File: Spec
* Storable
CGI
CGI Cookie
* LWP

* I needed to install these 

Step 1. download the trackback gzip tar file. For those who don’t know how to uncompress and untar a file, I’ll get into that shortly.
Step 2. FTP the downloaded file into your CGI-BIN.
Step 3. telnet or ssh to your server and change the directory to the location of the file you just FTP’d in step 2: tb-standalone.tar.gz. The command to change directory is cd, so if your absolute directory path was /home/sites/www/mydomain/cgi-bin you’d type:

cd /home/sites/www/mydomain/cgi-bin

Step 4. gunzip the tb-standalone file by typing:

gunzip tb-standalone.tar.gz

Step 5. untar the file. This will create a directory structure inside the cgi-bin with all the untarred files. To do this, type:

tar -xvf tb-standalone.tar

Step 6. Now that you have the directory created and the files unzipped and untarred, you can edit the tb.cgi file according to the instructions in the included README (open with any text editor) or by following the instructions here
Step 7. After editing the tb.cgi file it’s time to edit Pivot according to the instructions that say: First, you’ll need to add a link to each of your weblog entries with a link to the list of TrackBack pings for that entry.

Pivot v0.12: in the admin area edit the template file named shortentry.html, make the following changes. After comments add the trackback code listed in the README replacing [TRACKBACK ID] with %code% and yourserver with your domain.

Pivot v1.0 (Jazz beta): in the admin area edit the template file named log_entry_standard.html

Step 8. Next in the same shortentry.html template you need to add the RDF code per the README instructions: TrackBack uses RDF embedded within your web page to auto-discover. TrackBack-enabled entries on your pages. It also uses this information when building a threaded list of a cross-weblog “discussion”. For these purposes, it is useful to embed the RDF into your page.  Make the following substitutions:

* Pivot v0.12

TrackBack ID = “http://YOURDOMAIN/*link*”
Entry Title = “%title%”
Entry Permalink = “http://YOURDOMAIN/*link*”

*Pivot v1.0 Jazz Beta

Instead of % use [[ and ]] like this [[ code ]], the name is the same inside the brackets (code, link, etc)

Note: replace * with % in link (not shown here because Pivot would convert it into the actual link)

Step 9. Next, you will need to regenerate your templates using the option: Generate Files. Once you do, go view the source of your blog to see that trackback is showing up after your comments and that the proper blog ID is being displayed when you click the TrackBack link. If you get a server 500 error, then check to make sure the permissions of tb.cgi are set to 755.
Step 10. Now it’s time to test pinging another trackback. To do this you need to go to the following url: yourdomain.com/cgi-bin/tb.cgi?__mode=send_form and fill out the form. If you get a server 500 error then it is possible that the Perl LWP module is not installed on your server, so contact your host and ask them to add that for you.

Update: those looking to start their own PHP implementation of trackback might find Jannis Hermanns efforts a good place to start. Also, I added some information on making this compatible with Pivot Beta 1.0 jazz as well as making sure that the right Perl modules are installed on the server where the trackback script will be installed.

Happy coding to you!

July 26, 2003

B13: Adjusting unix server time

How To — by TDavid @ 2:12 pm PST

6 hours into the Blogathon 2003 and I’m finally getting my webcam page setup (next entry I should have the coveted links! Wow, where is the time going?!)I noticed that my server time (which is CST) is about 10 minutes behind the actual time. My webcam pictures will show the correct time. I grabbed my handy linux reference book and looked up the date command for the server and ssh’d into my box to make the change.

Just type the following to change to 2pm:

date -s ‘ 1400′

BTW the way this timer keeps going off and it puts the pressure on ya to keep posting! I was reading another blogger say that man 30 minutes go by fast, and this is true, so I have to keep this one kind of short.


Pages (18): « First ... « 15 16 17 [18]

 

By Category ?
subscribe via RSS to: Hmm Reviews Hmm Reviews
subscribe via RSS to: Hmmcast (podcast) Hmmcast
subscribe via RSS to: blogs and podcasting blogs and podcasting
subscribe via RSS to: customer adventures customer adventures
subscribe via RSS to category: finance finance
subscribe via RSS to category: gaming gaming
subscribe via RSS to category: How To How To
subscribe via RSS to: Interviews Interviews
subscribe via RSS to category: linkdump linkdump
subscribe via RSS to category: movies movies
subscribe via RSS to category: music music
subscribe via RSS to category: graphics and design photoshop it
subscribe via RSS to category: politics politics
subscribe via RSS to category: search engines search engines
subscribe via RSS to category: spam spam
subscribe via RSS to category: Tablet PC Tablet PC
subscribe via RSS to category: television television
subscribe via RSS to category: browsers and toolbars toolbars
subscribe via RSS to category: travel travel

By Month
September 2008
(19) August 2008
(24) July 2008
(17) June 2008
(9) May 2008
(5) April 2008
(9) March 2008
(15) February 2008
(30) January 2008
(35) December 2007
(59) November 2007
(62) October 2007
(51) September 2007
(66) August 2007
(62) July 2007
(59) June 2007
(75) May 2007
(58) April 2007
(81) March 2007
(78) February 2007
(93) January 2007
(82) December 2006
(89) November 2006
(65) October 2006
(78) September 2006
(80) August 2006
(107) July 2006
(121) June 2006
(132) May 2006
(128) April 2006
(92) March 2006
(90) February 2006
(83) January 2006
(117) December 2005
(116) November 2005
(108) October 2005
(126) September 2005
(140) August 2005
(67) July 2005
(149) June 2005
(145) May 2005
(142) April 2005
(121) March 2005
(126) February 2005
(100) January 2005
(109) December 2004
(70) November 2004
(62) October 2004
(74) September 2004
(65) August 2004
(52) July 2004
(65) June 2004
(68) May 2004
(65) April 2004
(75) March 2004
(55) February 2004
(79) January 2004
(40) December 2003
(46) November 2003
(65) October 2003
(66) September 2003
(91)August 2003
(140) July 2003

 

Copyright 2003-2008 KMR Enterprises All Rights Reserved. Privacy Policy