Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / General / archives / 2004_02.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
4 <head>
5    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6    <meta name="generator" content="Movable Type 3.2" />
7
8    <link rel="stylesheet" href="http://defaria.com/blogs/General/styles-site.css" type="text/css" />
9    <link rel="alternate" type="application/atom+xml" title="Atom" href="http://defaria.com/blogs/General/atom.xml" />
10    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://defaria.com/blogs/General/index.xml"$>" />
11
12    <title>General: February 2004 Archives</title>
13
14    <link rel="start" href="http://defaria.com/blogs/General/" title="Home" />
15    <link rel="prev" href="http://defaria.com/blogs/General/archives/2004_01.html" title="January 2004" />
16    <link rel="next" href="http://defaria.com/blogs/General/archives/2005_03.html" title="March 2005" />
17 </head>
18 <body class="layout-two-column-right">
19    <div id="container">
20       <div id="container-inner" class="pkg">
21
22          <div id="banner">
23             <div id="banner-inner" class="pkg">
24                <h1 id="banner-header"><a href="http://defaria.com/blogs/General/" accesskey="1">General</a></h1>
25                <h2 id="banner-description"></h2>
26             </div>
27          </div>
28
29          <div id="pagebody">
30             <div id="pagebody-inner" class="pkg">
31                <div id="alpha">
32                   <div id="alpha-inner" class="pkg">
33                      
34                      <p class="content-nav">
35                         <a href="http://defaria.com/blogs/General/archives/2004_01.html">&laquo; January 2004</a> |
36                         <a href="http://defaria.com/blogs/General/">Main</a>
37                         | <a href="http://defaria.com/blogs/General/archives/2005_03.html">March 2005 &raquo;</a>
38                      </p>
39                      
40                                           
41
42                      <h2 class="date-header">February 27, 2004</h2>
43                      <a id="a000146"></a>
44                      <div class="entry" id="entry-146">
45                         <h3 class="entry-header">Adding [home] link to Gallery</h3>
46                         <div class="entry-content">
47                            <div class="entry-body">
48                               <p>Ron Van Scherpe pointed me to <a href="http://gallery.menalto.com/index.php?name=PNphpBB2&file=viewtopic&t=10945&highlight=breadcrumb&sid=bb3e0d3e2a05657f625c346df7b404cb">how to add a [home] link to gallery</a>. I think they call these <i>bread crumbs</i> probalby because they leave a trail of bread crumbs as in the old <i>Hansel and Grettle</i> story. Basically one needs to add:</p>
49
50 <pre>
51 /* home breadcrumb start */
52 if (strcmp($pAlbum->fields["returnto"], "no")) {
53    $breadtext[$breadCount] ="&lt;a href=\"/\"&gt;[Home]&lt;/a&gt;";
54    $breadCount++;
55 }
56 /* home breadcrumb end */
57 </pre>
58
59 <p>to view_album.php in your Gallery directory approximately at:</p>
60
61 <pre>
62 } while ($pAlbumName);
63 /* INSERT IT HERE */
64 //-- we built the array backwards, so reverse it now ---
65 </pre>
66
67 <p>This added a link to all albums however the main page lacks the link. Then I found <a href="http://www.eclecticpixels.com/tutorials/gallerytips/index.php">this</a> and decided to go that way. It took a little bit of time to realize I could include my site-functions.php and use my copyright function for the footer. Still don't like the bland Home link at the top but will work on this later.</p>
68                               
69                               <p class="entry-footer">
70                                  <span class="post-footers">Posted by Andrew DeFaria at 11:43 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/General/archives/000146.html">Permalink</a>
71                                  
72                                  
73                               </p>
74                            </div>
75                         </div>
76                      </div>
77                                           
78
79                      <h2 class="date-header">February 19, 2004</h2>
80                      <a id="a000142"></a>
81                      <div class="entry" id="entry-142">
82                         <h3 class="entry-header"></h3>
83                         <div class="entry-content">
84                            <div class="entry-body">
85                               <p><a title="How to display your web site logo on the address bar and in the favorites list" href="http://www.chami.com/tips/internet/110599I.html">How to display your web site logo on the address bar and in the favorites list</a></p>
86
87 <p>Finally implemented a web site icon for my web site. <a href="http://defaria.com">Check it out!</a> Note sure if I want to keep this one though.</p>
88
89 <p><b>Note<b> that this apparently does not work correctly in IE.</p>
90
91                               
92                               <p class="entry-footer">
93                                  <span class="post-footers">Posted by Andrew DeFaria at 02:27 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/General/archives/000142.html">Permalink</a>
94                                  
95                                  
96                               </p>
97                            </div>
98                         </div>
99                      </div>
100                                           
101
102                      <h2 class="date-header">February 13, 2004</h2>
103                      <a id="a000134"></a>
104                      <div class="entry" id="entry-134">
105                         <h3 class="entry-header">The PhoneBOT.com</h3>
106                         <div class="entry-content">
107                            <div class="entry-body">
108                               <p>Been trying out a new telephony product from <a href="http://thephonebot.com">ThePhoneBOT.com</a>. It's pretty cool in that it has a plugin for Trillian such that when I get a message at home it IM's me! It also has a <a href="http://defaria.com:8080">webserver component </a>so I can view my voicemail anywhere with a browser! There are still some problems and challenges however and I'm trying to work these out first before purchasing the product.</p>
109                               
110                               <p class="entry-footer">
111                                  <span class="post-footers">Posted by Andrew DeFaria at 11:10 AM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/General/archives/000134.html">Permalink</a>
112                                  
113                                  
114                               </p>
115                            </div>
116                         </div>
117                      </div>
118                                           
119
120                      
121                      <a id="a000133"></a>
122                      <div class="entry" id="entry-133">
123                         <h3 class="entry-header">Palm</h3>
124                         <div class="entry-content">
125                            <div class="entry-body">
126                               <p>Got a Palm Pilot M130 from Stuart the other day and have been trying to get the new PalmSync from Thunderbird's addressbook to the Palm working. Still not working correctly though.</p>
127                               
128                               <p class="entry-footer">
129                                  <span class="post-footers">Posted by Andrew DeFaria at 11:05 AM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/General/archives/000133.html">Permalink</a>
130                                  
131                                  
132                               </p>
133                            </div>
134                         </div>
135                      </div>
136                                           
137
138                      
139                      <a id="a000132"></a>
140                      <div class="entry" id="entry-132">
141                         <h3 class="entry-header">WebDAV</h3>
142                         <div class="entry-content">
143                            <div class="entry-body">
144                               <p>Finally got WebDAV running on my box. I tried a urmpi mod_webdav and it attempted to download what was necessary and install it but it had problems installing it. So I downloaded it manually and used rpm to install it. Worked. Needed to do some config of it. Got it working! Then got Mozilla Calendar finally working with remote calendars!</p>
145                               
146                               <p class="entry-footer">
147                                  <span class="post-footers">Posted by Andrew DeFaria at 11:03 AM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/General/archives/000132.html">Permalink</a>
148                                  
149                                  
150                               </p>
151                            </div>
152                         </div>
153                      </div>
154                                           
155
156                      <h2 class="date-header">February 02, 2004</h2>
157                      <a id="a000115"></a>
158                      <div class="entry" id="entry-115">
159                         <h3 class="entry-header">Psychic Flash Movie and other goodies</h3>
160                         <div class="entry-content">
161                            <div class="entry-body">
162                               <p>Here's some internet goodies. The first one tricks people into believing that the flash movie can read their mind. The second one takes a picture of the person using their computer monitor!</p>
163
164 <ul>
165
166 <p><li><a title="The Psychic Flash Movie" href="http://www.flashpsychic.com/">The Psychic Flash Movie</a></li><br />
167 <li><a title="Monitor Camera" href="http://www.monitorcamera.com">Monitor Camera</a></li></p>
168
169 </ul>
170                               
171                               <p class="entry-footer">
172                                  <span class="post-footers">Posted by Andrew DeFaria at 04:48 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/General/archives/000115.html">Permalink</a>
173                                  
174                                  
175                               </p>
176                            </div>
177                         </div>
178                      </div>
179                      
180                   </div>
181                </div>
182
183
184 <div id="beta">
185                   <div id="beta-inner" class="pkg">
186                      <div class="module-search module">
187                         <h2 class="module-header">Search</h2>
188                         <div class="module-content">
189                            <form method="get" action="http://defaria.com/mt/mt-search.cgi">
190                               <input type="hidden" name="IncludeBlogs" value="1" />
191                               <label for="search" accesskey="4">Search this blog:</label><br />
192                               <input id="search" name="search" size="20" />
193                               <input type="submit" value="Search" />
194                            </form>
195                         </div>
196                      </div>
197                      
198                      
199                      
200                                           <div class="module-archives module">
201                         <h2 class="module-header"><a href="http://defaria.com/blogs/General/archives.html">Archives</a></h2>
202                         <div class="module-content">
203                                                    <ul class="module-list">
204                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2011_03.html">March 2011</a></li>
205                            
206                                                    
207                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2010_11.html">November 2010</a></li>
208                            
209                                                    
210                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2010_10.html">October 2010</a></li>
211                            
212                                                    
213                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2010_06.html">June 2010</a></li>
214                            
215                                                    
216                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2010_04.html">April 2010</a></li>
217                            
218                                                    
219                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2010_03.html">March 2010</a></li>
220                            
221                                                    
222                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2010_02.html">February 2010</a></li>
223                            
224                                                    
225                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2009_05.html">May 2009</a></li>
226                            
227                                                    
228                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2009_04.html">April 2009</a></li>
229                            
230                                                    
231                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2009_01.html">January 2009</a></li>
232                            
233                                                    
234                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2007_04.html">April 2007</a></li>
235                            
236                                                    
237                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2006_11.html">November 2006</a></li>
238                            
239                                                    
240                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2006_09.html">September 2006</a></li>
241                            
242                                                    
243                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2005_12.html">December 2005</a></li>
244                            
245                                                    
246                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2005_10.html">October 2005</a></li>
247                            
248                                                    
249                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2005_09.html">September 2005</a></li>
250                            
251                                                    
252                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2005_08.html">August 2005</a></li>
253                            
254                                                    
255                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2005_03.html">March 2005</a></li>
256                            
257                                                    
258                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2004_02.html">February 2004</a></li>
259                            
260                                                    
261                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2004_01.html">January 2004</a></li>
262                            
263                                                    
264                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2003_11.html">November 2003</a></li>
265                            
266                                                    
267                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2003_10.html">October 2003</a></li>
268                            </ul>
269                         
270                         </div>
271                      </div>
272                      
273                      
274                      <div class="module-archives module">
275                         <h2 class="module-header">Recent Posts</h2>
276                         <div class="module-content">
277                            <ul class="module-list">
278                                                          <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/000146.html">Adding [home] link to Gallery</a></li>
279                                                          <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/000142.html"></a></li>
280                                                          <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/000134.html">The PhoneBOT.com</a></li>
281                                                          <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/000133.html">Palm</a></li>
282                                                          <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/000132.html">WebDAV</a></li>
283                                                          <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/000115.html">Psychic Flash Movie and other goodies</a></li>
284                            
285                            </ul>
286                         </div>
287                      </div>
288                      
289                      <div class="module-syndicate module">
290                         <div class="module-content">
291                            <a href="http://defaria.com/blogs/General/atom.xml">Subscribe to this blog's feed</a><br />
292                            [<a href="http://www.sixapart.com/about/feeds">What is this?</a>]
293                         </div>
294                      </div>
295                      
296                      
297                      
298                      <div class="module-powered module">
299                         <div class="module-content">
300                            Powered by<br /><a href="http://www.sixapart.com/movabletype/">Movable Type 3.2</a>
301                         </div>
302                      </div>
303                   </div>
304                </div>
305
306
307
308             </div>
309          </div>
310       </div>
311    </div>
312 </body>
313 </html>