<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>lamp &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/lamp/</link>
	<description>Feed of posts on WordPress.com tagged "lamp"</description>
	<pubDate>Wed, 09 Jul 2008 15:04:20 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Turn Me On]]></title>
<link>http://noticethings.wordpress.com/?p=588</link>
<pubDate>Thu, 10 Jul 2008 13:30:06 +0000</pubDate>
<dc:creator>kelly</dc:creator>
<guid>http://noticethings.wordpress.com/?p=588</guid>
<description><![CDATA[
Check out French photographer and designer, Marianne Maric&#8217;s Lamp Girls.

Her explanation:
Th]]></description>
<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://noticethings.files.wordpress.com/2008/07/lamp-girl-2.jpg"><img class="size-full wp-image-591  aligncenter" src="http://noticethings.wordpress.com/files/2008/07/lamp-girl-2.jpg" alt="" width="500" height="487" /></a></p>
<p style="text-align:left;">Check out French photographer and designer, Marianne Maric's <strong>Lamp Girls</strong>.</p>
<p style="text-align:center;"><a href="http://noticethings.files.wordpress.com/2008/07/lamp-girl.jpg"><img class="size-full wp-image-587  aligncenter" src="http://noticethings.wordpress.com/files/2008/07/lamp-girl.jpg" alt="" width="454" height="331" /></a></p>
<p>Her explanation:</p>
<blockquote><p><em>These “lamp-girls” were first conceived as an illustration of the woman as a thing conveyed by the “entertainment world,” but gradually ascending to a state of consciousness. These photographs were part of a broader vision: once the costume was finished, the “living” model put it on and took place on a white rotating base into a dark room. The public had the choice to turn on or off the lamp, the dress, the girl, the room. I wanted to “immortalize” this moment when a woman become a simple household appliance. That is how these photographs were born</em>.</p></blockquote>
<p>I don't know it I believe that mumbo-jumbo but I do agree this is clearly a step-up from <a href="http://www.imdb.com/title/tt0085334/">A Christmas Story</a>'s <a href="http://www.redriderleglamps.com/">leg lamp</a>...</p>
<p style="text-align:center;"><a href="http://noticethings.files.wordpress.com/2008/07/leg-lamp1.jpg"><img class="size-medium wp-image-590  aligncenter" src="http://noticethings.wordpress.com/files/2008/07/leg-lamp1.jpg?w=125" alt="" width="125" height="300" /></a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[new couch!]]></title>
<link>http://ashleighmchenry.wordpress.com/?p=334</link>
<pubDate>Tue, 08 Jul 2008 15:51:46 +0000</pubDate>
<dc:creator>ashpash</dc:creator>
<guid>http://ashleighmchenry.wordpress.com/?p=334</guid>
<description><![CDATA[
I have talked a lot about our fabulous new couch that we got in Chez McPash..so here it is. Nothing]]></description>
<content:encoded><![CDATA[<p><a title="new couch! by AshPash2008, on Flickr" href="http://www.flickr.com/photos/ashpash/2650159852/"><img src="http://farm4.static.flickr.com/3258/2650159852_dee4de0e4a.jpg" alt="new couch!" width="500" height="400" /></a></p>
<p>I have talked a lot about our fabulous new couch that we got in Chez McPash..so here it is. Nothing too fancy, but so much better and way more comfortable than the old P.O.S. that left our house.  we still need to replace that ridiculously enormous chair to the left there...with maybe one or two smaller somethings. We also added the sweet lamp pictured as well.  It's looking pretty good.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Maatkit, essential MySQL toolkit]]></title>
<link>http://theindexer.wordpress.com/?p=43</link>
<pubDate>Mon, 07 Jul 2008 10:29:24 +0000</pubDate>
<dc:creator>Salimane Adjao Moustapha</dc:creator>
<guid>http://theindexer.wordpress.com/?p=43</guid>
<description><![CDATA[Maatkit (formerly MySQL Toolkit) contains essential command-line tools for MySQL. You can use Maatki]]></description>
<content:encoded><![CDATA[<p style="margin-bottom:0;"><a href="http://www.maatkit.org/" target="_blank">Maatkit</a> (formerly MySQL Toolkit) contains essential command-line tools for MySQL. You can use Maatkit to prove replication is working correctly, fix corrupted data, automate repetitive tasks, speed up your servers, check whether slaves have the same data as the master and much, much more.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">Here are the list of tools available :</p>
<pre>mk-table-checksum, mk-table-sync, mk-visual-explain, mk-heartbeat, mk-parallel-dump, mk-parallel-restore, mk-query-profiler, mk-archiver, mk-deadlock-logger, mk-query-profiler, mk-duplicate-key-checker, mk-find, mk-show-grants, mk-slave-restart, mk-slave-delay, mk-slave-prefetch</pre>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">The one that I use most would be <em>mk-visual-explain</em> and <em>mk-query-profiler</em></p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><em>mk-visual-explain</em> : If you’ve ever wished you could see MySQL’s EXPLAIN output formatted as a tree, now you can. This utility transforms EXPLAIN output into a hierarchical view of the query plan, which is significantly easier to read and understand than EXPLAIN.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><em>mk-query-profiler</em> : This unique tool can profile individual queries, batches of queries, external applications and commands. It measures dozens of server statistics and presents them in a way that makes sense. It goes far beyond mere execution time, and calculates such statistics as the number of disk accesses and index lookups. No other tool gives you such deep insight into how much work your queries really cause the server to do.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">Maatkit now ships by default with many GNU/Linux distributions such as Debian and CentOS.</p>
<p style="margin-bottom:0;">To have the tools available on you linux box, just do the following (assuming you are on an ubuntu box with your sources updated)</p>
<p style="margin-bottom:0;">
<pre>sudo apt-get install maatkit</pre>
<p><strong>mk-visual-explain</strong></p>
<p>create a “query.txt” file this sample query as content changing “SAM_DB” to your own db name</p>
<pre>SELECT s.table_name,

concat(s.index_name,'(',group_concat(s.column_name order by s.seq_in_index),')') as idx,

GROUP_CONCAT(s.cardinality ORDER BY s.seq_in_index) AS card,

t.table_rows

FROM information_schema.tables t

JOIN information_schema.statistics s USING (table_schema,table_name)

WHERE t.table_schema='SAM_DB'

AND t.table_rows &#62; 1000

AND s.non_unique

GROUP BY s.table_name,s.index_name

HAVING (card + 0) &#60; (t.table_rows / 3);</pre>
<p>Now issue the following command with your settings if necessary :</p>
<pre>mk-visual-explain --host Localhost --user root -c /home/salimane/Desktop/query.txt</pre>
<p>Here is the output :</p>
<pre>Filesort

+- TEMPORARY

table          temporary(t,s)

+- JOIN

+- Filter with WHERE

&#124;  +- Table scan

&#124;     rows           2

&#124;     +- Table

&#124;        table          s

+- Filter with WHERE

+- Table scan

rows           2

+- Table

table          t</pre>
<p>Isn't that awesome ?</p>
<p><strong>mk-query-profiler</strong></p>
<p>Now issue the following command with your settings if necessary :</p>
<pre>mk-query-profiler --host Localhost --user root /home/salimane/Desktop/query.txt</pre>
<p>Here is the output :</p>
<pre>+----------------------------------------------------------+
&#124;                      1 (0.0816 sec)                      &#124;
+----------------------------------------------------------+

__ Overall stats _______________________ Value _____________
   Total elapsed time                        0.082
   Questions                                 1
     COMMIT                                  0
     DELETE                                  0
     DELETE MULTI                            0
     INSERT                                  0
     INSERT SELECT                           0
     REPLACE                                 0
     REPLACE SELECT                          0
     SELECT                                  1
     UPDATE                                  0
     UPDATE MULTI                            0
   Data into server                        479
   Data out of server                      548
   Optimizer cost                           24.999

__ Table and index accesses ____________ Value _____________
   Table locks acquired                      0
   Table scans                               2
     Join                                    1
   Index range scans                         0
     Join without check                      0
     Join with check                         0
   Rows sorted                              23
     Range sorts                             0
     Merge passes                            0
     Table scans                             1
     Potential filesorts                     1</pre>
<p>You can get more information from <a href="http://maatkit.sourceforge.net/doc/maatkit.html" target="_blank">here</a> or <a href="http://code.google.com/p/maatkit/" target="_blank">here</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[YoYo Lamp - Show Me Your Tricks]]></title>
<link>http://designzen.wordpress.com/?p=820</link>
<pubDate>Sun, 06 Jul 2008 04:33:57 +0000</pubDate>
<dc:creator>zen</dc:creator>
<guid>http://designzen.wordpress.com/?p=820</guid>
<description><![CDATA[
A great example of a classic piece of design with a twist - the Yoyo lamp by Catarina von Matérn ]]></description>
<content:encoded><![CDATA[<p><a href="http://designzen.files.wordpress.com/2008/07/designzen_yoyo_lamp.jpg"><img class="alignnone size-full wp-image-818" src="http://designzen.wordpress.com/files/2008/07/designzen_yoyo_lamp.jpg" alt="" width="497" height="607" /></a></p>
<p>A great example of a classic piece of design with a twist - the Yoyo lamp by Catarina von Matérn &#38; Lisa Lindstöm.  The Yoyo Lamp keeps all the classic toy shape but can't functioned as your toy anymore. Designed as a floor lamp or as a table lamp, the 16cm power cord will replaced the Yoyo string and can be roll it out around the room wherever light is needed. Nice huh...+<a href="http://technabob.com/blog/2008/07/04/yoyo-lamp/" target="_blank">TechnaBob</a></p>
<p><a href="http://designzen.files.wordpress.com/2008/07/designzen_yoyo_lamp_2.jpg"><img class="alignnone size-full wp-image-819" src="http://designzen.wordpress.com/files/2008/07/designzen_yoyo_lamp_2.jpg" alt="" width="497" height="423" /></a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Installare i Mysql Gui tools (specialmente Mysql Workbench) in Ubuntu]]></title>
<link>http://lazza.wordpress.com/?p=642</link>
<pubDate>Sat, 05 Jul 2008 13:05:25 +0000</pubDate>
<dc:creator>Lazza</dc:creator>
<guid>http://lazza.wordpress.com/?p=642</guid>
<description><![CDATA[Non ve ne avevo ancora parlato, ma ultimamente mi ritrovo a fare una sorta di &#8220;stage non-propr]]></description>
<content:encoded><![CDATA[<p>Non ve ne avevo ancora parlato, ma ultimamente mi ritrovo a fare una sorta di "stage non-propriamente-ufficiale" in una ditta di sistemi informativi della zona. L'azienda si occupa di database, e per lavorare mi hanno meso su un server dove ho potuto scegliere di mettere ciò che mi pareva.</p>
<p>Inutile dire che ho installato Ubuntu con una configurazione LAMP, più <a href="http://andrealazzarotto.com/2008/02/04/strumenti-ssh-anche-in-terreno-nemico/">Ssh e le solite cose sul client</a>. Perché Ubuntu? Perché mi ci trovo bene, è la distro che conosco meglio e quindi è più facile per me lavorarci. E poi è stato molto soddisfacente piallare la SuSE Linux Enterprise che c'era sopra*. <img src="http://img87.imageshack.us/img87/6978/facewinkll0.png" alt="" align="absmiddle" /></p>
<p>A questo punto, dato che si operava in MySql, abbiamo deciso di verificare la presenza di software adatto allo scopo, ovvero che semplificasse almeno la parte di amministrazione e verifica delle query. Certo, esiste l'ottimo <a href="http://www.phpmyadmin.net" target="_blank">PhpMyAdmin</a>, ma volevamo provare anche il resto.</p>
<p>Essendo venuti a conoscenza dei <a href="http://dev.mysql.com/downloads/gui-tools/" target="_blank">MySql Gui Tools</a> (in origine eravamo più interessati a MySql Workbench, anche se poi l'abbiamo usato pochissimo) abbiamo deciso di installarli per provare.</p>
<p>Dato che in ditta sarei <strong>io</strong> l'esperto di Linux (in realtà ce n'è anche un altro ma viene raramente in sede) è ovviamente toccato a me. Vi posso dire solo una cosa: <span style="text-decoration:underline;">che agonia!</span> <img src="http://img179.imageshack.us/img179/6439/faceplainpi3.png" alt="" align="absmiddle" /></p>
<p>Ho impiegato tre ore abbondanti, e non tanto per i tempi di compilazione, quanto per realizzare come risolvere gli errori. Poi qualcuno mi dovrà spiegare perché nelle varie cartelle dei sorgenti ho dovuto dare<span style="color:#000000;"> il comando <em>make all</em>... Cos'è, <em>make</em> non gli andava bene?</span></p>
<p>D'accordo, piccoli sfoghi a parte, siccome io sono infinitamente buono <img src="http://img249.imageshack.us/img249/8563/faceguyud3.png" alt="" align="absmiddle" /> ho passato qualche ora a creare un buono script che automatizza tutto. Tale script scarica ed installa automaticamente la versione 5.0r5 di MySql Gui Tools. È testato per funzionare su una Ubuntu 8.04 nuova di zecca (a parte il tema cambiato, che non influisce minimamente). Naturalmente perché poi si possa usare è ovvio che da qualche parte deve essere installato un server MySql opportunamente configurato.</p>
<p>Immagino che per farlo funzionare su altre distribuzioni bastino poche modifiche ai comandi, ma non saprei dirvi sinceramente.</p>
<p>Veniamo al dunque, <a href="http://www.mediafire.com/?hbnf4nu1dwm" target="_blank">scaricate lo script da qui</a> e ponetelo sulla Scrivania. ora basta dargli i permessi di esecuzione e farlo partire:</p>
<p style="text-align:center;"><em><img class="aligncenter" src="http://lazza.files.wordpress.com/2008/07/mysql-gui-tools-1.png" alt="" /></em></p>
<p style="text-align:center;"><em>Un invio e si parte!</em></p>
<p>Ora non resta che aspettare. Può succedere, specie nella parte iniziale, che lo script sembri inchiodato. In realtà non è così, funziona bene. C'è solo da aspettare qualche minuto. L'unica cosa che vi raccomando è di controllare che il download del file dei sorgenti vada a buon fine (che non ci siano interruzioni insomma) perché altrimenti lo script prosegue e fa pasticci (non danneggia nulla, ma può succedere che crei qualche file inutile) e non conclude nulla. <img src="http://img179.imageshack.us/img179/9895/faceangelen7.png" alt="" align="absmiddle" /></p>
<p>Ricordate inoltre che lo script vi chiederà più di una volta la password del vostro utente, quindi o lo fate partire subito anteponendoci <em>sudo</em> oppure ogni tanto dovete inserirla. Detto ciò, allacciate le cinture di sicurezza e partite.</p>
<p style="text-align:center;"><em><img class="aligncenter" src="http://lazza.files.wordpress.com/2008/07/mysql-gui-tools-2.png" alt="" /></em></p>
<p style="text-align:center;"><em>La fase iniziale, dopo aver sistemato le dipendenze viene scaricato l'archivio dei sorgenti...</em></p>
<p>Se tutto sarà andato a buon fine (ma anche no in effetti...) il messaggi conclusivo sarà così:</p>
<p style="text-align:center;"><em><img class="aligncenter" src="http://lazza.files.wordpress.com/2008/07/mysql-gui-tools-3.png" alt="" /></em></p>
<p style="text-align:center;"><em>In pieno stile MySql, un educato saluto!</em></p>
<p>Un indice di corretta esecuzione dello script è la presenza dei quattro pacchetti nella vostra home directory.</p>
<p>A questo punto, in maniera pressoché automatica avete tutto pronto. Non vi resta che appurare la popolazione del menù di Gnome:</p>
<p style="text-align:center;"><em><img class="aligncenter" src="http://lazza.files.wordpress.com/2008/07/mysql-gui-tools-4.png" alt="" /></em></p>
<p><em>Le icone sono molto carine <img src="http://img179.imageshack.us/img179/6131/facesmilevx9.png" alt="" align="absmiddle" /></em></p>
<p>Infine si deve fare un <em>fix</em> a mano. Digitate il seguente comando da terminale:</p>
<p><code>sudo gedit /usr/local/bin/mysql-workbench</code>E subito dopo la prima riga inserite quest'altra riga:<br />
<code>export LANG=en_US</code>Sembra assurdo, ma se non si esporta questa variabile, il tutto non parte su sistemi che non siano in lingua Inglese Americano.</p>
<p>Ora potete cominciare a provare i programmi, sperando che vi siano utili.</p>
<p style="text-align:center;"><em><img class="aligncenter" src="http://lazza.files.wordpress.com/2008/07/mysql-gui-tools-5.png" alt="" /></em></p>
<p style="text-align:center;"><em>C'è tutto... Certo, passi che è una alpha, ma è abbastanza limitata...</em></p>
<p>Credo di non avere altro da aggiungere. Spero solo di aver reso la vita più semplice agli altri che si devono scontrare con questi strumenti, la cui compilazione sembra essere stata resa astrusa di proposito. <img src="http://img87.imageshack.us/img87/8095/facetonguewinkif7.png" alt="" align="absmiddle" /></p>
<p><strong>Riferimenti:</strong></p>
<ul>
<li><a href="https://help.ubuntu.com/community/MySqlWorkBench" target="_blank">MySqlWorkBench - Community Ubuntu Documentation</a></li>
<li><a href="http://bugs.mysql.com" target="_blank">MYSQL Bugs</a></li>
</ul>
<p>_____</p>
<p>* E non me ne vogliano gli utenti di tale distribuzione, ma avere una distro dove per scaricare gli aggiornamenti bisogna inserire un login e una password (che erano già inseriti e non funzionavano) è veramente troppo.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Detective]]></title>
<link>http://foundship.wordpress.com/?p=85</link>
<pubDate>Sat, 05 Jul 2008 12:48:00 +0000</pubDate>
<dc:creator>Captain Doug</dc:creator>
<guid>http://foundship.wordpress.com/?p=85</guid>
<description><![CDATA[
]]></description>
<content:encoded><![CDATA[<p><img src="http://foundship.wordpress.com/files/2008/07/12123334529hnzebt.jpg" alt="" width="500" height="750" class="aligncenter size-full wp-image-84" /></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Keets Out On Slats]]></title>
<link>http://agodlymaiden.wordpress.com/?p=331</link>
<pubDate>Fri, 04 Jul 2008 22:35:34 +0000</pubDate>
<dc:creator>Lacy</dc:creator>
<guid>http://agodlymaiden.wordpress.com/?p=331</guid>
<description><![CDATA[The guinea keets have been enjoying their new playpen, out on the turkey building slats! Since it]]></description>
<content:encoded><![CDATA[<p>The guinea keets have been enjoying their new playpen, out on the turkey building slats! Since it's been warm enough during the day to keep their heatlamp off, we decided we would just let them up on the slats since they were already big enough not to go through the slats or fence.</p>
<p style="text-align:center;"><a href="http://agodlymaiden.wordpress.com/files/2008/07/guineas_on_slats.jpg"><img class="alignnone size-thumbnail wp-image-332" src="http://agodlymaiden.wordpress.com/files/2008/07/guineas_on_slats.jpg?w=128" alt="" width="128" height="96" /> </a><a href="http://agodlymaiden.wordpress.com/files/2008/07/keets_slats.jpg"><img class="alignnone size-thumbnail wp-image-333" src="http://agodlymaiden.wordpress.com/files/2008/07/keets_slats.jpg?w=128" alt="" width="128" height="96" /></a></p>
<p style="text-align:left;">The littlest one, Tiny, is still getting used to it, and doesn't like to move very fast on the slats, but he is slowly getting the hang of it! We still put them back in the building every night. On the first picture, you can see the doorway that leads back into the building.</p>
<p style="text-align:center;"><a href="http://agodlymaiden.wordpress.com/files/2008/07/amy.jpg"><img class="alignnone size-thumbnail wp-image-334" src="http://agodlymaiden.wordpress.com/files/2008/07/amy.jpg?w=128" alt="" width="128" height="96" /></a></p>
<p style="text-align:left;">This is one of my favorite hens, and her name is Amy. She's a little slower than all the rest doing everything, but she's very cute and friendly. And on top of all that, she's got a much longer beak and bigger eyes than all the rest of the hens! Mom calls her a little collie hen, since she's got such a long beak! Even when all the hens are out, you can spot her easily because of her big eyes.</p>
<p style="text-align:center;"><a href="http://agodlymaiden.wordpress.com/files/2008/07/guinea-male.jpg"><img class="alignnone size-thumbnail wp-image-335" src="http://agodlymaiden.wordpress.com/files/2008/07/guinea-male.jpg?w=128" alt="" width="128" height="96" /></a></p>
<p style="text-align:left;">This is a rather interesting and accidental picture I got of our male guinea, while I had him cornered in the Rooster Pen. I have yet to figure out why he was turning his head upside down, but I'm glad I caught it. :D</p>
<p style="text-align:center;"><a href="http://agodlymaiden.wordpress.com/files/2008/07/danny.jpg"><img class="alignnone size-thumbnail wp-image-336" src="http://agodlymaiden.wordpress.com/files/2008/07/danny.jpg?w=128" alt="" width="128" height="96" /></a></p>
<p style="text-align:left;">This is my favorite rooster, Daniel. Danny for short. I think he's improving with the hens, including the younger ones. I have had him out with them and whenever he gets too rowdy, Jacob takes care of him. He hasn't been chasing the hens as much, so I'm hoping he's grown out of that phase he was in. :) Mom said in about two weeks we can start mixing foods with the younger/older hens and start moving them over to the Hen Pen!!</p>
<p style="text-align:center;"><a href="http://agodlymaiden.wordpress.com/files/2008/07/prince_victory.jpg"><img class="alignnone size-medium wp-image-337" src="http://agodlymaiden.wordpress.com/files/2008/07/prince_victory.jpg?w=300" alt="" width="300" height="225" /></a></p>
<p style="text-align:center;">This is an old picture of <a href="http://agodlymaiden.wordpress.com/2008/07/02/prince-is-dead/">Prince</a>, which I have edited a little and added Scripture to.</p>
<p style="text-align:center;"><em><span style="color:#0d65e6;">O death, where </span><span style="color:#0d65e6;">is</span><span style="color:#0d65e6;"> thy sting? O grave, where </span><span style="color:#0d65e6;">is</span><span style="color:#0d65e6;"> thy victory?<br />
</span><span style="color:#0d65e6;">But thanks </span><span style="color:#0d65e6;">be</span></em><span style="color:#0d65e6;"><em> to God, which giveth us the victory through our Lord Jesus Christ.</em><br />
<strong><span style="color:#0000ff;">1 Corinthians 15:55 &#38; 57</span></strong></span></p>
<p style="text-align:center;">I know the Scripture probably doesn't really match the picture, but I couldn't think of a better one. If anyone else can, please do let me know!!</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Tape Cassette Lamp]]></title>
<link>http://designzen.wordpress.com/?p=811</link>
<pubDate>Thu, 03 Jul 2008 17:33:08 +0000</pubDate>
<dc:creator>zen</dc:creator>
<guid>http://designzen.wordpress.com/?p=811</guid>
<description><![CDATA[tape lamp
Cassette Tape Lamp by Transparent House. Each lamp is hand-made using 140 actual tapes, wh]]></description>
<content:encoded><![CDATA[[wp_caption id="attachment_810" align="alignnone" width="497" caption="tape lamp"]<a href="http://designzen.files.wordpress.com/2008/07/tapecassette-lamp-transparent-house.jpg"><img src="http://designzen.wordpress.com/files/2008/07/tapecassette-lamp-transparent-house.jpg" alt="tape lamp" width="497" height="346" class="size-full wp-image-810" /></a>[/wp_caption]
<p>Cassette Tape Lamp by <a href="http://www.apartmenttherapy.com/la/lighting/transparent-houses-tape-cassette-lamp-053947">Transparent House</a>. Each lamp is hand-made using 140 actual tapes, which cast surprisingly pretty shadows onto the surrounding walls. +<a href="http://cubeme.com/blog/2008/07/03/tape-cassette-lamp-by-transparent-house/">CubeMe</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[We require Technology Developers. Right now!]]></title>
<link>http://cre8ive.wordpress.com/?p=567</link>
<pubDate>Wed, 02 Jul 2008 13:54:06 +0000</pubDate>
<dc:creator>Arun Verma</dc:creator>
<guid>http://cre8ive.wordpress.com/?p=567</guid>
<description><![CDATA[At Arun Verma Design Studio, we&#8217;ve been working with a host of clients in the US, UK and India]]></description>
<content:encoded><![CDATA[<p>At <a title="Arun Verma Design Studio" href="http://www.arunverma.com" target="_blank">Arun Verma Design Studio</a>, we've been working with a host of clients in the US, UK and India across varied<br />
creative domains.</p>
<p>Now, we have some immediate requirements for technology developers and was wondering if we have people within this group who would like to work in a fantastic environment and work on some brilliant ideas<br />
that we've been toying with. As someone who'll be working with us, you might not know everything about technology but should have the 'fire within' to learn, experiment and make mistakes. You should be creative and logical, should be a self starter with an ability to troubleshoot and deal with software programming problems. Basically, you should have an attitude for finding 'solutions'.</p>
<p>Please do read more about <a title="Careers at Arun Verma Design Studio" href="http://www.arunverma.com/careers.html" target="_self">careers with us</a>.</p>
<p>The details of the technology developers that we're looking for are as follows.</p>
<p>Number of openings: 3</p>
<p>Years of experience: 2+ years</p>
<p>Languages: PHP 4&#38;5 (min 2 years experience)</p>
<p>Databases: MySQL and PostgeSQL (min 1 year experience)</p>
<p>CMS: Drupal (min 6 month experience; the more the merrier)</p>
<p>Scripting Languages: HTML, CSS, JavaScript and AJAX</p>
<p>If you fit the bill, or would like to do somebody else a favour, tell them about this. Please get in touch with me on 9811214413 or write to <a href="mailto:arun@arunverma.com">me</a>.</p>
<p>Look forward to having you on board.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Installing AWSTATS in Linux]]></title>
<link>http://vijaylad1905.wordpress.com/?p=28</link>
<pubDate>Wed, 02 Jul 2008 13:10:34 +0000</pubDate>
<dc:creator>vijaylad1905</dc:creator>
<guid>http://vijaylad1905.wordpress.com/?p=28</guid>
<description><![CDATA[This is my owned installation file&#8230;I used it n its working.. You guys also keep habit of maint]]></description>
<content:encoded><![CDATA[<p>This is my owned installation file...I used it n its working.. You guys also keep habit of maintaining installation file.</p>
<p>Download installation from website</p>
<p>1. wget http://nchc.dl.sourceforge.net/sourceforge/awstats/awstats-6.7.tar.gz<br />
2. tar -xvzf awstats-6.7.tar.gz<br />
3. mv awstats-6.7 /usr/local/<br />
4. cd /usr/local/<br />
5. mv awstast-6.7 awstats<br />
6. cd awstats/tools/<br />
7. perl awstats_config.pl       --- This will run the script, feel the details &#38; note down final results.</p>
<p>8. mkdir /var/lib/awstats</p>
<p>9. chmod 655 /var/lib/awstats/</p>
<p>10. Take backup of yout httpd.conf file (If in case anything goes wrong)<br />
11. vi /usr/local/apache2/conf/httpd.conf</p>
<p>Add following lines in httpd.conf</p>
<p>+++++++------------------------------------------------++++++++++<br />
# Directives to allow use of AWStats as a CGI<br />
#<br />
Alias /awstatsclasses "/usr/local/awstats/wwwroot/classes/"<br />
Alias /awstatscss "/usr/local/awstats/wwwroot/css/"<br />
Alias /awstatsicons "/usr/local/awstats/wwwroot/icon/"<br />
ScriptAlias /awstats/ "/usr/local/awstats/wwwroot/cgi-bin/"</p>
<p>#<br />
# This is to permit URL access to scripts/files in AWStats directory.<br />
#<br />
&#60;Directory "/usr/local/awstats/wwwroot"&#62;<br />
Options None<br />
AllowOverride None<br />
Order allow,deny<br />
Allow from all<br />
&#60;/Directory&#62;<br />
+++++++--------------------------------------------------+++++++++</p>
<p>12. vi /etc/awstats/awstats.your.server.com.conf</p>
<p>Change the log file location as per your configuration</p>
<p>##LogFile="/usr/local/apache2/logs/access_log</p>
<p>13. /usr/local/apache2/bin/apachectl stop<br />
14 ./usr/local/apache2/bin/apachectl start</p>
<p>15. Now run "/usr/local/awstats/wwwroot/cgi-bin/awstats.pl -update -config=&#60;server.name.com&#62;" #This will take some time to complete this process.</p>
<p>15. DONE now check "http://domainname/awstats/awstats.pl?config=&#60;servername&#62; #what you configured.</p>
<p>----------------------------------------------</p>
<p>If wants to schedule this command then add the following line to crone tab</p>
<p>0 * * * * nice /usr/local/awstats/wwwroot/cgi-bin/awstats.pl -update -config=&#60;server.name.com&#62;</p>
<p>________________________________</p>
<p>Author : VIJAY LAD</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Adding more hosts in NAGIOS  3.0.2]]></title>
<link>http://vijaylad1905.wordpress.com/?p=26</link>
<pubDate>Wed, 02 Jul 2008 13:01:45 +0000</pubDate>
<dc:creator>vijaylad1905</dc:creator>
<guid>http://vijaylad1905.wordpress.com/?p=26</guid>
<description><![CDATA[spend 4-5 hrs to find this on google &amp; trust me I didn&#8217;t found anything&#8230;&#8230;..The]]></description>
<content:encoded><![CDATA[<p>spend 4-5 hrs to find this on google &#38; trust me I didn't found anything........Then I tried something &#38; which works.</p>
<p>Following are the steps:</p>
<p>Open /usr/local/nagios/etc/objects/localhost.cfg with any favorite editor.</p>
<p>Add the following lines in "HOST DEFINATION" section as per your requirements:</p>
<p>#############################################</p>
<p>define host{</p>
<p>use                        linux-server         #Name of host template to use</p>
<p>host_name            vijaylad.com     #Your domain name<br />
alias                       myserver         #Pet name of your server:-)<br />
address                 XX.XX.XX.XXX    #IP address of your server<br />
check_command  check-host-alive<br />
max_check_attempts      20<br />
notification_interval   240<br />
notification_period     24x7<br />
notification_options    d,u,r<br />
}<br />
##################################</p>
<p>Now restart Nagios with following.</p>
<p>/etc/init.d/nagios reload</p>
<p>Done.....Check from web interface.......Some of hosts take bit time to connect..</p>
<p>Note : Please use it on your own risk</p>
<p>Author:- VIJAY LAD</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Lamp in a garden]]></title>
<link>http://veraworld.wordpress.com/2008/07/01/lamp-in-a-garden/</link>
<pubDate>Tue, 01 Jul 2008 01:57:23 +0000</pubDate>
<dc:creator>Vera</dc:creator>
<guid>http://veraworld.wordpress.com/2008/07/01/lamp-in-a-garden/</guid>
<description><![CDATA[
The whole point of this picture is that a lamp is in a garden, decorated or actually is a vine of f]]></description>
<content:encoded><![CDATA[<p align="center"><a href="http://veraworld.files.wordpress.com/2008/07/lampinthegarden20080630wm.jpg"><img style="border-width:0;" src="http://veraworld.files.wordpress.com/2008/07/lampinthegarden20080630wm-thumb.jpg" border="0" alt="EPSON scanner image" width="379" height="484" /></a></p>
<p>The whole point of this picture is that a lamp is in a garden, decorated or actually is a vine of flowers and leaves. I got this inspiration from a lamp in a hotel room. It was originally curved, but I stuck with a straight lamp. People might think the lamp is used for light, but it’s not. That’s pretty much it. Nothing but a typical lamp in a typical garden with your typical flowers.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Faux Bois &lt;3 &lt;3]]></title>
<link>http://rocknrolldestroyer.wordpress.com/2008/06/30/faux-bois-3-3/</link>
<pubDate>Mon, 30 Jun 2008 17:37:30 +0000</pubDate>
<dc:creator>rocknrolldestroyer</dc:creator>
<guid>http://rocknrolldestroyer.wordpress.com/2008/06/30/faux-bois-3-3/</guid>
<description><![CDATA[Thanks Apartment Therapy. I am freakishly addicted to you, and you always put out the goods.
Ecoresi]]></description>
<content:encoded><![CDATA[<p>Thanks Apartment Therapy. I am freakishly addicted to you, and you always put out the goods.</p>
<div><img alt="06308lightblock_01.jpg" src="http://www.apartmenttherapy.com/uimages/la/06308lightblock_01.jpg" class="mt-image-center" height="283" width="540" />Ecoresin is a translucent, non-toxic polyester resin composed of 40% post-industrial polyester content. But equally important is that it can be used to make beautiful decor objects like the <a href="http://vitamindesignshop.com/index.php?main_page=product_info&#38;cPath=1_7_22&#38;products_id=381">Light Block</a>, which only reveals its hidden branch pattern when illuminated...</p>
<p>We're wondering if we could make something similar using <a href="http://www.marthastewart.com/portal/site/mslo/menuitem.3a0656639de62ad593598e10d373a0a0/?vgnextoid=33c2d52add62f010VgnVCM1000003d370a0aRCRD&#38;vgnextfmt=default">DIY wood grain paper sheets</a> and a balsa wood frame. Looks like we might have a DIY craft project in the making.</div>
<p><a href="http://www.apartmenttherapy.com/la/lighting/light-block-054888">View Original Article</a></p>
<div class="flockcredit" style="text-align:right;color:#CCC;font-size:x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" target="_new" title="Flock Browser">Flock Browser</a></div>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Profiling  With Xdebug]]></title>
<link>http://theindexer.wordpress.com/?p=12</link>
<pubDate>Mon, 30 Jun 2008 11:11:31 +0000</pubDate>
<dc:creator>Salimane Adjao Moustapha</dc:creator>
<guid>http://theindexer.wordpress.com/?p=12</guid>
<description><![CDATA[This post assume that you have already installed and enabled xdebug on your lamp stack
To visualize ]]></description>
<content:encoded><![CDATA[<p style="margin-bottom:0;">This post assume that you have already <a href="../2008/06/11/installing-xdebug-on-xampp-for-linux/" target="_self">installed and enabled xdebug</a> on your lamp stack</p>
<p style="margin-bottom:0;">To visualize profile data, you must have KCacheGrind and GraphViz. It should be easy to find versions suitable for your flavor of Linux. Debian users can quickly install KCacheGrind and GraphViz and all the packages' dependencies using the Advanced Packaging Tool (APT).</p>
<p style="margin-bottom:0;">
<pre style="margin-bottom:0.2in;">$ sudo apt-get install kcachegrind graphviz</pre>
<p style="margin-bottom:0.2in;">To profile your code, simply point your browser to your PHP application.</p>
<p style="margin-bottom:0;">As an example, let's profile the simple Prime Number Display, checkprime.php, shown below</p>
<pre>&#60;?php
function IsPrime($Num)
{
	if($Num == 0) return 0;
	else if($Num == 1) return 1;
	$No = 0;
	$Result=0;
	for($CurrNum = 2; $CurrNum &#60;= $Num; $CurrNum++)
	{
		for($Divisor = 2; $Divisor &#60; $CurrNum; $Divisor++)
		{
			$Res = $CurrNum / $Divisor;
			if($Res != 1 &#38;&#38; intval($Res) == $Res)
			{
				$No = 1;
				$Divisor = $CurrNum;
			}
		}
		if($No != 1)
			$Result = $CurrNum;
		$No = 0;
	}

	// If the only divisor is the number itself, it's prime
	if($Result == $Num)
		return 1;
	else
		return 0;
}

?&#62;

&#60;html&#62;
  &#60;head&#62;
    &#60;title&#62;Prime Number Display&#60;/title&#62;
  &#60;/head&#62;
  &#60;body&#62;
    &#60;h2&#62;Try the Prime Number Display!&#60;/h2&#62;
    &#60;form action="checkprime.php" method="POST"&#62;
    Enter a start number: &#60;input type="text" name="start"&#62;&#60;/input&#62;
    Enter an end number: &#60;input type="text" name="end"&#62;&#60;/input&#62;
    &#60;input type="submit" name="Diplay"&#62;&#60;/input&#62;
    &#60;/form&#62;
    &#60;hr /&#62;

&#60;?php
if (isset($_POST['start']) &#38;&#38; isset($_POST['end']))
{
	$start = $_POST['start'];
	$end = $_POST['end'];
	for($i = $start; $i &#60;= $end; ++$i)
	{

			if(is_prime($i))
			{
			echo '
			'.$i.' ';
			}
	}
}
?&#62;
  &#60;/body&#62;
&#60;/html&#62;</pre>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">Point your browser to http://localhost/checkprime.php (or the appropriate URL)</p>
<p style="margin-bottom:0;">and enter 0 for start number and 100 for end number</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><a href="http://theindexer.wordpress.com/files/2008/06/img1.png"><img class="alignnone size-medium wp-image-17" src="http://theindexer.wordpress.com/files/2008/06/img1.png?w=300" alt="display prime numbers" width="300" height="73" /></a></p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">If you list the contents of the profiler output directory (named in php.ini), you should see a file named something like cachegrind.out.18936. The prefix cachegrind.out. is fixed. By default, the numerical suffix is a CRC32 hash of the directory path to the checkprime.php file. Hence, if each of your applications lives in its own directory, output from each application is segregated by file name. (If you prefer to associate output with time, add this line:</p>
<p style="margin-bottom:0;">
<pre>xdebug.profiler_output_name = timestamp</pre>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">to php.ini.)</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">Launch KCacheGrind and open cachegrind.out.18936. A new window resembling the figure below should open momentarily.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><a href="http://theindexer.wordpress.com/files/2008/06/img2.png"><img class="alignnone size-medium wp-image-19" src="http://theindexer.wordpress.com/files/2008/06/img2.png?w=300" alt="kcachegrind" width="300" height="228" /></a></p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">Click the <strong>Callees</strong> tab, double-click the highlighted line of source code, and choose <strong>Source File</strong> from the <strong>Grouping</strong> list. Your view should change to resemble to the screenshot below.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;"><a href="http://theindexer.wordpress.com/files/2008/06/img3.png"><img class="alignnone size-medium wp-image-21" src="http://theindexer.wordpress.com/files/2008/06/img3.png?w=300" alt="results" width="300" height="228" /></a></p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p>As you might expect, virtually all the processing time (95.16 percent of the 1753118 milliseconds) was spent executing 101 invocations of the function IsPrime<code>()</code>. To hasten this application, we can see that if the function IsPrime() could be re factored , it will benefit the whole timing of the application. Also, instead of checking all the numbers between the range, if we can put a small check on the numbers, if it can be a prime before calling the function IsPrime(), it will even reduce the numbers of times the function was called.<br />
A smarter version of the IsPrime<code>()</code> function is shown below. Instead of 101 function calls, only 51 were required , and time was reduced to 2513 milliseconds.</p>
<pre>&#60;?php
function IsPrime($i)
{
	$d = 3;
	$x = sqrt($i);
	while ($i % $d != 0 &#38;&#38; $d &#60; $x) $d += 2;
	return (($i % $d == 0 &#38;&#38; $i != $d) * 1) == 0 ? true : false;
}
?&#62;

&#60;?php
if (isset($_POST['start']) &#38;&#38; isset($_POST['end']))
{
	$start = $_POST['start'];
	$end = $_POST['end'];
	for($i = $start; $i &#60;= $end; ++$i)
	{
		if($i % 2 == 1 &#124;&#124; $i == 2)
			if(IsPrime($i))
			{
			         echo '
			         '.$i.' ';
			}
	}
}
?&#62;

<a href="http://theindexer.wordpress.com/files/2008/06/img4.png"><img class="alignnone size-medium wp-image-24" src="http://theindexer.wordpress.com/files/2008/06/img4.png?w=300" alt="Faster IsPrime Function" width="300" height="228" /></a></pre>
<p><strong>Conclusion</strong></p>
<p>If your Apache installation is already optimized and your application is already cached, but your performance is lackluster, consider how the code is working. Is your algorithm efficient? Is the code too complex? Are you reimplementing a function that PHP already provides?</p>
<p>Certainly, if you cannot name or spot the bottlenecks, it's time to find and fix the slowdowns. Don't guess -- profile! You may be surprised at how your precious compute cycles are being spent.</p>
<p>And never forget: Disable Xdebug on production servers, as it always adds overhead when enabled.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[On the lamp side of life]]></title>
<link>http://sparkica.wordpress.com/?p=305</link>
<pubDate>Mon, 30 Jun 2008 06:50:34 +0000</pubDate>
<dc:creator>sparkica</dc:creator>
<guid>http://sparkica.wordpress.com/?p=305</guid>
<description><![CDATA[
]]></description>
<content:encoded><![CDATA[<p><a href="http://sparkica.files.wordpress.com/2008/06/img_5845.jpg"><img class="alignnone size-full wp-image-304" src="http://sparkica.wordpress.com/files/2008/06/img_5845.jpg" alt="" width="768" height="1024" /></a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Artworks IV]]></title>
<link>http://4artonly.wordpress.com/?p=66</link>
<pubDate>Sun, 29 Jun 2008 23:54:01 +0000</pubDate>
<dc:creator>sani</dc:creator>
<guid>http://4artonly.wordpress.com/?p=66</guid>
<description><![CDATA[
The Hanging Lamp
Pen and Ink on paper (wire and handmade paper)
2003

The Hanging Lamp
Pen and Ink ]]></description>
<content:encoded><![CDATA[<p><a href="http://4artonly.wordpress.com/files/2008/06/artworks3.jpg"><img class="alignnone size-medium wp-image-67" src="http://4artonly.wordpress.com/files/2008/06/artworks3.jpg?w=234" alt="" width="234" height="300" /></a></p>
<p>The Hanging Lamp</p>
<p>Pen and Ink on paper (wire and handmade paper)</p>
<p>2003</p>
<p><a href="http://4artonly.wordpress.com/files/2008/06/artworks5.jpg"><img class="alignnone size-medium wp-image-69" src="http://4artonly.wordpress.com/files/2008/06/artworks5.jpg?w=231" alt="" width="231" height="300" /></a></p>
<p>The Hanging Lamp</p>
<p>Pen and Ink on paper (wire and handmade paper)</p>
<p>2003</p>
<p><a href="http://4artonly.wordpress.com/files/2008/06/flower3.jpg"><img class="alignnone size-medium wp-image-68" src="http://4artonly.wordpress.com/files/2008/06/flower3.jpg?w=252" alt="" width="252" height="300" /></a></p>
<p>The Flower III</p>
<p>Watercolor, pen and ink on paper</p>
<p>2005</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Lámparas]]></title>
<link>http://janeechiica.wordpress.com/?p=6</link>
<pubDate>Sun, 29 Jun 2008 23:53:12 +0000</pubDate>
<dc:creator>jane_18</dc:creator>
<guid>http://janeechiica.wordpress.com/?p=6</guid>
<description><![CDATA[


 
 

]]></description>
<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://janeechiica.wordpress.com/files/2008/06/394504542_9eb31e072e.jpg"><img class="aligncenter size-medium wp-image-10" src="http://janeechiica.wordpress.com/files/2008/06/394504542_9eb31e072e.jpg?w=300" alt="colgada del techo." width="300" height="225" /></a></p>
<p style="text-align:center;"><a href="http://janeechiica.wordpress.com/files/2008/06/c.jpg"><img class="alignnone size-medium wp-image-11" src="http://janeechiica.wordpress.com/files/2008/06/c.jpg?w=300" alt="" width="300" height="200" /></a></p>
<p style="text-align:center;"><a href="http://janeechiica.wordpress.com/files/2008/06/window.jpg"><img class="alignnone size-medium wp-image-4" src="http://janeechiica.wordpress.com/files/2008/06/window.jpg?w=300" alt="Lamparas" width="300" height="225" /></a></p>
<p style="text-align:center;"> </p>
<p style="text-align:center;"> </p>
<p style="text-align:center;"><a href="http://janeechiica.files.wordpress.com/2008/06/iq30col.jpg">[gallery]<img class="size-medium wp-image-5 aligncenter" src="http://janeechiica.wordpress.com/files/2008/06/iq30col.jpg?w=208" alt="" width="208" height="233" /></a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[...working again]]></title>
<link>http://psign.wordpress.com/?p=54</link>
<pubDate>Sun, 29 Jun 2008 21:49:54 +0000</pubDate>
<dc:creator>psign</dc:creator>
<guid>http://psign.wordpress.com/?p=54</guid>
<description><![CDATA[Started working on the original picture.
Drawing with a pen now, as soon as I&#8217;m done I&#8217;l]]></description>
<content:encoded><![CDATA[<p><a href="http://psign.files.wordpress.com/2008/06/tischlampesmall.jpg"><img class="alignleft size-medium wp-image-55" src="http://psign.wordpress.com/files/2008/06/tischlampesmall.jpg?w=245" alt="Lamp" width="245" height="300" /></a><img src="/DOKUME~1/install/LOKALE~1/Temp/moz-screenshot.jpg" alt="" /><img src="/DOKUME~1/install/LOKALE~1/Temp/moz-screenshot-3.jpg" alt="" />Started working on the original picture.<br />
Drawing with a pen now, as soon as I'm done I'll work on the<br />
photoshop version again.</p>
<p>Maybe I'll get a good quality scan of the finished picture,<br />
[p]</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[XAMPP: Apache, PHP, MySQL etc]]></title>
<link>http://vitalbodies.wordpress.com/?p=64</link>
<pubDate>Sat, 28 Jun 2008 18:02:57 +0000</pubDate>
<dc:creator>vitalbodies</dc:creator>
<guid>http://vitalbodies.wordpress.com/?p=64</guid>
<description><![CDATA[
XAMPP: Apache, PHP, MySQL etc in one easy to install package:
XAMPP is an excellent way to install ]]></description>
<content:encoded><![CDATA[<p style="text-align:left;"><a href="http://vitalbodies.files.wordpress.com/2008/06/xampp.jpg"><img class="aligncenter size-full wp-image-65" src="http://vitalbodies.wordpress.com/files/2008/06/xampp.jpg" alt="XAMPP is easy to install..." width="200" height="59" /></a></p>
<p style="text-align:left;"><strong>XAMPP: Apache, PHP, MySQL etc in one easy to install package:</strong></p>
<p style="text-align:left;">XAMPP is an excellent way to install the foundational base for creating powerful web sites.</p>
<p style="text-align:left;">Here are some notes VitalBodies likes to keep handy for Ubuntu installations:</p>
<p style="text-align:left;"><strong>Download:</strong> <a href="http://www.apachefriends.org/en/xampp-linux.html">http://www.apachefriends.org/en/xampp-linux.html</a></p>
<p style="text-align:left;"><strong>INSTALL:</strong></p>
<pre style="text-align:left;">cd /to directory XAMPP is...</pre>
<p style="text-align:left;"><strong>Begin the install:</strong></p>
<pre style="text-align:left;">sudo tar xvfz xampp-linux-1.6.6.tar.gz -C /opt

cd /opt/lampp/</pre>
<p style="text-align:left;"><strong>START:</strong></p>
<pre style="text-align:left;">sudo /opt/lampp/lampp start</pre>
<p style="text-align:left;"><strong>STOP:</strong></p>
<pre style="text-align:left;">sudo /opt/lampp/lampp stop</pre>
<p style="text-align:left;"><strong>TEST:</strong> http://localhost</p>
<p style="text-align:left;"><strong>SECURITY:</strong></p>
<pre style="text-align:left;">/opt/lampp/lampp security</pre>
<p style="text-align:left;">PW: your_password<br />
Username: lampp (is the default)</p>
<p style="text-align:left;"><strong>CONFIGURE:</strong> <a href="http://www.apachefriends.org/en/xampp-linux.html">http://www.apachefriends.org/en/xampp-linux.html</a><br />
<strong>TRANSFER FILES TO HTDOCS:</strong></p>
<pre style="text-align:left;">gksudo nautilus</pre>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Running PHP Applications on Linux]]></title>
<link>http://manishtech.wordpress.com/?p=21</link>
<pubDate>Sat, 28 Jun 2008 08:46:52 +0000</pubDate>
<dc:creator>Manish</dc:creator>
<guid>http://manishtech.wordpress.com/?p=21</guid>
<description><![CDATA[Overview:
I usually find that lots of poeple find it quite difficult to install any application made]]></description>
<content:encoded><![CDATA[<h2>Overview:</h2>
<p>I usually find that lots of poeple find it quite difficult to install any application made in PHP and MySQL on their Linux boxes. They find it a bit confusing how to configure the settings. How to install the LAMP stack. Where to put the PHP applications code. I was quite inspired to write to this after having I saw people facing problems on Ubuntu Forums. <a href="http://ubuntuforums.org/showthread.php?t=842219" target="_blank">This is the one which I dealt with</a>.</p>
<p>Sometimes spoon-feeding becomes important,but only for the first time.</p>
<h2>Scenario:</h2>
<p>A newbie who knows just the basics of Linux. He/She wants to run a PHP application like wordpress / phpBB / osCommerce on their computer.</p>
<p>The distro is assumed to be Ubuntu, though it doesn't change much for others too.</p>
<h2>Lets Start:</h2>
<h3>Step 1: Getting the LAMP stack on your system</h3>
<p>You first need to install LAMP on your box, Installation is quite simple. Just get the following packages using the command on your terminal ( Applications&#62; Accessories&#62;Terminal)</p>
<blockquote><p><span style="color:#ff6600;">sudo apt-get install apache2 php5-mysql libapache2-mod-php5 mysql-server</span></p></blockquote>
<p>While installing MySQL, it might ask for set up the root password,if it doesn't ask, then continue.</p>
<p>For more information check this <a href="http://manishtech.wordpress.com/2007/06/20/settng-up-lamp-stack-on-your-ubuntu-system/">post here</a> .</p>
<h3>Step 2: Download the PHP application</h3>
<p>You need to download the PHP application which you want to run over the webserver. Examples are Wordpress, phpBB, osCommerce, MediaWiki etc</p>
<p>Get them and let it be in the folder where you have downloaded it.</p>
<h3>Step 3: Moving these software to the Apache's root directory</h3>
<p>Apache's root directory is /var/www (/var/www/html). This is owned by the user www-data which is a minimal user created just for running apache and web servers. A normal user cant write to this directory.</p>
<p>Now here is the solution of how to copy the data to this directory. This method can be used for any directory which the normal user does not have write access. The concept behind the method is to start an instance of nautilus ( explorer) with root (superuser) privileges. For this follow the isntructions</p>
<p><span style="color:#ff6600;">* Press Alt + F2</span></p>
<p><span style="color:#ff6600;">* A Run daialog box appears, over there type gksudo nautilus /var/www</span></p>
<p><span style="color:#ff6600;">* You will be asked for your password as you are elevating your privileges</span></p>
<p><span style="color:#ff6600;">* Nautilus opens up,now copy the tarball/zip file from the download location to /var/www</span></p>
<p><span style="color:#ff6600;">* Untar the archive by Right Click &#62; Extract Archive</span></p>
<p>You may have the package in the folder say /var/www/wordpress. We are supposing wordpress as an example.</p>
<h3>Step 4: Setting up username and accounts in database</h3>
<p>Now you need to have a create a new database for the software you intent to work on. For this open MySQL from the terminal. If you had been asked to set up the password at time of MySQL installation then use this command</p>
<blockquote><p><span style="color:#ff6600;">mysql -u root -p</span></p></blockquote>
<p>and then enter the root password which you set up</p>
<p>if you were not asked to set up root password, then use this command at terminal</p>
<blockquote><p><span style="color:#ff6600;">mysql -u root</span></p></blockquote>
<p>After this is done you will be dropped to mysql prompt. Create a new database using this:</p>
<blockquote><p><span style="color:#ff6600;">create database foo;</span></p></blockquote>
<p>type quit to exit.</p>
<h3>Step 5: Change the data in the config file.</h3>
<p>Hunt for file which may have name such as config,settings etc etc. One you locate it,open to find the area for entering database settings. The settings should be:</p>
<blockquote><p><span style="color:#ff6600;">Hostname: <strong>localhost</strong></span></p>
<p><span style="color:#ff6600;">Username: <strong>root</strong></span></p>
<p><span style="color:#ff6600;">Password: <em>&#60;the password you set up&#62;</em></span></p>
<p><span style="color:#ff6600;">Database name: <strong>foo</strong> (or whatever you created)</span></p></blockquote>
<h3>Step 6: Access it via browser</h3>
<p>Now point your browser to http://localhost/wordpress</p>
<p>You may get the basic installation thing or whatever stuff you need.</p>
<h3>Additional Stuffs:</h3>
<p>You can be asked to make some locations writable. There may be instances like the software cant write to a specific folder or file. It can be used for cache or any such temporary stuff. Then you need to change the permissions. Simply give write permissions to the user www-root. However this situation may be unlikely. e..g we have to change the permissions of folder /var/www/wordpress/cache</p>
<blockquote><p><span style="color:#ff6600;">sudo chmod -cR u+w /var/www/wordpress/cache</span></p></blockquote>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Good looking Gronos]]></title>
<link>http://rocknrolldestroyer.wordpress.com/2008/06/26/good-looking-gronos/</link>
<pubDate>Thu, 26 Jun 2008 21:29:48 +0000</pubDate>
<dc:creator>rocknrolldestroyer</dc:creator>
<guid>http://rocknrolldestroyer.wordpress.com/2008/06/26/good-looking-gronos/</guid>
<description><![CDATA[What a great idea. Now I just need to pry Stu away from his Xbox and into Ikea, which is having its ]]></description>
<content:encoded><![CDATA[<p>What a great idea. Now I just need to pry Stu away from his Xbox and into Ikea, which is having its summer sale right now, so why I haven't already been, I don't know. Working at the Ikea in Pittsburgh for nearly 2 years hasn't managed to put me off of them and their flat packed goodness, especially for home accessories. Things like: <a href="http://www.ikea.com/gb/en/catalog/products/00126764">flower boxes</a> for my railing (no balcony, just railing), super cheap <a href="http://www.ikea.com/gb/en/catalog/products/00130803">fabric</a> for projects, and plastic <a href="http://http://www.ikea.com/gb/en/catalog/products/80138367">bird lights</a>. All for just a few quid. Hurrah! Consumerism is alive and well in this American girl...</p>
<div>The <a href="http://www.ikea.com/us/en/catalog/products/00029225" target="_blank">Grono lamp</a> is definitely a hacker favourite.  Its smooth rectangle shape opens it to lots of possibilities. Here are a few.</p>
<p><span>Decoupage a Grono</span><br />
<a href="http://http//parlbesatt.blogspot.com/2007/11/andra-bilder-av-kitschen-nt-tidigare.html" target="_blank">Ingalill</a> spent half an hour pimping this lamp. She found the picture and printed it, découpage it on and finished with a coat of varnish.</p>
<p><a href="http://bp0.blogger.com/_XGRz6uWGK3I/SGO_RxqMQLI/AAAAAAAADms/5G2ap67BsyM/s1600-h/toubalampa.JPG"><img src="http://bp0.blogger.com/_XGRz6uWGK3I/SGO_RxqMQLI/AAAAAAAADms/5G2ap67BsyM/s400/toubalampa.JPG" border="0" alt="Grono lamp shade" /></a><br />
<span>Have a Grono pARTy</span><br />
Jen of <a href="http://paintedfishstudio.com/?p=174" target="_blank">Painted Fish Studio</a> threw a <a href="http://paintedfishstudio.com/?page_id=72" target="_blank">pARTy</a>, where her friends gather at her house and make an art/craft project. The object in the limelight was the Grono and at the end of the evening, out came a delightful array of Grono lamps, pimped to perfection.</p>
<p><a href="http://bp1.blogger.com/_XGRz6uWGK3I/SGO_RxUZDjI/AAAAAAAADm0/B990cIBC3XM/s1600-h/lights2.jpg"><img src="http://bp1.blogger.com/_XGRz6uWGK3I/SGO_RxUZDjI/AAAAAAAADm0/B990cIBC3XM/s400/lights2.jpg" border="0" alt="Grono lamp shade" /></a><a href="http://bp3.blogger.com/_XGRz6uWGK3I/SGO_SX952LI/AAAAAAAADnE/TV0qFReE6uw/s1600-h/lights_jenn.jpg"><img src="http://bp3.blogger.com/_XGRz6uWGK3I/SGO_SX952LI/AAAAAAAADnE/TV0qFReE6uw/s400/lights_jenn.jpg" border="0" alt="Grono lamp shade" /></a>Paper is used as the main decorative element, stuck onto the lamp with <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&#38;location=http%3A%2F%2Fwww.amazon.com%2FTriArt-Matte-Acrylic-Medium-250ml%2Fdp%2FB000HT7980%3Fie%3DUTF8%26s%3Dhome-garden%26qid%3D1214497010%26sr%3D8-7&#38;tag=ikeahacker-20&#38;linkCode=ur2&#38;camp=1789&#38;creative=9325" target="_blank">gel matte medium</a><img src="http://www.assoc-amazon.com/e/ir?t=ikeahacker-20&#38;l=ur2&#38;o=1" border="0" alt="gel matte medium" width="1" height="1" /> - which takes longer to dry but more forgiving when it comes to placement than glue.</p>
<p><a href="http://bp3.blogger.com/_XGRz6uWGK3I/SGO_SK5-5cI/AAAAAAAADm8/VO6479LwIcU/s1600-h/light_make3.jpg"><img src="http://bp3.blogger.com/_XGRz6uWGK3I/SGO_SK5-5cI/AAAAAAAADm8/VO6479LwIcU/s400/light_make3.jpg" border="0" alt="Grono lamp shade" /></a>Lovely aren't they? See pics of other <a href="http://paintedfishstudio.com/?p=174" target="_blank">Grono lamps</a>.</p>
<p><span>Knitted Grono lamp shades</span><br />
Michaela finds the Grono lamp too frugal. "It craved for an overlay. The milky background is just the right stage for a knitted lace cover in alpaca-silk-yarn," she says.</p>
<p><a href="http://bp3.blogger.com/_XGRz6uWGK3I/SGPD4lKM_1I/AAAAAAAADnU/vL0H8Swx8Bs/s1600-h/GronoUnlit.jpg"><img src="http://bp3.blogger.com/_XGRz6uWGK3I/SGPD4lKM_1I/AAAAAAAADnU/vL0H8Swx8Bs/s400/GronoUnlit.jpg" border="0" alt="Grono lamp shade" /></a><a href="http://bp2.blogger.com/_XGRz6uWGK3I/SGPD307O9eI/AAAAAAAADnM/v0TvUiRVEQs/s1600-h/GronoLit.jpg"><img src="http://bp2.blogger.com/_XGRz6uWGK3I/SGPD307O9eI/AAAAAAAADnM/v0TvUiRVEQs/s400/GronoLit.jpg" border="0" alt="Grono lamp shade" /></a><br />
See other Grono hacks:<br />
&#62; <a href="http://ikeahacker.blogspot.com/2007/10/turn-on-some-textured-mood-lighting.html" target="_blank">Palm leaf textured Grono lamp shade<br />
</a>&#62; <a href="http://ikeahacker.blogspot.com/2007/06/grono-lamps-as-bathroom-lights.html" target="_blank">Grono as hanging bathroom lights</a><br />
&#62; <a href="http://ikeahacker.blogspot.com/2007/06/arty-ceiling-lamp.html" target="_blank">Hand painted Grono lamp<br />
</a>&#62; <a href="http://ikeahacker.blogspot.com/2007/03/great-grono-lamp-hacks.html" target="_blank">More Grono hacks including one with moo minicards</a></p>
<p><a href="http://feeds.feedburner.com/%7Ea/Ikeahacker?a=Udc0gl"><img src="http://feeds.feedburner.com/%7Ea/Ikeahacker?i=Udc0gl" border="0" alt="" /></a></p>
<div class="feedflare"><a href="http://feeds.feedburner.com/%7Ef/Ikeahacker?a=oY2gQi"><img src="http://feeds.feedburner.com/%7Ef/Ikeahacker?i=oY2gQi" border="0" alt="" /></a> <a href="http://feeds.feedburner.com/%7Ef/Ikeahacker?a=w5G9ki"><img src="http://feeds.feedburner.com/%7Ef/Ikeahacker?i=w5G9ki" border="0" alt="" /></a> <a href="http://feeds.feedburner.com/%7Ef/Ikeahacker?a=SWiqti"><img src="http://feeds.feedburner.com/%7Ef/Ikeahacker?i=SWiqti" border="0" alt="" /></a></div>
<p><img src="http://feeds.feedburner.com/%7Er/Ikeahacker/%7E4/320664253" alt="" width="1" height="1" /></div>
<p><a href="http://feeds.feedburner.com/%7Er/Ikeahacker/%7E3/320664253/good-looking-gronos.html">View Original Article</a></p>
<div class="flockcredit" style="text-align:right;color:#CCC;font-size:x-small;">Blogged with the <a title="Flock Browser" href="http://www.flock.com/blogged-with-flock" target="_new">Flock Browser</a></div>
]]></content:encoded>
</item>
<item>
<title><![CDATA[What I've been doing]]></title>
<link>http://connecttheknots.wordpress.com/?p=24</link>
<pubDate>Thu, 26 Jun 2008 21:27:00 +0000</pubDate>
<dc:creator>connecttheknots</dc:creator>
<guid>http://connecttheknots.wordpress.com/?p=24</guid>
<description><![CDATA[This summer so far has been lethargic, at least a little bit.  My brothers are here; they&#8217;re ]]></description>
<content:encoded><![CDATA[<p>This summer so far has been lethargic, at least a little bit.  My brothers are here; they're going to help me move.  They also helped me paint this bookshelf I got for $5 when I was working at Hobby Lobby.  I put another coat on too.  I've got some boxes packed.  My apartment looks like a complete wreck. </p>
<p><img class="alignnone" src="http://farm4.static.flickr.com/3144/2613568775_f42808360f_m.jpg" alt="boxes" /> <img class="alignnone" src="http://farm4.static.flickr.com/3117/2614406136_09ab428de5_m.jpg" alt="bookshelf" /></p>
<p>I finally got a harp for the lamp which I got at Bed, Bath, and Beyond for $5ish and the lampshade at Hobby Lobby (I guess the lamp base was broken when they took it out of the box).  I'm taking Statistics this summer because I have to in order to get into the Education program, so I sit there and knit while he lectures.  It's pretty convenient, so I don't feel like I'm completely wasting my time.  Last year I tried to make a prayer rope, but when I got to the cross part I couldn't figure out how to finish it, so I took a break from it, for a year.  Last Sunday I was in Mrs. M's car and she had one on her rear-view mirror, I asked her how to do it and she told me.  So, I took out my 100 knots and started again.  It looks better this time.</p>
<p> <img class="alignnone" src="http://farm4.static.flickr.com/3198/2614403500_0d42576aab_m.jpg" alt="lamp" /> <img class="alignnone" src="http://farm4.static.flickr.com/3142/2614403780_24e8d37a2c_m.jpg" alt="skirt" /> <img class="alignnone" src="http://farm4.static.flickr.com/3244/2613570165_3852efcd01_m.jpg" alt="prayer rope" /> </p>
]]></content:encoded>
</item>

</channel>
</rss>
