<?xml version="1.0" encoding="UTF-8"?><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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title></title>
	<atom:link href="http://gizzmo.eu/feed/" rel="self" type="application/rss+xml" />
	<link>http://gizzmo.eu</link>
	<description>Blog about Tips, Tricks, software, how-to&#039;s and other random stuff! :)</description>
	<lastBuildDate>Tue, 12 Nov 2013 21:21:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.4.2</generator>
	<item>
		<title>Tip for Outlook: Politely reminder to add attachment to e-mail</title>
		<link>http://gizzmo.eu/blog/tip-for-outlook-politely-reminder-to-add-attachment-to-e-mail/</link>
		<pubDate>Mon, 11 Nov 2013 22:03:41 +0000</pubDate>
		<dc:creator><![CDATA[gizzmo]]></dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://gizzmo.eu/?p=852</guid>
		<description><![CDATA[I have found a good macro which will make sure that Outlook politely reminds you to attach a file if it finds the word "attach" or “annex” in your sending email and when no actual attached file has been added. &#8230;<p class="read-more"><a href="http://gizzmo.eu/blog/tip-for-outlook-politely-reminder-to-add-attachment-to-e-mail/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p>I have found a good macro which will make sure that Outlook politely reminds you to attach a file if it finds the word "attach" or “annex” in your sending email and when no actual attached file has been added.</p>
<p>Steps to take to create this automated reminder:</p>
<ul>
<li>ALT+F11</li>
<li>Click “Modules”</li>
<li>RM: Insert > Module</li>
<li>Open this new Module and copy/paste the code from below into this module</li>
<li>CTRL+S  (save this module)</li>
<li>Close the Microsoft Visual Basic for Applications screen.</li>
<li>Epic Win. Reminder will now pop up.</li>
</ul>
<hr />
<p><span style="font-family: COURIER, Arial;"><br />
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)<br />
Dim m As Variant<br />
Dim strBody As String<br />
Dim intIn As Long<br />
Dim intAttachCount As Integer, intStandardAttachCount As Integer<br />
On Error GoTo handleError<br />
'Edit the following line if you have a signature on your email that includes images or other files. Make intStandardAttachCount equal the number of files in your signature.<br />
intStandardAttachCount = 0<br />
strBody = LCase(Item.Body)<br />
intIn = InStr(1, strBody, "original message")<br />
If intIn = 0 Then intIn = Len(strBody)<br />
intIn = InStr(1, Left(strBody, intIn), "attach") + InStr(1, Left(strBody, intIn), "annex") + InStr(1, Left(strBody, intIn), "attachment") + InStr(1, Left(strBody, intIn), "bijgevoegd") + InStr(1, Left(strBody, intIn), "bijgaand") + InStr(1, Left(strBody, intIn), "bijgesloten") + InStr(1, Left(strBody, intIn), "toegevoegd") + InStr(1, Left(strBody, intIn), "bijlage")<br />
intAttachCount = Item.Attachments.Count<br />
If intIn > 0 And intAttachCount <= intStandardAttachCount Then<br />
m = MsgBox("It appears that you mean to send an attachment," & vbCrLf & "but there is no attachment to this message." & vbCrLf & vbCrLf & "Do you still want to send?", vbQuestion + vbYesNo + vbMsgBoxSetForeground)<br />
If m = vbNo Then Cancel = True<br />
End If<br />
handleError:<br />
If Err.Number <> 0 Then<br />
MsgBox "Outlook Attachment Reminder Error: " & Err.Description, vbExclamation, "Outlook Attachment Reminder Error"<br />
End If<br />
End Sub<br />
</span></p>
<hr />
<p>This info came from <a href="https://sites.google.com/site/markbird/" target="_blank">https://sites.google.com/site/markbird/</a> and <a href="http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=498" target="_blank">here</a>. I have altered the code from this source to do some additional text analysis. Special thanks to Chris G.</p>
<p>Gr, me!</p>
]]></content:encoded>
			</item>
		<item>
		<title>Hoe computer zuiveren?</title>
		<link>http://gizzmo.eu/software/hoe-computer-zuiveren/</link>
		<pubDate>Sat, 15 Sep 2012 09:45:09 +0000</pubDate>
		<dc:creator><![CDATA[gizzmo]]></dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Computer opschonen]]></category>
		<category><![CDATA[Malware verwijderen]]></category>
		<category><![CDATA[Microsoft Security Essentials]]></category>
		<category><![CDATA[Reclame weg]]></category>
		<category><![CDATA[Spyware Verwijderen]]></category>
		<category><![CDATA[Virus verwijderen]]></category>

		<guid isPermaLink="false">http://gizzmo.eu/?p=660</guid>
		<description><![CDATA[Heb je veel last van een langzaam computer systeem? Of hebben verschillende vrienden je al eens verteld dat je reclame doorstuurt? Het kan goed zijn dat je al een hele ruime tijd je computer gebruikt zonder (goede) virus- of spyware &#8230;<p class="read-more"><a href="http://gizzmo.eu/software/hoe-computer-zuiveren/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p>Heb je veel last van een langzaam computer systeem? Of hebben verschillende vrienden je al eens verteld dat je reclame doorstuurt? Het kan goed zijn dat je al een hele ruime tijd je computer gebruikt zonder (goede) virus- of spyware scanner. Hoe dan ook, er is altijd wel een rede om eens een flinke poetsbeurt te houden. Het kan best zijn dat je reclame – spyware – of andere schadelijke software op je computer hebt, zonder dat je het weet. Hier volgt een beschrijving hoe je dit met gratis (en legale!) software kan oplossen en natuurlijk beschermd blijven.<br />
<span id="more-660"></span></p>
<p><strong>1. Windows Updates</strong></p>
<p>Zorg dat alle Windows updates zijn geïnstalleerd. Neem hier je tijd voor! Het besturingssysteem kan fouten bevatten die je zelf niet door hebt, maar deze fouten zouden gebruikt kunnen worden door kwaadwillende. Dit kan zijn in de vorm van spam versturen, je wachtwoord te stelen, of andere kwetsbare zaken die je liever niet wilt. Deze ‘fouten’ worden meestal door Windows updates verholpen. Herstart je computer hierna!</p>
<p><strong>2. Spybot – Search & Destroy</strong></p>
<p>Download Spybot hier: <a href="http://download.cnet.com/Spybot-Search-Destroy/3000-8022_4-10122137.html" target="_blank">http://download.cnet.com/Spybot-Search-Destroy/3000-8022_4-10122137.html</a></p>
<p>of Spybot Portable hier: <a href="http://portableapps.com/apps/security/spybot_portable">http://portableapps.com/apps/security/spybot_portable</a></p>
<p>Bij de installatie, vink alle componenten (behalve “download updates immediately”) <strong><span style="text-decoration: underline;">uit</span></strong> en <strong>vink</strong> ook de permanente protectie <strong><span style="text-decoration: underline;">uit</span></strong>: “SDHelper” en “TeaTimer”:</p>
<p><a href="http://gizzmo.eu/wp-content/2011/06/clip_image001.png" rel="shadowbox[sbpost-660];player=img;" title="Alleen 'updates installeren' laten aan staan!"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Alleen 'updates installeren' laten aan staan!" src="http://gizzmo.eu/wp-content/2011/06/clip_image001_thumb.png" alt="clip_image001" width="214" height="167" border="0" /></a> <a href="http://gizzmo.eu/wp-content/2011/06/clip_image002.png" rel="shadowbox[sbpost-660];player=img;" title="Vink alles uit!"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Vink alles uit!" src="http://gizzmo.eu/wp-content/2011/06/clip_image002_thumb.png" alt="clip_image002" width="214" height="167" border="0" /></a></p>
<p>Zorg dat je dit programma eerst de definities bijwerkt <em>(</em><em>update)</em>. Voer vervolgens een controle uit om uiteindelijk alle problemen te repareren.</p>
<p><a href="http://gizzmo.eu/wp-content/2011/06/clip_image003.png" rel="shadowbox[sbpost-660];player=img;" title="Repareer alles!"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Repareer alles!" src="http://gizzmo.eu/wp-content/2011/06/clip_image003_thumb.png" alt="clip_image003" width="214" height="155" border="0" /></a></p>
<p>Om bedreigingen in de toekomst te vermeiden, immuniseer je systeem met het knopje “immuniseer”. Na de scan, klik dan ook op het plusje “Immuniseer”. Herstart je computer na deze operaties.</p>
<p><a href="http://gizzmo.eu/wp-content/2011/06/clip_image004.png" rel="shadowbox[sbpost-660];player=img;" title="Immunizeer knopje"><img style="background-image: none; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Immunizeer knopje" src="http://gizzmo.eu/wp-content/2011/06/clip_image004_thumb.png" alt="clip_image004" width="244" height="177" border="0" /></a></p>
<p><strong>3. Microsoft Security Essentials<br />
</strong>Let op. Dit stuk geldt alleen als je nog geen of een betaalde niet-meer-werkende virus scanner hebt! Zorg dat je nooit meer dan 1 virus scanner tegelijk op je computer hebt staan. Heb je momenteel wel een virus scanner geïnstalleerd, maar hij werkt niet meer of je wilt er niet meer voor betalen, verwijder hem dan op de juiste manier (zie beschrijving bij punt 4). Microsoft biedt voor alle Windows gebruikers gratis beveiligingssoftware aan. Deze werkt natuurlijk alleen maar als je een legale Windows installatie gebruikt. Ga naar de website van Microsoft Security Essentials en download de software voor jouw besturingssysteem: <a href="http://www.microsoft.com/security_essentials/" target="_blank">www.microsoft.com/security_essentials/</a></p>
<p>Installeer Microsoft Security Essentials, voer daarna een uitgebreide scan uit en laat alle problematische gevallen verwijderen. Herstart je computer na deze operaties.<br />
<a href="http://gizzmo.eu/wp-content/2010/07/MSCE11.png" rel="shadowbox[sbpost-660];player=img;" title="Microsoft Security Essentials - Heel snel, gebruikt weinig resources en is gratis in gebruik!"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Microsoft Security Essentials - Heel snel, gebruikt weinig resources en is gratis in gebruik!" src="http://gizzmo.eu/wp-content/2010/07/MSCE11.png" alt="clip_image005" width="200" border="0" /></a></p>
<p><strong>4. Niet-gebruikte programma’s verwijderen<br />
</strong>Ga eens door de lijst van programma’s. Alles wat je al een tijd niet meer gebruikt hebt, verwijder dit. Er zijn genoeg redenen om programma’s van je computer te verwijderen: lange opstarttijd, rare pop-ups, langzame PC, ongewenste software, een langzame internetverbinding, vervelende en niet gebruikte toolbars! Je komt op de lijst van programma’s op de volgende manier:</p>
<ul>
<li>Veilig software verwijderen van <strong>Windows 7</strong> of <strong>Vista</strong> systemen: Ga naar Start -> Configuratiescherm -> Programma's -> Een programma verwijderen.</li>
<li>Veilig software verwijderen van Windows <strong>XP</strong> systemen: Ga naar Start -> Configuratiescherm -> Software.</li>
<li>Zoek het programma in de lijst en klik op de knop “Verwijderen”.</li>
</ul>
<div><strong><span style="line-height: 18px;">5. Herstart alles eens!</span></strong></div>
<p><strong></strong>Herstart het systeem voor alle zekerheid!</p>
<div><strong>6. Vervang je wachtwoorden op e-mail adressen!</strong></div>
<p>Stuur je reclame door via je e-mail adres, dan vervang je best je wachtwoord hiervan! Doe dit direct voor je facebook, twitter of andere social media platformen voor de beste beveiliging. Gebruik een sterk paswoord: maak gebruik van kleine letters, hoofdletters en speciale karakters; of maak gebruik van een <a href="http://strongpasswordgenerator.com/" target="_blank">generator</a>.</p>
<div></div>
<div><strong>7. Gebruik MSCONFIG voor lastig te verwijderen software</strong> <em>Pas op: alleen voor geavanceerde gebruikers!!!</em></div>
<p>Het is goed mogelijk dat er programma’s op je computer staan waarvan je het bestaan niet af wist, wellicht weet je ook niet welke programma’s automatisch worden opgestart. Via het standaard-Windows programma “MSConfig”, is het mogelijk om te zien welke opstartprogramma’s er draaien. Start de Windows-tool via Start > Uitvoeren > Type “MSCONFIG” > ga naar het tabblad “Opstarten”. <span style="text-decoration: underline;">Let echter goed op wat je hierin doet!!!</span></p>
<p>Programma's/processen die regelmatig controleren of er updates zijn, zijn meestal overbodig. Software waarvan je weinig of geen gebruik maakt, kunnen uitgeschakeld worden. Ook processen die specifieke programma's (zoals Adobe Reader, Microsoft Office en/of Windows Live Messenger) 'sneller laten starten', kunnen uitgeschakeld worden om de opstarttijd van je computer te verbeteren. Wanneer het systeem functionaliteit lijkt te missen, kunnen deze gewoon weer ingeschakeld worden of desnoods zelf opgestart worden.</p>
<p>Hieronder vindt je een afbeelding van een lijst van opstartprogramma’s/processen, maar natuurlijk is deze lijst verschillend per computer. Zoals je kan zien zijn een groot aantal processen gewoon uitgeschakeld zoals Google Update, iTunes (Het werkt perfect zonder opstartproces), Microsoft OneNote, Java Updater en Dell gedoe (het werkt net zo goed met de standaard Windows Software).</p>
<p><a href="http://gizzmo.eu/wp-content/2011/06/clip_image005.png" rel="shadowbox[sbpost-660];player=img;" title="MSconfig Screen"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="MSconfig Screen" src="http://gizzmo.eu/wp-content/2011/06/clip_image005_thumb.png" alt="clip_image005" width="214" height="242" border="0" /></a></p>
<p> </p>
<p>Normaal gezien zou je computer na deze puntjes toch al een stuk sneller moeten zijn. De last van virussen en/of reclame zou normaal gezien opgelost moeten zijn.</p>
<p>Als je hierna nòg problemen hebt met je computer, stuur dan een mailtje via <a href="http://gizzmo.eu/contact">http://gizzmo.eu/contact</a></p>
<p>Yuw!<br />
Gizzmo! <img class="wlEmoticon wlEmoticon-smile" style="border-style: none; vertical-align: middle; padding-bottom: 4px;" src="http://gizzmo.eu/wp-content/2011/06/wlEmoticon-smile.png" alt="Smile" width="18" /></p>
]]></content:encoded>
			</item>
		<item>
		<title>Questions exam of Software Architecture 2011-2012</title>
		<link>http://gizzmo.eu/blog/questions-exam-of-software-architecture-2011-2012/</link>
		<comments>http://gizzmo.eu/blog/questions-exam-of-software-architecture-2011-2012/#comments</comments>
		<pubDate>Tue, 19 Jun 2012 15:25:32 +0000</pubDate>
		<dc:creator><![CDATA[gizzmo]]></dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://gizzmo.eu/?p=752</guid>
		<description><![CDATA[I have tried to remember all the questions of the exam Software Architecture of this academical year: 2011-2012. I think that I have missed just a few questions from the exam, but here is the list of what I still &#8230;<p class="read-more"><a href="http://gizzmo.eu/blog/questions-exam-of-software-architecture-2011-2012/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p>I have tried to remember all the questions of the exam Software Architecture of this academical year: 2011-2012. I think that I have missed just a few questions from the exam, but here is the list of what I still remember of all the questions:</p>
<ul>
<li>Why to strive to low coupling and high cohesion?</li>
<li>Give one good and one bad example of both coupling and cohesion.</li>
<li>Give an example of 2 conflicting quality requirements.</li>
<li>Why is batch sequential a degenerated process of the pipe-and-filter process in the pipe-and-filter architectural pattern?</li>
<li>What is the role of middleware in Component Based Software Development?</li>
<li>How can the Interceptor Pattern bring Aspect Oriented Software Development style into middleware?</li>
<li>Give 2 examples of typical middleware functionalities that are elegant to handle in Aspect Oriented Software Development style.</li>
<li>What is the goal of “Commonality and Variability analysis” in the Software Product Line production? What is the role of a feature model needed in this analysis?</li>
<li>How could a “plugin architecture” be used in the Software Product Line production mechanism?</li>
<li>How could MDA style code generation be used in the Software Product Line production mechanism?</li>
<li>Give the definition of Coupling Between class Objects (CBO). What does it measure? How do you calculate it? Give an example.</li>
<li>Assume system A and system B. If average CBO of system A is the same as the average CBO of system B, does this mean that the quality is equal?</li>
</ul>
<p><em>Note that these are the questions that I remember, but there are more questions. If you can remember more questions, just drop a comment and I’ll edit this post and add them to the list! <img src="http://gizzmo.eu/wp-includes/images/smilies/simple-smile.png" alt=":)" class="wp-smiley" style="height: 1em; max-height: 1em;" /></em></p>
<p>^^</p>
]]></content:encoded>
			<wfw:commentRss>http://gizzmo.eu/blog/questions-exam-of-software-architecture-2011-2012/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Zonnepanelen gekte</title>
		<link>http://gizzmo.eu/blog/zonnepanelen-gekte/</link>
		<pubDate>Sat, 16 Jun 2012 23:05:04 +0000</pubDate>
		<dc:creator><![CDATA[gizzmo]]></dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://gizzmo.eu/?p=743</guid>
		<description><![CDATA[Ik heb zopas gemerkt dat er nogal tegengestelde reacties komen vanuit bedrijven omtrent subsidie op zonnepanelen. In Vlaanderen wilt de markt het liefst zoveel mogelijk subsidie hiervoor, dus zo min mogelijk afschaffen, zoals in dit artikel van De Redactie te &#8230;<p class="read-more"><a href="http://gizzmo.eu/blog/zonnepanelen-gekte/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p>Ik heb zopas gemerkt dat er nogal tegengestelde reacties komen vanuit bedrijven omtrent subsidie op zonnepanelen. In Vlaanderen wilt de markt het liefst zoveel mogelijk subsidie hiervoor, dus zo min mogelijk afschaffen, zoals in <a href="http://www.deredactie.be/cm/vrtnieuws/regio/oostvlaanderen/120616_Zonnepanelen_Protest" target="_blank">dit artikel</a> van De Redactie te lezen valt. En in Nederland vragen bedrijven juist of de subsidie terug afgeschaft kan worden, zoals je kan lezen in <a href="http://nos.nl/artikel/384388-zonnepaneel-succes-zonder-steun.html" target="_blank">dit NOS-artikel</a>. Dit vind ik grappig, het is nogal tegenstrijdend, niet? Niet dat de zon altijd zo super schijnt in de Benelux, maar goed…</p>
<p>^^</p>
]]></content:encoded>
			</item>
		<item>
		<title>Synchronizing your custom Word dictionary</title>
		<link>http://gizzmo.eu/internet/synchronizing-your-custom-word-dictionary/</link>
		<pubDate>Tue, 22 May 2012 00:02:47 +0000</pubDate>
		<dc:creator><![CDATA[gizzmo]]></dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Cloud Storage]]></category>
		<category><![CDATA[Custom Dictionary]]></category>
		<category><![CDATA[CUSTOM.DIC]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[Microsoft Word]]></category>

		<guid isPermaLink="false">http://gizzmo.eu/?p=732</guid>
		<description><![CDATA[Here is another good tip! Synchronizing the Custom Word dictionary over different computers can be a mess! I am using different computers: A laptop for during my courses and another computer when I am at home. While using Microsoft Word, &#8230;<p class="read-more"><a href="http://gizzmo.eu/internet/synchronizing-your-custom-word-dictionary/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p>Here is another good tip!</p>
<p>Synchronizing the Custom Word dictionary over different computers can be a mess! I am using different computers: A laptop for during my courses and another computer when I am at home. While using Microsoft Word, it can be annoying when you have to add words to your custom dictionary while you have already added them  on your other computer. This is why I am synchronizing the Custom Dictionary of Microsoft Word. This can be made possible with Cloud Storage like <a href="http://www.dropbox.com/referrals/NTc4NTA3OQ" target="_blank">Dropbox</a>! You can set it up easily by copying your custom dictionary to a folder within <a href="http://www.dropbox.com/referrals/NTc4NTA3OQ" target="_blank">Dropbox </a>and then changing the custom dictionary within Microsoft Word.</p>
<p>Do the following process if you have never done this before within Office 2010:<br />
1. Click on the buttons "File" > "Options" > "Proofing" > "Custom Dictionaries..."<br />
2. Copy the file path from the current Custom.DIC to your explorer en copy the Custom.DIC file from this location to your Dropbox folder<br />
3. Go back to the Word Options and remove the current Custom.DIC file<br />
4. Click on "new" and link to the Custom.DIC file from your Dropbox folder<br />
5. Do this on all the computers you use</p>
<p>Of course you can also do this when you use another cloud storage solution, but <a href="http://www.dropbox.com/referrals/NTc4NTA3OQ" target="_blank">Dropbox </a>is still the best, fastest and easiest to use. It is also the most mature cloud storage solution on the market at this moment.</p>
<p><a href="http://gizzmo.eu/images/Custom_dictionary_example.png" rel="shadowbox[sbpost-732];player=img;" target="_blank" title="Custom Dictionary within Microsoft Word 2010"><img class="wlDisabledImage" style="display: inline; border: 0px;" title="Custom Dictionary within Microsoft Word 2010" src="http://gizzmo.eu/images/Custom_dictionary_example.png" alt="Custom Dictionary within Microsoft Word 2010" width="244" border="0" /></a></p>
<p>Have fun with this tip... Like it if you like it! <img src="http://gizzmo.eu/wp-includes/images/smilies/simple-smile.png" alt=":)" class="wp-smiley" style="height: 1em; max-height: 1em;" /><br />
Yuw ^^</p>
]]></content:encoded>
			</item>
	</channel>
</rss>
