<?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>webdevelopment &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/webdevelopment/</link>
	<description>Feed of posts on WordPress.com tagged "webdevelopment"</description>
	<pubDate>Fri, 27 Nov 2009 17:38:17 +0000</pubDate>

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

<item>
<title><![CDATA[Facebook API - Getting status from pages]]></title>
<link>http://tosak.wordpress.com/2009/11/26/facebook-api-getting-status-from-pages/</link>
<pubDate>Thu, 26 Nov 2009 14:40:54 +0000</pubDate>
<dc:creator>tosak</dc:creator>
<guid>http://tosak.wordpress.com/2009/11/26/facebook-api-getting-status-from-pages/</guid>
<description><![CDATA[Today I needed to get the 5 latest status updates from a Facebook page. A client had asked me if I c]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Today I needed to get the 5 latest status updates from a Facebook page. A client had asked me if I could create a widget for wordpress that would show the latest blog posts, tweets and facebook updates in one widget.</p>
<p>While the latest blog posts and tweets were easy enough to set up, I had a few kinks figuring out how to get the data from Facebook, without requiring a session key (i.e. without logging in to Facebook).</p>
<p>This took a while to dig out, and I tried around 5 different approaches before figuring out that it was pretty simple actually. The Facebook API documentation is just terrible&#8230;</p>
<pre class="brush: php;">

include('facebook-platform/php/facebook.php');

class fbPageStatus
{
 public static function getStatusUpdates($fbkey, $fbsecret, $page_id)
 {
 $fb = new Facebook($fbkey, $fbsecret);
 $fql        = &#34;SELECT message, updated_time FROM stream WHERE source_id = '&#34; . $page_id . &#34;'&#34;;
 $fbupdates    = $fb -&#62; api_client -&#62; fql_query($fql);
 return $fbupdates;
 }
}
// Usage:
var_dump(fbPageStatus::getStatusUpdates('7bc1ef16567735546bef620c32a23s76', 'ab3dfc4b7d8591f7ef2197ba754f16d1', '17975046895'));
</pre>
<p>Some simple FQL returns the result.</p>
<p>To get the number of fans, you would do:</p>
<pre class="brush: php;">

$fql         = &#34;SELECT fan_count FROM page WHERE page_id = '&#34; . $page_id . &#34;'&#34;;
 $fans         = $fb -&#62; api_client -&#62; fql_query($fql);
</pre>
<p>Hope someone will find this usefull.</p>
<p>EDIT: All keys are fake, obviously. Replace with your own.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[BPMN, ERM und POEM]]></title>
<link>http://blogausgraz.wordpress.com/2009/11/24/bpmn-erm-und-poem/</link>
<pubDate>Tue, 24 Nov 2009 08:15:10 +0000</pubDate>
<dc:creator>blogausgraz</dc:creator>
<guid>http://blogausgraz.wordpress.com/2009/11/24/bpmn-erm-und-poem/</guid>
<description><![CDATA[Die meisten können wohl mit den Abkürzungen nicht viel anfangen, Entwickler sollten sich damit auske]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Die meisten können wohl mit den Abkürzungen nicht viel anfangen, Entwickler sollten sich damit auskennen, jedenfalls die jenigen, die mit UML verwenden. </p>
<p>BPMN = Business Process Moddeling Notation   <br />ERM = Empirical Research Methods    <br />POEM = Process Oriented Enterprise Moddeling</p>
<p>Wie und wo man was anwendet, ist in unzähligen Büchern beschrieben und der eine oder andere verwendet es schon. Gut wäre so etwas wie ein Posten, das man sich mal schnell ansehen kann, wenn man was von den Sachen benötigt. Solche Posten kann man kaufen oder bei <a href="http://sourceforge.net/projects/itposter/">ITPoster.net</a> kostenlos herunterladen. Alle Poster sind unter der CC Lizenz freigegeben. </p>
<p><a href="http://blogausgraz.files.wordpress.com/2009/11/bpmn.png"><img title="BPMN" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="423" alt="BPMN" src="http://blogausgraz.files.wordpress.com/2009/11/bpmn_thumb.png?w=600&#038;h=423" width="600" border="0" /></a> </p>
<p><a href="http://blogausgraz.files.wordpress.com/2009/11/ermp.png"><img title="ERMP" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="425" alt="ERMP" src="http://blogausgraz.files.wordpress.com/2009/11/ermp_thumb.png?w=600&#038;h=425" width="600" border="0" /></a> </p>
</p>
<p><a href="http://blogausgraz.files.wordpress.com/2009/11/poem.png"><img title="POEM" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="423" alt="POEM" src="http://blogausgraz.files.wordpress.com/2009/11/poem_thumb.png?w=600&#038;h=423" width="600" border="0" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Dica de site: "Vandelay Design Blog"]]></title>
<link>http://durodrigues.wordpress.com/2009/11/20/dica-de-site-vandelay-design-blog/</link>
<pubDate>Fri, 20 Nov 2009 10:57:51 +0000</pubDate>
<dc:creator>Eduardo Rodrigues</dc:creator>
<guid>http://durodrigues.wordpress.com/2009/11/20/dica-de-site-vandelay-design-blog/</guid>
<description><![CDATA[http://vandelaydesign.com/blog/ O blog da empresa de webdesign Vandelay Design é uma excelente fonte]]></description>
<content:encoded><![CDATA[http://vandelaydesign.com/blog/ O blog da empresa de webdesign Vandelay Design é uma excelente fonte]]></content:encoded>
</item>
<item>
<title><![CDATA[Office Life Small Business, 5 GB und kostenlose Webseiten]]></title>
<link>http://blogausgraz.wordpress.com/2009/11/18/office-life-small-business-5-gb-und-kostenlose-webseiten/</link>
<pubDate>Wed, 18 Nov 2009 08:38:06 +0000</pubDate>
<dc:creator>blogausgraz</dc:creator>
<guid>http://blogausgraz.wordpress.com/2009/11/18/office-life-small-business-5-gb-und-kostenlose-webseiten/</guid>
<description><![CDATA[Microsoft bietet mit Office Live einen neuen Service an, der sich zur Zeit noch im Beta Stadium befi]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://blogausgraz.files.wordpress.com/2009/11/officelive_0.png"><img title="officelive_0" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="376" alt="officelive_0" src="http://blogausgraz.files.wordpress.com/2009/11/officelive_0_thumb.png?w=600&#038;h=376" width="600" border="0" /></a> </p>
<p>Microsoft bietet mit <a href="http://office.microsoft.com/de-de/office_live/FX101754491031.aspx">Office Live</a> einen neuen Service an, der sich zur Zeit noch im Beta Stadium befindet. Gedacht ist dieser Service für kleine Firmen, Vereine, Gruppen etc. aber weniger für Privatpersonen. Für Privatpersonen gibt es ja auch WindowsLive, mit ähnlichem Funktionsumfang. </p>
<p>Mit dem Paket,&#160; bestehend aus dem Online Speicherplatz von 5 GB und dem Webhosting, kann man sehr einfach seine Webseiten Online erstellen und bearbeiten. Dateien können dann direkt eingebunden werden. Der Funktionsumfang des Webseiteneditors ist begrenzt aber immer noch ausreichend genug um eine umfangreiche Firmen Webseite zu erstellen. </p>
<p><a href="http://blogausgraz.files.wordpress.com/2009/11/officelive.png"><img title="officelive" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="212" alt="officelive" src="http://blogausgraz.files.wordpress.com/2009/11/officelive_thumb.png?w=604&#038;h=212" width="604" border="0" /></a> </p>
<p>Der Editor erinnert stark an Word und stellt sicher, das auch ungeübte damit zurecht kommen. Der ganze Service ist kostenlos. Man kann sogar eine oder mehrere Domains kaufen (11,95 €) und diese sofort einbinden. Für Webentwickler und Firmenbetreuer öffnet sich dadurch ein zusätzlicher Markt. </p>
<p>Wir haben für einen kleinen Kunden ein OfficeLive System komplett eingerichtet. Gepflegt wir die Webseite vom Kunden selbst, nur bei der Einrichtung und dem grundsätzlichen Design haben wir geholfen. </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[TEDxAmsterdam in Groningen 20 november]]></title>
<link>http://bluearchitect.wordpress.com/2009/11/17/tedxamsterdam-in-groningen-20-november/</link>
<pubDate>Tue, 17 Nov 2009 22:12:35 +0000</pubDate>
<dc:creator>Han Jongstra</dc:creator>
<guid>http://bluearchitect.wordpress.com/2009/11/17/tedxamsterdam-in-groningen-20-november/</guid>
<description><![CDATA[Beste TEDliefhebber, Hartelijk dank voor jouw aanmelding voor de live simulcast van TEDxAmsterdam op]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Beste TEDliefhebber,</p>
<p>Hartelijk dank voor jouw aanmelding voor de live simulcast van TEDxAmsterdam op 20 november in Groningen. Mooi dat je er bij bent! We zijn blij met de enthousiaste reacties die we mogen ontvangen.</p>
<p>De locatie, De Puddingfabriek in Groningen sluit perfect aan bij de doelstellingen van TED en TEDxAmsterdam. Bovendien biedt De Puddingfabriek ook de creatieve sfeer die zo sprekend is voor TED.</p>
<p>Wij nemen persoonlijk contact op met iedereen die heeft aangegeven een actieve bijdrage te willen leveren tussen de TEDxAmsterdamTalks in. Tot ons genoegen kunnen we al een deel van onze line-up bekend maken!</p>
<p><a href="http://bluearchitect.wordpress.com/files/2009/11/tedxamsterdamblog.jpg"><img class="aligncenter size-full wp-image-755" title="tedxamsterdamblog" src="http://bluearchitect.wordpress.com/files/2009/11/tedxamsterdamblog.jpg" alt="" width="580" height="150" /></a></p>
<p><strong><!--more-->Dagvoorzitters Ritzo en Ronald van “De Ondernemers”</strong> zien toe op dat het “Food for Thought” ons zal smaken. Zij voorzien ons gedurende de hele dag van gedachtenspinsels en leiden de discussies die vanuit de TEDtalks ontstaan in prettige banen en leuke bochten.</p>
<p><strong>DJVinylatino</strong> draait Soulshakers ter inspiratie en ontspanning tijdens de TEDtalks. De hele dag door jazzy latin funky moods, breaks n beatz, van Joe Loco tot Horny Martian Breaks.</p>
<p><strong>Studio Frank en Lisa – Format GAVA en Silent disco</strong><br />
Format GAVA biedt de mogelijkheid aan jonge kunstenaars een nieuwe voorstelling te maken op basis van audiovisueel erfgoedmateriaal. Na twee pilots in 2006 en 2007, werd in 2008 besloten Format GAVA uit te bouwen tot een co-productie van Stichting GAVA, Studio Frank &#38; Lisa en Noorderzon, om op deze manier het project een flinke impuls te geven. Format GAVA is inmiddels een begrip geworden op Noorderzon. Op TEDx zal een selectie draaien met van afgelopen jaren FormatGAVA 2006 – 2009.</p>
<p>Nodig je eigen netwerk uit voor dit bijzondere evenement! Wij kijken uit naar een inspirerende dag!</p>
<p>Met vriendelijke groet,</p>
<p>Rutger van Zuidam,<br />
Fundament All Media</p>
<p>Annelies Meijer,<br />
Gemeente Groningen, Economic Talent Board</p>
<p>Programma en meer informatie:<br />
<a href="http://blog.fundament.nl/2009/11/12/update-pudding-fabriek-groningen-goes-tedxamsterdam-20-november/">http://blog.fundament.nl/2009/11/04/groningen-goes-tedxamsterdam-20-november/</a></p>
<p>Adresgegevens locatie:<br />
De Puddingfabriek<br />
Viaductstraat 3a<br />
9725 BG Groningen</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[pulse 0.7 preview 1 released]]></title>
<link>http://dukeslittleb.wordpress.com/2009/10/27/pulse-0-7-preview-1-released/</link>
<pubDate>Tue, 27 Oct 2009 21:53:23 +0000</pubDate>
<dc:creator>dukeslittleb</dc:creator>
<guid>http://dukeslittleb.wordpress.com/2009/10/27/pulse-0-7-preview-1-released/</guid>
<description><![CDATA[Today the first preview release of the upcoming 0.7 series of pulse &#8211; the web application fram]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Today the first preview release of the upcoming 0.7 series of <a href="http://pulse.torweg.org">pulse &#8211; the web application framework</a> has been released.<br />
This preview release includes all enhancements of the previous maintenance releases of the 0.6 beta series. The major change is the restructuring of the authentication process into a separate part of the execution chain.<br />
The 0.7 series will be the first public production grade release of pulse adding many new features to the framework.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Liveupdate PollGadget]]></title>
<link>http://swippen.wordpress.com/2009/10/22/liveupdate-pollgadget/</link>
<pubDate>Thu, 22 Oct 2009 11:41:08 +0000</pubDate>
<dc:creator>swippen</dc:creator>
<guid>http://swippen.wordpress.com/2009/10/22/liveupdate-pollgadget/</guid>
<description><![CDATA[Here come my contribution to the gadgets competition in the &#8220;Open gadgets 2009&#8243; category]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignnone size-full wp-image-65" title="The Liveupdate Poll Gadget" src="http://swippen.wordpress.com/files/2009/10/poll0.jpg" alt="The Liveupdate Poll Gadget" width="450" height="114" /></p>
<p>Here come my contribution to the gadgets competition in the &#8220;Open gadgets 2009&#8243; category. The gadget works with EPiServer XForm to get live results on a poll or question from the site. Meaning as people vote or answer your question on the site you can follow the result live on the dashboard. You can connect the gadget to any XForm and onthe XForm you can use any any field you wish to follow live. You also have the ability to turn off the live update if there is any performance issue or so. (I have tried to keep it pretty optimized so this will hopefully never be a problem). To configure the gadget you just use the edit menu on the gadget (The little arrow in the upper right corner of the gadget) and set its properties. This means you can have many of this gadgettype with different data working at the same time on the dashboard. It also only updates if there is any change in the data and never updates if the gadget is not visible (it is hidden on another tab or such).</p>
<p>Since I am very early with this gadget I give the possibility for others to see my code use parts of it to help with their development of the gadget. <strong>So I hope I get some competition credits for being early!!</strong> =)</p>
<h2>Functionality</h2>
<p>I will try to explain the functionality a little more in detail by explaining on how configure your own poll. Once the gadget is installed (see the installation instructions further down) you are now able to make your own polls.</p>
<p>First set up a new page (use the XForm page template or the demo) in the XForm properties create a new XForm and in this make sure you have a heading (and have &#8220;heading&#8221; as class since I currently search for this to be able to display heading in the gadget). Create a field like a radio or check boxes or what you like and note down what name you give it. Now save everything and view it in view mode. Should look something like this:</p>
<p><img class="alignnone size-full wp-image-61" title="Display of the poll in view mode" src="http://swippen.wordpress.com/files/2009/10/poll1.jpg" alt="Display of the poll in view mode" width="450" height="369" /></p>
<p>After this you go to the dashboard and add a new poll gadget. Edit the gadget and fill in the information. The pageId of your new page, the property name for the form (probably XForm if you use public templates) and the field name that you noted down earlier. Currently there is only 1 chart type (the pie chart).</p>
<p><img class="alignnone size-full wp-image-62" title="Configuration of the Poll gadget." src="http://swippen.wordpress.com/files/2009/10/configure1.jpg" alt="Configuration of the Poll gadget." width="450" height="223" /></p>
<p>Now save your settings and you should have a gadget with no data. So go to the page in view mode and do a few vote to get some data. And watch the magic.</p>
<p><img class="alignnone size-full wp-image-59" title="A view of the EPiServer Poll Gadget in action" src="http://swippen.wordpress.com/files/2009/10/view3.jpg" alt="A view of the EPiServer Poll Gadget in action" width="450" height="171" /></p>
<h2>Business Value</h2>
<p>I think the business value of this gadget is pretty high. I can see a lot of scenarios where you would like some fast responses to questions be it on an external site or an intranet. This gives the possibility to follow these live and take actions when needed. It also looks pretty cool on the dashboard which might help partners sell EPiServer to customers that like flashy things =)</p>
<h2>Technical Overview</h2>
<p>The Poll gadget uses <a title="Google Chart API" href="http://code.google.com/apis/chart/">Google chart API</a> as a graphical representation and renders the result as an image. This is the only external reference that is used in this gadget. The data comes as said from the XForms in EPiServer that uses data store as storage in EPiServer 6. The new data store should make these kinds of requests fast. The settings for the gadget is also stored in the new data store. The gadget also uses Linq to XML to get hold of the questions from the form XML. The ajaxrequest that is sent between the client and server to update the chart only send a small id to the server and gets json object with a link back.</p>
<h2>Installation Instructions</h2>
<ol>
<li>Follow the CTP2 installation instructions to install CTP2 <a title="CMS 6 CTP 2 install instructions" href="http://world.episerver.com/Documentation/Items/Installation-Instructions/EPiServer-CMS/Version-6/Installation-Instructions---EPiServer-CMS-6-CTP2/" target="_blank">CTP2 install instructions</a>. Also install Globalized public template content.</li>
<li>Open the poll zip file and extract the content of in into the public templates folder for your CTP2 site.</li>
<li>Convert the project file to MVC project. Info on how to do this you can find here: <a href="http://tednyberg.com/post/How-to-create-gadgets-for-EPiServer-6-using-ASPNET-MVC.aspx" target="_blank">How to create a gadget &#8211; By Ted Nyberg</a> Also do the step with web.config (adding the public template assembly).</li>
<li>Open the project in Visual Studio and include the 4 folders Content, Controllers, Models and Views to the project by right clicking and choose &#8220;Include in Project&#8221; on the folders.</li>
<li>Add reference to EPiServer.Shell, EPiServer.Data (found by browse to bin folder), system.web.mvc and system.runtime.serialization (found on the .NET tab).</li>
<li>Build the solution, go the the dashboard and you will see your poll gadget. (Even though it has no data yet, since you probably haven&#8217;t visited the demo page to use the Xform)</li>
</ol>
<p>Feel free to ask any questions about the installation and I will try to help and update this. (Sorry for not beeing the ultimate installer guy and making some cool installer).</p>
<p>Download the Code here: <a title="PollGadget Download" href="http://www.sockerbit.net/PollGadget.zip" target="_blank">Download</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Spam mails van Alex Klok - "jeetje wat ben jij zielig"]]></title>
<link>http://bluearchitect.wordpress.com/2009/10/21/spam-mails-van-alex-klok/</link>
<pubDate>Wed, 21 Oct 2009 22:17:03 +0000</pubDate>
<dc:creator>Han Jongstra</dc:creator>
<guid>http://bluearchitect.wordpress.com/2009/10/21/spam-mails-van-alex-klok/</guid>
<description><![CDATA[Mail van Alex Klok Met ons voorgenomen huwelijk hebben mijn vriendinnetje en ik ons wat laten inform]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="attachment_707" class="wp-caption alignright" style="width: 235px"><img class="size-full wp-image-707" title="huwelijk_s" src="http://bluearchitect.wordpress.com/files/2009/10/huwelijk_s.jpg" alt="Mail van Alex Klok" width="225" height="300" /><p class="wp-caption-text">Mail van Alex Klok</p></div>
<p>Met ons voorgenomen huwelijk hebben mijn vriendinnetje en ik ons wat laten informeren. Hier en daar hebben we ook op wat websites gekeken en mail-adressen achtergelaten voor o.a. offertes. Via-via-via komt je adres dan schijnbaar makkelijk bij types als <strong>Alex Klok</strong>, die het een goed idee leek om ook zijn bedrijf wat te promoten. Vanuit hotmail stuurde hij het hiernaast weergegeven eerste mailbericht.</p>
<p>In mijn ogen waren er drie zaken niet netjes aan de gestuurde mail, deze was:</p>
<ol>
<li>ongevraagde bedrijfspromotie en dus <strong>100% spam</strong>;</li>
<li>verstuurd aan meerdere mensen waarbij al deze <strong>adressen in het To-veld </strong>geplaatst waren (en niet in de BCC);</li>
<li>verstuurd vanaf alexklok<strong>@hotmail.com</strong>.</li>
</ol>
<p>Een zeer onprofessionele mail dus; ik stuurde Alex dan ook onderstaande reactie:</p>
<div style="background-color:#fff;padding:10px;">
<blockquote><p><em><strong>To: </strong>alexklok@hotmail.com<br />
<strong>From: </strong>han@outofbounds.nl<br />
<strong>Subject: </strong>RE: voorgenomen huwelijk</em></p>
<p><em>Geachte heer Klok,</em></p>
<p><em><em>Ik ben niet gediend van uw spam e-mails. Helemaal niet wanneer dit op een onprofessionele manier gebeurd vanaf een @hotmail.com adres en de mail adressen niet in een BCC veld geplaatst zijn.</em></em></p>
<p><em>U kunt verwachten dat iemand hier melding van maakt.</em></p>
<p><em>Met vriendelijke groet,</em></p>
<p><em>Han Jongstra</em></p></blockquote>
</div>
<p>Ondanks zijn zeer onprofessionele manier van werken verbaasde hij me toch nog met zijn reactie, zie onderstaand.</p>
<div style="background-color:#fff;padding:10px;">
<blockquote><p><em><strong>To: </strong>han@outofbounds.nl<br />
<strong>From: </strong>alexklok@hotmail.com<br />
<strong>Subject: </strong>RE: RE: voorgenomen huwelijk</em></p>
<p><em>jeetje wat ben jij zielig</em></p></blockquote>
</div>
<p>Zoals je begrijpt heb ik geen woorden over voor deze reactie waarbij ik in mijn mail hem zelfs waarschuw en hem nog wat tips aan de hand doe hoe de beste man zijn mails professioneler kan versturen. Naar aanleiding van de teleurstellende reactie heb ik melding gemaakt bij de <a href="http://opta.nl/nl/" target="_blank">OPTA</a> middels de speciaal hiervoor opegzette website <a href="https://www.spamklacht.nl/klacht-indienen/">https://www.spamklacht.nl/klacht-indienen/</a>. Vanuit het oogpunt, wie niet horen wil, moet maar voelen.</p>
<p>De website van Alex is http://www. twotops .nl/ welke ik niet als link zal vermelden om te voorkomen dat er meer bezoekers naar zijn site komen. De redenen voor deze blog zijn:</p>
<ol>
<li>dat ik erg teleurgesteld ben in de reactie van Alex;</li>
<li>dat ik om deze reden hoop dat mensen de beste man niet op hun trouwerij uitnodigen.</li>
</ol>
<p>Onderstaand de volledige mail, zodat mensen die op Alex zijn mail googlen bij deze post uitkomen en zich hoop ik bedenken, mensen die zo communiceren zou ik niet op mijn trouwerij willen hebben. Overigens snap ik nu wel waarom Alex voor de spam mails kiest, zijn communicatieve vaardigheden zijn niet zijn sterkste kant!<br />
<!--more--></p>
<div style="background-color:#fff;padding:10px;">Two-Tops: All-Round Party musicMocht u interesse hebben om ons een keer live te beluisteren, dan kunt u geheel vrijblijvend een afspraak met ons maken om bij ons thuis te komen waar we dan enkele nummers live ten gehore brengen voor u.  Of het nu gaat om de gehele avond muzikaal te verzorgen of om bijvoorbeeld tijdens de binnenkomst in de trouwlocatie live een nummer zingen voor het bruispaar!    Two tops kan het allemaal voor u verzorgen. Wij willen jullie absoluut niets opdringen   de keuze is geheel aan het bruidspaar  want het is jullie dag.   Two-Tops: bestaat uit:  Alex : zang &#38; percussie  Alie : zang &#38; percussie  Two-Tops: Twee enthousiasme muzikanten die een zeer  ruime ervaring hebben in het verzorgen van feesten en partijen,  bruiloften, recepties, bedrijfsfeesten, verjaardagen,  toneelavonden, dansavonden etc.  Two-Tops: weet de juiste toon te treffen en in te spelen  op de wensen van u en uw publiek.  Two-Tops: neemt u mee op een muzikale rondreis door de  jaren heen. Gemixt repertoire:dus voor ieder wat wils.  Two-Tops: beschikt over nette en verzorgde kleding.  Two-Tops: heeft de beschikking over verschillende  geluidsinstallaties en lichtshows die wij kunnen aanpassen  aan uw wensen en de grote van de zaal.  Two-Tops: is overal inzetbaar en reist door geheel  Nederland om ook van uw feest een onvergetelijk feest  te maken.  Two-Tops: nodigt u uit om onze website te bezoeken :  www. twotops .nl  Voor boekingen kunt u contact opnemen  met Alex Klok: 0599-785296 06-22934157
<p>&#160;</p>
</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Dica de site: "Color Combos"]]></title>
<link>http://durodrigues.wordpress.com/2009/10/15/dica-de-site-color-combos/</link>
<pubDate>Thu, 15 Oct 2009 12:45:19 +0000</pubDate>
<dc:creator>Eduardo Rodrigues</dc:creator>
<guid>http://durodrigues.wordpress.com/2009/10/15/dica-de-site-color-combos/</guid>
<description><![CDATA[http://www.colorcombos.com/ Uma das tarefas mais complicadas no processo de design de um site é a es]]></description>
<content:encoded><![CDATA[http://www.colorcombos.com/ Uma das tarefas mais complicadas no processo de design de um site é a es]]></content:encoded>
</item>
<item>
<title><![CDATA[ABC on Internet]]></title>
<link>http://shkhan.wordpress.com/2009/10/12/abc-on-internet/</link>
<pubDate>Mon, 12 Oct 2009 04:50:50 +0000</pubDate>
<dc:creator>shkhan</dc:creator>
<guid>http://shkhan.wordpress.com/2009/10/12/abc-on-internet/</guid>
<description><![CDATA[Introduction The modern life is very much dependent on communicating with each other. How can we com]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><h3>Introduction</h3>
<p>The modern life is very much dependent on communicating with each other. How can we communicate with each other? Various media, like – Sending Mail through Post Office, Sending Message through Messenger, Say Hello by Land Phone or Mobile etc. At the ancient time we communicate each other with Pigeon or Messenger. But in the modern life we like to take advantages of digital technology. Internet is such a digital technology of modern life.</p>
<p>Elaboration of this Internet is “International Networking”. It’s a big network where computers are attached with each other all over the world. We know that, computer can attach with each other and can talk with each other, can share file with each other, can share music, can share video with each other. So, all the computer of the world is inter connecting with each other and makes a big network that virtually act as a big computer for a world. We don’t need to know how they communicate with each other. We just need to know how we can reach other computer that is outside of your computer or outside of your country. So, we can reach our friend’s computer easily to communicate with her.</p>
<p>Cyber café is such a place where you can use computer by paying money. Here all computers are pre-connected with internet. So, you don’t need to connect them. You need not to know how they connected, how a computer can open etc. You just need to know how you can use internet. You need to know a very basic knowledge about keyboard, mouse &#38; monitor. Are you know, how a light is lighten by passing electricity? You just need to know where the switch to on that light is. How this switch is operated? And use this light by switch on. Internet is easy like switch on a light of your room.<br />
Now the things you need to know for switching internet communication, is &#8211; Browser, Website, Email Address, Checking &#38; Sending Mail, Searching or Surfing Internet for Information etc.</p>
<p>So, what about operating procedure of a computer? Nothing, we need not to know! Well, let me explain. When we were 2 years old, are we know about all the stuff of our room? No, not at all. But, we recognized the toy by which we can play.</p>
<h3>About Browser &#38; About Form</h3>
<p>Now the most important part to use internet is browser. I like to compare browser as our “Table”. Where we can put our book for reading. It’s such a place where we can put our writing pad on it and write. So, it’s a workstation where we do our regular duties, isn’t it?</p>
<p>Now, what is the category of the table? Is it furniture? Yes, its furniture. In computer we can categorize “Browser” as program. If we think a computer like our room, then browser is a type of furniture like table.</p>
<p>Now, we already hear a word “website”. What does a website means? Website is such a place where certain information is written and can access from anywhere of the world through internet. Now, what types of information are written to the website? It’s may be the details of a product, about a place, any instruction etc. Well, let’s consider an example. Someone wants to know about “Sundarban”. Someone wants to know how he can reach to “Sundarban”. Now, if we can written all the information about “Sundarban” and put it a such open place from where anyone can access to that place and can read about “Sundarban” then she easily get all the answer about “Sundarban” from that place. That such place we call “website”. Now, what happen, if we can publish a book on “Sundarban”? Write all the information about “Sundarban” into that book. And keep that book on our table and read! Exactly, we compare our website as like as book. Where information is stored and people can read it by putting it on the table. It makes some sense about the relationship between browser and website, isn’t it?</p>
<p>Now, what about form? Form is nothing but a predefined question paper that need to collection information for a certain purpose. If you go to admit a school your parent need to fill up a form about you and your family. That form contains your name, your father’s name, mother’s name etc. etc. In that form we need to write but here at web form we need to type information by keyboard. After writing that form we need to submit it to school authority by handing over the filled up form. Here we need to submit it through a button that we call “Submit Button”. Its simple, we just need to know about the parts of the form. The main parts of a web form are – Text Box, Text Area, Select Box Multiple &#38; Single, and Option Box Multiple &#38; Single. No need to worry about form in this time. You will be familiar with web form while use net regularly.</p>
<h3>About Mail Server &#38; Storage Technique</h3>
<p>As we already know that we have a common place where we preserve information for public access that is called server. We can store our information as webpage into server. Also we can store mail into that server.<br />
Well, let’s consider a scenario. One of your friends wants to send a message through courier service. He will write a letter then go to courier service to post it. The courier service authority will send that letter to your friend’s city branch of that courier service. Then the postman will search you to give you that letter. If you don’t at home at that time the postman will drop it to your home. When you come to your home you will get that letter of your friend. Here server is act like as your home. All the mail is stored into server until you read it.</p>
<h3>About User ID &#38; Password</h3>
<p>I’m trying to make you understood with some real life example. It will help the issue to understand easily. Now think you admitted into a new school and meet with your new friend. There you found that there has another friend who has the same name of you. Suppose your name “Mithila” now what other identified you? Its simple, they make a new name of you like “New Mithila” or something else. And it’s your identity at your school. In server the unique name is called “User ID”.</p>
<p>Now what is password? It simple, it’s a secret phrases that only known by you! Now why you need password? Basically computers don’t know you. It’s a machine. So if your friend claims that her name is “Mithila” then what happen? Cause you and your friend Mithila are using same computer. So you need a secret word or code to claim your uniqueness, isn’t it? That’s password need.</p>
<h3>Mail Header / Parts of Mail Message</h3>
<p>Mail header is the information about mail. You all know about traditional letter. In that letter you will find from whom you receive that letter and when you received that letter. This is called the information about letter. As like as every email have this information. We called those information as “Mail Header”.</p>
<p>Now what about a gift? Suppose your elder brother send a nice gift like a “Barbie Doll” to you. What you think, isn’t it nice? Your elder brother may send that gift and write a letter to you. Now what is the scenario? You getting letter with a gift. Here in electronics system we have same approach. Suppose we need to send a song with a letter. What can we do? We just need to attach that song with that email. And that is called “Attachment”. It’s also a part of email.</p>
<p>Now you have two another term of email header, they are – CC &#38; BCC. CC means Carbon Copy. You all know about carbon. When we need a document more then one copy for preserving purpose or another purpose we use this carbon to copy it. In the modern technology we can photocopy that document as much as we need. So, what about CC? When you need to send your same mail to many of your friend then you need to use this option. Suppose you want to send “Eid Greetings” to your entire friends. What you will do? You will type your message and send to a friend. For another friend you need to type again and send it to that friend. May be you can copy the message text for sending the same message. But with CC option you can send the same mail to as many as you can. Just type the friends email address separated with comma and send it. It simple! Now what about BCC? You don’t need to use this BCC option now. Its elaboration is Broadcasting Carbon Copy. Its same as CC but with little functioning difference. You can use it as CC. You will learn it by using I think.</p>
<h3>About Yahoo Profile, Yahoo Mail Account &#38; Address Book</h3>
<p>Yahoo profile is a profile that keeping by Yahoo. Information about you is kept by Yahoo called Yahoo Profile. In the profile it contain your name, from where you from, from where you surfing or accessing the site etc.</p>
<p>Yahoo Mail Account is a space where your mail stored. If someone sent you mail the mail will stored into that area until you read it. You can also store it permanently in to this account. It’s also an identification to reach you or to send you email.</p>
<p>Address Book is the register of email address. In this book you can save your friends email address for future use.</p>
<h3>About Search Engine</h3>
<p>Search engine is a special site where you can find the address of your desire word. Suppose you want to know about “123 Sisimpur”, but you don’t know where you can get information. So, first of all you need to search the address related on “123 Sisimpur” then you can go to that website to get the information about “123 Sisimpur”. From which you get the address by searching them we called it search engine. Those search engines is maintain the name of all other website. The search engine will provide the list of website that is related with your keyword. You need to put your keyword into specific text box to search. After getting the list you can easily find out your desired website.</p>
<h3>Conclusion</h3>
<p>Internet is easy to use &#38; very cheap communication facilities with each other. But its global. The main fact of internet defend our real life is, if we have a permanent address we can use it to get any letter from our friend. But when we are on travel, then how can we get those letters instantly? But with email address we can get mail from anywhere anytime.</p>
<h6>Disclaimer:</h6>
<p><span style="color:#808080;">This article is written for a primary concept on internet who have no idea about internet. Basically I’m trying to establish a relationship between our real lives with internet. Internet is a vast subject. It’s not possible to give a greater knowledge at the very first time.</span></p>
<p>by-</p>
<p><strong>&#124; </strong>Md. Shahadat Hossain Khan<strong><br />
&#124;</strong> Web Developer, Square InformatiX Ltd.<strong><br />
</strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[MS Ajax Content Delivery Network ... finally]]></title>
<link>http://josephvano.wordpress.com/2009/10/10/ms-ajax-content-delivery-network-finally/</link>
<pubDate>Sat, 10 Oct 2009 16:19:20 +0000</pubDate>
<dc:creator>josephvano</dc:creator>
<guid>http://josephvano.wordpress.com/2009/10/10/ms-ajax-content-delivery-network-finally/</guid>
<description><![CDATA[Old news from 9/15, but I want to weigh in. Yes, it&#8217;s true, Microsoft has a free CDN for their]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Old news from 9/15, but I want to weigh in.</p>
<p>Yes, it&#8217;s true, Microsoft has a <strong>free </strong>CDN for their JS framework.&#160; This is great news for people who use <a href="http://www.asp.net/ajax/" target="_blank">Microsoft AjaxLibrary</a> (&#8230; version 4.0 Preview 5!).&#160; </p>
<p>Here is the usage:</p>
<pre class="csharpcode"><span class="kwrd">&#60;</span><span class="html">script</span> <span class="attr">src</span><span class="kwrd">="http://ajax.microsoft.com/ajax/beta
/0909/MicrosoftAjax.js"</span> <span class="attr">type</span><span class="kwrd">="text/javascript"</span><span class="kwrd">&#62;&#60;/</span><span class="html">script</span><span class="kwrd">&#62;</span></pre>
<p>.csharpcode, .csharpcode pre<br />
{<br />
	font-size: small;<br />
	color: black;<br />
	font-family: consolas, &#8220;Courier New&#8221;, courier, monospace;<br />
	background-color: #ffffff;<br />
	/*white-space: pre;*/<br />
}<br />
.csharpcode pre { margin: 0em; }<br />
.csharpcode .rem { color: #008000; }<br />
.csharpcode .kwrd { color: #0000ff; }<br />
.csharpcode .str { color: #006080; }<br />
.csharpcode .op { color: #0000c0; }<br />
.csharpcode .preproc { color: #cc6633; }<br />
.csharpcode .asp { background-color: #ffff00; }<br />
.csharpcode .html { color: #800000; }<br />
.csharpcode .attr { color: #ff0000; }<br />
.csharpcode .alt<br />
{<br />
	background-color: #f4f4f4;<br />
	width: 100%;<br />
	margin: 0em;<br />
}<br />
.csharpcode .lnum { color: #606060; }</p>
<p>Notice it goes to <strong>ajax.microsoft.com</strong>. This could potentially already be cached by the user&#8217;s browser.&#160; The beauty of a CDN is you don&#8217;t have to worry about the location of the server serving the JS file.&#160; It&#8217;s a network of servers that are geographically dispersed at key Internet network points.&#160; This minimizes the amount of network hops to your user and relieves the bandwidth on your server.&#160; Plus it frees up another request for the user to download more content off your server (older browser have max 2 connections to a FQDN).&#160; This speeds up the &#8220;perceived&#8221; rendering of the web page.</p>
<p>But who uses MS Ajax?</p>
<p><a href="http://code.google.com/apis/ajaxlibs/documentation/index.html" target="_blank">Google Ajax Libraries API</a>, Google&#8217;s CDN, contains all major JS frameworks <strong>except</strong> for MS Ajax.&#160; This begs the question the of MS Ajax penetration in the market.</p>
<p><a href="http://josephvano.files.wordpress.com/2009/10/image.png"><img style="border-bottom:0;border-left:0;border-top:0;border-right:0;" border="0" alt="image" src="http://josephvano.files.wordpress.com/2009/10/image_thumb.png?w=244&#038;h=222" width="244" height="222"></a> </p>
<p>Earlier this year a <a href="http://www.webdirections.org/the-state-of-the-web-2008/javascript-ajax-and-the-dom/" target="_blank">survey</a> was conducted with over 1200 self professed web professionals and posted on <a href="http://ajaxian.com" target="_blank">Ajaxian</a> regarding the state of the web in 2008.&#160; One of the questions surveyed was which JS frameworks they use, and MS Ajax was nowhere in site and <a href="http://jquery.com" target="_blank">jQuery</a> dominating.</p>
<p><a href="http://josephvano.files.wordpress.com/2009/10/image1.png"><img style="border-bottom:0;border-left:0;border-top:0;border-right:0;" border="0" alt="image" src="http://josephvano.files.wordpress.com/2009/10/image_thumb1.png?w=456&#038;h=363" width="456" height="363"></a></p>
<p>I admit when MS Ajax first came out, I played around with it and used it for some of my sites.&#160; I even created my own extender that is used in SharePoint WebParts.&#160; But since I moved to jQuery almost 2 years ago, I have not looked back.&#160;&#160; So in the end, it&#8217;s too little too late for me.</p>
<h4>Resources</h4>
<ul>
<li><a href="http://www.asp.net/ajax/cdn/" target="_blank">MS Ajax CDN</a></li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Web Design Behind the Scenes - TemplateMonster]]></title>
<link>http://noblekinsmen.wordpress.com/2009/10/05/web-design-behind-the-scenes-templatemonster/</link>
<pubDate>Mon, 05 Oct 2009 08:34:47 +0000</pubDate>
<dc:creator>noblekinsmen</dc:creator>
<guid>http://noblekinsmen.wordpress.com/2009/10/05/web-design-behind-the-scenes-templatemonster/</guid>
<description><![CDATA[]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/06wheBbRvK0&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/06wheBbRvK0&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Nog steeds spam-mail door je contactformulier?]]></title>
<link>http://bluearchitect.wordpress.com/2009/10/05/spam-mails/</link>
<pubDate>Mon, 05 Oct 2009 07:14:34 +0000</pubDate>
<dc:creator>Han Jongstra</dc:creator>
<guid>http://bluearchitect.wordpress.com/2009/10/05/spam-mails/</guid>
<description><![CDATA[Spam-mails zijn nog steeds een grote irritatiefactor voor contactformulieren op websites. Er zijn di]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Spam-mails zijn nog steeds een grote irritatiefactor voor contactformulieren op websites. Er zijn diverse mogelijkheden, zoals <a href="http://nl.wikipedia.org/wiki/Captcha" target="_blank">captcha&#8217;s</a> en andere ingewikkelde en ongebruiksvriendelijke oplossingen. Ook worden spam-bots steeds slimmer en helpt het in de HTML renamen van de input velden ook niet meer.</p>
<p>Aangezien vele spam-bots niet werken als een browser, maar gewoon de html parsen zijn visuele wijzigingen goed bruikbaar om spam tegen te gaan. Zo is het slim om in de html een extra text-area toe te voegen welke met inline css op onzichtbaar gezet wordt, <em>style=&#8221;visibility: hidden;&#8221;</em>. In de code voor het verwerken van het contactformulier kan dan gecontroleerd worden of het textarea een waarde heeft. Wanneer dit het geval is, is er sprake van een bot en kun je deze eventueel blacklisten.</p>
<div id="attachment_670" class="wp-caption alignnone" style="width: 527px"><img class="size-full wp-image-670 " title="mail_spam" src="http://bluearchitect.wordpress.com/files/2009/10/mail_spam1.jpg" alt="HTML fix tegen spam-mails" width="517" height="100" /><p class="wp-caption-text">HTML fix tegen spam-mails</p></div>
<p>Bovenstaande methode werkte 3 jaren geleden al, maar werkt nog steeds erg goed en is binnen 10 minuten te implementeren. Vergeet niet de code aan te passen, dat er gecontroleerd wordt op het ontbreken van een waarde van <em>mail_content</em>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to Build a Small Business Website with a Very Small Budget?]]></title>
<link>http://blog.rossross.com/2009/10/02/how-to-build-a-small-business-website-with-a-very-small-budget/</link>
<pubDate>Fri, 02 Oct 2009 17:29:47 +0000</pubDate>
<dc:creator>Barry</dc:creator>
<guid>http://blog.rossross.com/2009/10/02/how-to-build-a-small-business-website-with-a-very-small-budget/</guid>
<description><![CDATA[Many Small Business owners want to build a new website or upgrade their existing website to increase]]></description>
<content:encoded><![CDATA[Many Small Business owners want to build a new website or upgrade their existing website to increase]]></content:encoded>
</item>
<item>
<title><![CDATA[Dica de Software: "NetBeans 6.7"]]></title>
<link>http://durodrigues.wordpress.com/2009/09/25/dica-de-software-netbeans-6-7/</link>
<pubDate>Fri, 25 Sep 2009 12:01:27 +0000</pubDate>
<dc:creator>Eduardo Rodrigues</dc:creator>
<guid>http://durodrigues.wordpress.com/2009/09/25/dica-de-software-netbeans-6-7/</guid>
<description><![CDATA[http://www.netbeans.org/ Para quem precisa de uma interface de desenvolvimento gratuita e robusta, o]]></description>
<content:encoded><![CDATA[http://www.netbeans.org/ Para quem precisa de uma interface de desenvolvimento gratuita e robusta, o]]></content:encoded>
</item>
<item>
<title><![CDATA[What has happened]]></title>
<link>http://wimweb.wordpress.com/2009/09/09/what-has-happened/</link>
<pubDate>Wed, 09 Sep 2009 18:54:10 +0000</pubDate>
<dc:creator>wimsito</dc:creator>
<guid>http://wimweb.wordpress.com/2009/09/09/what-has-happened/</guid>
<description><![CDATA[It has been a while since I last posted here. Mostly because of school. Anyway, I guess you don]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>It has been a while since I last posted here. Mostly because of school. Anyway, I guess you don&#8217;t wan&#8217;t to read excuses <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  You wan&#8217;t to read blogposts, ain&#8217;t it? In this blogpost I&#8217;ll talk about school. In the next one I&#8217;ll talk about the banning of headscrafs (Am I right on the translation?, anyway, what Muslim women put on their head to prevent their hair being seen by men) at two schools in Antwerp (Koninklijk Atheneum Antwerpen and Koninklijk Atheneum Hoboken).</p>
<p>On 1 september the new schoolyear started for me. I&#8217;m in a class with 18 students (including me), of which one girl (poor girl <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  , a full year with 17 boys, must be horrible <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  ). They all seem quite nice to me. Our SystemManagement teacher seems quite funny, as seems our Maths teacher. The Software and Development teacher teaches extremely slow. He used 30 minutes for explaining/making a Hello World in ASP.NET..</p>
<p>That&#8217;s it for now. I will try to post regulary (about school) from now on.</p>
<p><em>Listening to <strong>21 Guns</strong> from <strong>Green Day</strong> &#8212; Great song</em></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Flash and ubuntu part 2]]></title>
<link>http://wimweb.wordpress.com/2009/08/26/flash-and-ubuntu-part-2/</link>
<pubDate>Wed, 26 Aug 2009 18:09:57 +0000</pubDate>
<dc:creator>wimsito</dc:creator>
<guid>http://wimweb.wordpress.com/2009/08/26/flash-and-ubuntu-part-2/</guid>
<description><![CDATA[A few days after my first part on flash on ubuntu, I  made a greasemonkey script, that works on yout]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>A few days after my first part on flash on ubuntu, I  made a greasemonkey script, that works on youtube, and (via a httprequest to a php page) downloads the video and converts it to a ogg theora. Then the embed tag is replaced by a html 5 video tag.</p>
<p>Script (JS):<br />
<code style="font-size:10px;"><br />
// ==UserScript==<br />
// @name           Youtube OGGER<br />
// @namespace      userscripts.org<br />
// @description    Converts youtube's FLV files to OGG Theora files<br />
// @version        0.1<br />
// @include        http://youtube.com/watch?*<br />
// @include        http://www.youtube.com/watch?*<br />
// @include        http://*.youtube.com/watch?*<br />
// ==/UserScript==<br />
var video_id = null;<br />
var video_hash = null;<br />
var video_player = document.getElementById('movie_player');<br />
if (video_player) {var flash_variables=video_player.attributes.getNamedItem('flashvars');<br />
if (flash_variables) {var flash_values=flash_variables.value; }<br />
}<br />
document.getElementById('watch-player-div').innerHTML='<strong>Even geduld...</strong>';<br />
GM_xmlhttpRequest({<br />
method: "GET",<br />
url: "http://localhost/youtubeoggs/youtubeogger.php?fv="+flash_values+"&#38;url="+location.href,<br />
headers: {<br />
"User-Agent": "Mozilla/5.0",            // Recommend using navigator.userAgent when possible<br />
},<br />
onload: function(response) {<br />
if (response.status == 200) {<br />
var div_embed=document.getElementById('watch-player-div');<br />
if (div_embed) {<br />
div_embed.innerHTML='your browser does not support the video tag';<br />
}<br />
}<br />
}<br />
});<br />
</code></p>
<p>Script (PHP) :<br />
<code style="font-size:10px;"><br />
$fv=$_GET['fv'];<br />
$url=$_GET['url'];<br />
$urlmap=$_GET['fmt_url_map'];<br />
preg_match("/v\=([A-Za-z0-9]+)/",$url,$videoIDarr);<br />
$videoID=$videoIDarr[1];<br />
if (!file_exists("/var/www/youtubeoggs/ogg/y-".$videoID.".ogg")) {<br />
$urlMapArr=explode("http",$urlmap);<br />
$stanQual="http".$urlMapArr[count($urlMapArr)-1];<br />
exec("wget -O flv/y-".$videoID.".flv \"".$stanQual."\"");<br />
exec("ffmpeg -i flv/y-".$videoID.".flv -vcodec libtheora -sameq -acodec libvorbis -ac 2 -sameq ogg/y-".$videoID.".ogg");<br />
}<br />
echo "http://localhost/youtubeoggs/ogg/y-".$videoID.".ogg";<br />
</code></p>
<p>However, you need ffmpeg for it. Any room for improvement? Any idea&#8217;s on how to make it faster? (it is quite slow)</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Progress on the network]]></title>
<link>http://wimweb.wordpress.com/2009/08/25/progress-on-the-network/</link>
<pubDate>Tue, 25 Aug 2009 19:34:15 +0000</pubDate>
<dc:creator>wimsito</dc:creator>
<guid>http://wimweb.wordpress.com/2009/08/25/progress-on-the-network/</guid>
<description><![CDATA[In meanwhile the sites system is finished (except for some integration things, they will happen when]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>In meanwhile the sites system is finished (except for some integration things, they will happen when the other systems are finished too). And after this blogpost I will start the pm system. I don&#8217;t expect that one to be a hard one either. A PM-controller, with index of pm&#8217;s, read a pm, write one, delete one and report one. I personally expect it to be finished before the end of the week. And then I might start at the tutorials system. That one will take a while I think, but that will give the others time to make their systems, and after that, integration can begin.</p>
<p>In meanwhile I&#8217;m also planning a new version of my personal site (the 14th in almost 6 years) and I have ideas for some others.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[First steps in the Kohana PHP Framework]]></title>
<link>http://wimweb.wordpress.com/2009/08/22/first-steps-in-the-kohana-php-framework/</link>
<pubDate>Sat, 22 Aug 2009 15:46:43 +0000</pubDate>
<dc:creator>wimsito</dc:creator>
<guid>http://wimweb.wordpress.com/2009/08/22/first-steps-in-the-kohana-php-framework/</guid>
<description><![CDATA[Today and yesterday I&#8217;ve put my first steps in the Kohana PHP framework. I didn&#8217;t do qui]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Today and yesterday I&#8217;ve put my first steps in the Kohana PHP framework. I didn&#8217;t do quite much yet, but you&#8217;ve got to start with something, ain&#8217;t it? What I&#8217;ve done so far :</p>
<ul>
<li>Basic M-V-C</li>
<li>Form helper</li>
<li>Database lib</li>
<li>Join query (I can only make them for a month in normal sql)</li>
<li>Form helper</li>
<li>Validation class</li>
</ul>
<p>Coming up :</p>
<ul>
<li>translations</li>
<li>some stuff with virtual subdomains (eg. matter.language.networkdomain.tld)</li>
<li>combining physical and real folders? (eg. : admin/class/method)</li>
<li>some more of the stuff I already did</li>
<li>something I forgot <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<p>After that the sites+translations system of the network will be finished. Then I will experiment with Kohana 3.0 RC&#8217;s, and I might start the next systems.</p>
<p>In meanwhile, T. is working on the Forumsystem and M. is working on the Userssystem. (They both have very little experience in OOP, none of us has experience in kohana).</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Using others' software or writing your own]]></title>
<link>http://wimweb.wordpress.com/2009/08/18/using-others-software-or-writing-your-own/</link>
<pubDate>Tue, 18 Aug 2009 21:39:19 +0000</pubDate>
<dc:creator>wimsito</dc:creator>
<guid>http://wimweb.wordpress.com/2009/08/18/using-others-software-or-writing-your-own/</guid>
<description><![CDATA[As a programmer, I sometimes think &#8220;Hell, I could write this stuff exactly how I need it, why ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>As a programmer, I sometimes think &#8220;Hell, I could write this stuff exactly how I need it, why am I using this shit?&#8221;. Well, I&#8217;ve tried it sometimes.. I&#8217;ve tried to make a CMS for about 3 times, I tried to make a blog one time.  Now, I&#8217;m working on wordpress.com. Hell, Why am I doing this. WordPress is quite good, but WordPress.com just sucks. I really should write my own software, but at the moment I haven&#8217;t got the time.</p>
<p>Fellow programmers, do you easily think &#8220;I can write this way better&#8221;, and if so do you do it too, and if so do you maintain it also, and do you release it?</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Choosing frameworks]]></title>
<link>http://wimweb.wordpress.com/2009/08/16/choosing-frameworks/</link>
<pubDate>Sun, 16 Aug 2009 18:02:02 +0000</pubDate>
<dc:creator>wimsito</dc:creator>
<guid>http://wimweb.wordpress.com/2009/08/16/choosing-frameworks/</guid>
<description><![CDATA[When starting a new project, it&#8217;s important to consider which framework(s) to use, if any.  Fr]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>When starting a new project, it&#8217;s important to consider which framework(s) to use, if any.  Frameworks can speed up development, but they may be feature-bloated or not so easy to learn. Also, it&#8217;s important to think about in which languages you will use frameworks. For the network (soon more on that topic) we first chose BluePrint for CSS, MooTools for JS and CodeIgniter for PHP. After some research, we discovered that for our needs MooTools wasn&#8217;t the correct framework, since we won&#8217;t do much more then ajax, DOM manipulation and tabs. We&#8217;re in the process of choosing a new one, but there is much chance we&#8217;ll go for jQuery. We also discovered that CodeIgniter was quite loose on MVC and OOP, and still PHP4-compatible (and thus not using PHP5 features optimally). Again, we&#8217;re in the process of choosing a new one, but there is much chance that we&#8217;ll choose Kohana.</p>
<p>What I want to say is that it&#8217;s very important to inform yourself about all the possibilities and think about what you need for your project.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[inspirasi untuk web developer]]></title>
<link>http://duaenam.wordpress.com/2009/07/28/inspirasi-untuk-web-developer/</link>
<pubDate>Mon, 27 Jul 2009 18:18:40 +0000</pubDate>
<dc:creator>duaenam</dc:creator>
<guid>http://duaenam.wordpress.com/2009/07/28/inspirasi-untuk-web-developer/</guid>
<description><![CDATA[beberapa tahun (sejak tahun 2005 akhir / 2006 awal) ini saya melakukan pekerjaan yang sangat saya su]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>beberapa tahun (sejak tahun 2005 akhir / 2006 awal) ini saya melakukan pekerjaan yang sangat saya suka, yaitu membangun web. banyak sekali tulisan yang saya baca, banyak sekali <em>website</em> yang saya hampiri, dan banyak juga artikel yang saya simpan. ada beberapa yang saya anggap ga guna, sampe ada juga yang saking pentingnya, saya lupa nyimpen dimana.. hehehehe.</p>
<p>meskipun banyak sekali yang pantas untuk ditampilkan, ini beberapa referensi/inspirasi yang saya baca dan lihat, silahkan nikmati list dibawah (tidak terurut yah) :</p>
<p><a href="http://onepagelove.com/"><img class="aligncenter size-full wp-image-43" title="r_600_one page love 2009 07 28 00 23 20" src="http://duaenam.wordpress.com/files/2009/07/r_600_one-page-love-2009-07-28-00-23-20.png" alt="r_600_one page love 2009 07 28 00 23 20" width="600" height="225" /></a></p>
<p><a href="http://www.tutorial9.net/"><img class="aligncenter size-full wp-image-42" title="r_600_tutorial9  photoshop tutorials, photography tuts, and resources 2009 07 27 23 59 33" src="http://duaenam.wordpress.com/files/2009/07/r_600_tutorial9-photoshop-tutorials-photography-tuts-and-resources-2009-07-27-23-59-33.png" alt="r_600_tutorial9  photoshop tutorials, photography tuts, and resources 2009 07 27 23 59 33" width="600" height="309" /></a></p>
<p style="text-align:center;"><a href="http://siteinspire.net/"><img class="aligncenter size-full wp-image-41" title="r_600_siteinspire  showcase  inspiring web design and css gallery 2009 07 28 00 23 15" src="http://duaenam.wordpress.com/files/2009/07/r_600_siteinspire-showcase-inspiring-web-design-and-css-gallery-2009-07-28-00-23-15.png" alt="r_600_siteinspire  showcase  inspiring web design and css gallery 2009 07 28 00 23 15" width="600" height="268" /></a></p>
<p><a href="http://patterntap.com/"><img class="aligncenter size-full wp-image-40" title="r_600_pattern tap - organized web design collection of user interfaces for inspiration and ideas. the css gallery alternative - pattern tap 2009 07 28 00 23 08" src="http://duaenam.wordpress.com/files/2009/07/r_600_pattern-tap-organized-web-design-collection-of-user-interfaces-for-inspiration-and-ideas-the-css-gallery-alternative-pattern-tap-2009-07-28-00-23-08.png" alt="r_600_pattern tap - organized web design collection of user interfaces for inspiration and ideas. the css gallery alternative - pattern tap 2009 07 28 00 23 08" width="600" height="222" /></a></p>
<p><a href="http://wefunction.com/"><img class="aligncenter size-full wp-image-39" title="r_600_function web design &#38; development [ blog ] 2009 07 28 00 23 32" src="http://duaenam.wordpress.com/files/2009/07/r_600_function-web-design-development-blog-2009-07-28-00-23-32.png" alt="r_600_function web design &#38; development [ blog ] 2009 07 28 00 23 32" width="600" height="154" /></a></p>
<p><a href="http://cssimport.com/"><img class="aligncenter size-full wp-image-38" title="r_600_css import™  the css gallery 2009 07 28 00 23 10" src="http://duaenam.wordpress.com/files/2009/07/r_600_css-importe284a2-the-css-gallery-2009-07-28-00-23-10.png" alt="r_600_css import™  the css gallery 2009 07 28 00 23 10" width="600" height="197" /></a></p>
<p><a href="http://carsonified.com/blog/"><img class="aligncenter size-full wp-image-37" title="r_600_carsonified » blog 2009 07 28 00 23 28" src="http://duaenam.wordpress.com/files/2009/07/r_600_carsonified-c2bb-blog-2009-07-28-00-23-28.png" alt="r_600_carsonified » blog 2009 07 28 00 23 28" width="600" height="189" /></a></p>
<p><a href="http://www.webappers.com/"><img class="aligncenter size-full wp-image-36" title="r_600_best open source resources for web developers  webappers 2009 07 28 00 23 45" src="http://duaenam.wordpress.com/files/2009/07/r_600_best-open-source-resources-for-web-developers-webappers-2009-07-28-00-23-45.png" alt="r_600_best open source resources for web developers  webappers 2009 07 28 00 23 45" width="600" height="198" /></a></p>
<p><a href="http://www.alistapart.com/"><img class="aligncenter size-full wp-image-35" title="r_600_a list apart- a list apart 2009 07 28 00 32 25" src="http://duaenam.wordpress.com/files/2009/07/r_600_a-list-apart-a-list-apart-2009-07-28-00-32-25.png" alt="r_600_a list apart- a list apart 2009 07 28 00 32 25" width="600" height="161" /></a></p>
<p><a href="http://www.456bereastreet.com/"><img class="aligncenter size-full wp-image-34" title="r_600_456 berea street- articles and news on web standards, accessibility, and usability 2009 07 28 00 32 22" src="http://duaenam.wordpress.com/files/2009/07/r_600_456-berea-street-articles-and-news-on-web-standards-accessibility-and-usability-2009-07-28-00-32-22.png" alt="r_600_456 berea street- articles and news on web standards, accessibility, and usability 2009 07 28 00 32 22" width="600" height="221" /></a></p>
<p><a href="http://smashingmagazine.com/"><img class="aligncenter size-full wp-image-45" title="r_600_smashing magazine 2009 07 28 01 07 51" src="http://duaenam.wordpress.com/files/2009/07/r_600_smashing-magazine-2009-07-28-01-07-51.png" alt="r_600_smashing magazine 2009 07 28 01 07 51" width="600" height="152" /></a></p>
<p>Selamat Menikmati.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to Make a Efficient Flash AS3 SWF content Loader[Preloader]]]></title>
<link>http://nidin.wordpress.com/2009/07/03/how-to-make-a-efficient-flash-as3-content-loaderpreloader/</link>
<pubDate>Fri, 03 Jul 2009 10:00:50 +0000</pubDate>
<dc:creator>nidinthb</dc:creator>
<guid>http://nidin.wordpress.com/2009/07/03/how-to-make-a-efficient-flash-as3-content-loaderpreloader/</guid>
<description><![CDATA[Very efficient Loader Coding Tutorial the code using here is very clean , simple and error less . yo]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><h2><a href="http://www.infogroupindia.com/blog/wordpress/?p=49#more-49"><img class="alignleft" title="as3Preloader" src="http://tochellz.110mb.com/tutorial-files/as3Preloader/loader_thumb0.txt" alt="" width="120" height="120" /></a><a title="as3 preloader" href="http://www.infogroupindia.com/blog/wordpress/?p=49#more-49" target="_self">Very efficient Loader Coding Tutorial</a></h2>
<p>the code using here is very clean , simple and error less . you can load external swf file and call function in that swf file</p>
<h2><span style="text-decoration:underline;"><br />
<!--more--><br />
[ad#BidVertiser]<br />
<strong>step 1 :</strong> Create Loader.fla and LoaderClass.as</span></h2>
<p style="padding-left:30px;">open Loader.fla go to properties type &#8220;LoaderClass&#8221; class : filed under PUBLISH tab</p>
<h3><strong> </strong><strong><img class="aligncenter" title="image1" src="http://tochellz.110mb.com/tutorial-files/as3Preloader/image1.txt" alt="image1" width="401" height="401" /></strong></h3>
<h2><span style="text-decoration:underline;"><strong>step 2 :</strong><strong> Make a preloader movie </strong></span></h2>
<p style="padding-left:30px;">click on rectangle tool or (R)</p>
<h3><span style="text-decoration:underline;"><strong><span style="text-decoration:underline;"><strong><img class="aligncenter" title="image2" src="http://tochellz.110mb.com/tutorial-files/as3Preloader/image2.txt" alt="image2" width="199" height="259" /></strong></span></strong></span></h3>
<p style="padding-left:30px;">then draw a reactangle width : 300px &#38; height :10px , color :#63F262</p>
<h3 style="padding-left:30px;"><img class="aligncenter size-full wp-image-26" title="image3" src="http://tochellz.110mb.com/tutorial-files/as3Preloader/image3.txt" alt="image3" width="401" height="203" /></h3>
<p style="padding-left:30px;">after that right click on the rectangle and convert to symbol, when convert to symbol window popup type the (1)Name : mc , (2)Type : Movie Clip , (3)Registeration : Left-center</p>
<h3><span style="text-decoration:underline;"><strong><span style="text-decoration:underline;"><strong><img class="aligncenter" title="image6" src="http://tochellz.110mb.com/tutorial-files/as3Preloader/image6.txt" alt="image6" width="401" height="401" /></strong></span></strong></span></h3>
<p style="padding-left:30px;">then name the MoviClip &#8220;mc&#8221; on properties tab <strong> </strong><strong><img class="aligncenter size-full wp-image-30" title="image7" src="http://tochellz.110mb.com/tutorial-files/as3Preloader/image7.txt" alt="image7" width="401" height="401" /><br />
</strong>
</p>
<p style="padding-left:30px;">again right click on the rectangle and convert to symbol, when convert to symbol window popup type the (1)Name : preloader_mc , (2)Type : Movie Clip , (3)Registeration : center , (4)tick Export for ActionScript under Linkage tab</p>
<h3 style="padding-left:30px;"><img class="aligncenter size-full wp-image-28" title="image5" src="http://tochellz.110mb.com/tutorial-files/as3Preloader/image5.txt" alt="image5" width="401" height="401" /></h3>
<p style="padding-left:30px;">double click on the preloader_mc and create a dynamic text field and name &#8220;percent_txt&#8221;</p>
<p style="text-align:center;"><img class="size-full wp-image-43 aligncenter" title="image8" src="http://tochellz.110mb.com/tutorial-files/as3Preloader/image8.txt" alt="image8" width="130" height="203" /></p>
<p style="text-align:center;"><img class="size-full wp-image-44 aligncenter" title="image9" src="http://tochellz.110mb.com/tutorial-files/as3Preloader/image9.txt" alt="image9" width="309" height="401" /></p>
<p style="padding-left:30px;">then click on Character Embedding and in the include these characters: type  &#8220;0123456789%&#8221;</p>
<p style="padding-left:30px;"><img class="aligncenter size-full wp-image-53" title="image10" src="http://tochellz.110mb.com/tutorial-files/as3Preloader/image10.txt" alt="image10" width="305" height="399" /></p>
<p style="padding-left:30px;">it will look like this</p>
<p style="padding-left:30px;text-align:center;"><img class="size-full wp-image-60 aligncenter" title="image10.5" src="http://tochellz.110mb.com/tutorial-files/as3Preloader/image10.5.txt" alt="image10.5" width="627" height="401" /></p>
<p style="padding-left:30px;">
<h2><span style="text-decoration:underline;"><span style="text-decoration:underline;">step 3: Make Preloader Animation</span></span></h2>
<p style="padding-left:30px;">double click on the preloader_mc and insert a frame at <em><span style="color:#ff0000;"><strong>100</strong></span></em></p>
<p style="padding-left:30px;"><em><span style="color:#ff0000;"><strong><img class="aligncenter size-full wp-image-56" title="image11" src="http://tochellz.110mb.com/tutorial-files/as3Preloader/image11.txt" alt="image11" width="313" height="401" /><br />
</strong></span></em>
</p>
<p style="padding-left:30px;text-align:center;">
<p style="padding-left:30px;text-align:left;">then create a motion tween on <strong>&#8220;mc&#8221; </strong>rectangle</p>
<p style="padding-left:30px;text-align:left;"><img class="aligncenter size-full wp-image-58" title="image12" src="http://tochellz.110mb.com/tutorial-files/as3Preloader/image12.txt" alt="image12" width="338" height="401" />insert a scale KeyFrame at<strong> <em>100th</em></strong> frame</p>
<p style="padding-left:30px;text-align:left;"><img class="aligncenter size-full wp-image-59" title="image13" src="http://tochellz.110mb.com/tutorial-files/as3Preloader/image13.txt" alt="image13" width="338" height="401" /></p>
<p style="padding-left:30px;text-align:left;">set width = 1 at first Frame</p>
<p style="padding-left:30px;text-align:left;"><img class="aligncenter size-full wp-image-61" title="image14" src="http://tochellz.110mb.com/tutorial-files/as3Preloader/image14.txt" alt="image14" width="530" height="401" /></p>
<p style="padding-left:30px;">come to root of the Scene delete the preloader_mc Movie Clip</p>
<h3 style="padding-left:30px;">and save your file</h3>
<h2><span style="text-decoration:underline;">step 4: Write Preloader  Class</span></h2>
<p style="padding-left:30px;">open LoaderClass.as</p>
<pre>package {

	//import needed classes

	import flash.display.*;
	import flash.events.*;
	import flash.filters.*;
	import flash.geom.*;
	import flash.net.*;
	import flash.system.*;

	dynamic public class LoaderClass extends MovieClip // main class
	{

		//declare private variables

		private var PRELOADER:preloader_mc= new preloader_mc();
		private var URL_:URLRequest;
		private var OBJLoader:Loader;
		private var isLoaded:Boolean;
		private var TOTAL_:Number;
		private var LOADED_:Number;
		private var isLoadedInited:Boolean;

		public function LoaderClass() {//main function
			stage.align = StageAlign.TOP_LEFT;
			stage.scaleMode = StageScaleMode.NO_SCALE;
			init();
		}

		public function init():void {
			PRELOADER.x = stage.stageWidth / 2;
			PRELOADER.y = stage.stageHeight / 2;
			addChild(PRELOADER);
			LoadContent(null);
			stage.addEventListener(Event.RESIZE,onResize);
		}

		public function LoadContent(URLReq:URLRequest) {
			if (URLReq == null) {
				URL_ = new URLRequest("swfContent.swf");
			} else {
				URL_ = URLReq;
			}
			OBJLoader = new Loader();
			OBJLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, loaded);
			OBJLoader.load(URL_);
			addChild(OBJLoader);
			addEventListener(Event.ENTER_FRAME, onLoading);
		}
		public function loaded(param1:Event):void {
			isLoaded = true;
			return;
		}
		public function onLoading(e:Event) {
			TOTAL_ = OBJLoader.contentLoaderInfo.bytesTotal;
			LOADED_ = OBJLoader.contentLoaderInfo.bytesLoaded;
			var percent:Number = int(LOADED_ / TOTAL_ * 100);
			PRELOADER.gotoAndStop(percent);
			PRELOADER.percent_txt.text = percent + "%";
			if (! isLoadedInited &#38;&#38; isLoaded) {
				isLoadedInited = true;
				var LoaderData:* = OBJLoader.content;
				LoaderData["loadData"](this);
			}
			if (TOTAL_ / LOADED_ == 1) {
				removeEventListener(Event.ENTER_FRAME,onLoading);
				removeChild(PRELOADER);
				stage.removeEventListener(Event.RESIZE,onResize);
				trace("content Loaded");
			}

			return;
		}

		public function onResize(e:Event) {

			PRELOADER.x = stage.stageWidth / 2;
			PRELOADER.y = stage.stageHeight / 2;

		}

	}

}</pre>
<pre>
<h2 style="padding-left:60px;">Source File :[download id="1"]</h2>
</pre>
<p><!--more--></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[10Design.ro.]]></title>
<link>http://euesc.wordpress.com/2009/07/01/10design-ro/</link>
<pubDate>Wed, 01 Jul 2009 01:13:00 +0000</pubDate>
<dc:creator>esco</dc:creator>
<guid>http://euesc.wordpress.com/2009/07/01/10design-ro/</guid>
<description><![CDATA[10Design.ro &#8211; proiectul de webdevelopment al unui amic. Ii fac putina reclama ca nu strica. Ac]]></description>
<content:encoded><![CDATA[10Design.ro &#8211; proiectul de webdevelopment al unui amic. Ii fac putina reclama ca nu strica. Ac]]></content:encoded>
</item>

</channel>
</rss>
