<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss'><id>tag:blogger.com,1999:blog-36756822</id><updated>2009-12-15T12:50:10.630-08:00</updated><title type='text'>Thoughts of a future engineer</title><subtitle type='html'>A weblog about topics concerning software engineering, sharing tips about the best use of information technologies and discussing the main issues of I.T world.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://wddc.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default'/><link rel='alternate' type='text/html' href='http://wddc.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default?start-index=26&amp;max-results=25'/><author><name>Cassanova</name><uri>http://www.blogger.com/profile/00460787566132621211</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>81</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-36756822.post-6190553175199893530</id><published>2009-03-16T13:39:00.000-07:00</published><updated>2009-03-16T14:05:50.168-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Operating systems'/><category scheme='http://www.blogger.com/atom/ns#' term='OpenSource'/><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu'/><title type='text'>How to make vi colorful on xubuntu</title><content type='html'>Hi...&lt;br /&gt;We started to study shell programming in school and we use VI to code some scripts. I noticed that all my colleagues using vi on ubuntu are very irritated and seem to envy their friends who use VI on Fedora 10 because it's very easy to use and colorful, it helps to detect syntax errors. Some of my friends started to regret installing Ubuntu instead of Fedora and even blamed me for recommending it. As an Ubuntu fan I looked for a solution for this tiny problem. I won't accept any lame remark about Ubuntu !! you need a colorful VI ? Here you are !&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1- You have to install VIM which is "vi Improved" just tape this code in your console:&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-family: courier new; font-weight: bold;font-family:courier new;" &gt;sudo apt-get install vim&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;2- After installing it you have to edit a file () and uncomment a parameter. To do so first you have to turn into root so type su and enter your root password:&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;su&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;then change this file mode for writing (so you can change its content)&lt;br /&gt;&lt;div style="text-align: center; font-family: courier new;"&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;chmod +w  /etc/vim/vimrc&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;no open this file using vi if you want and uncomment syntax on. i.e &lt;span style="font-weight: bold;"&gt;erase the (") before syntax on in line 20&lt;/span&gt;.&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-weight: bold;"&gt;vi /etc/vim/vimrc&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_DD9XED671aU/Sb69_me4cPI/AAAAAAAAACo/2aFJwFZC9rY/s1600-h/uncomment.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 240px;" src="http://3.bp.blogspot.com/_DD9XED671aU/Sb69_me4cPI/AAAAAAAAACo/2aFJwFZC9rY/s320/uncomment.png" alt="" id="BLOGGER_PHOTO_ID_5313893510703247602" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;After doing that save changes and exit using  &lt;span style="font-weight: bold;"&gt;:wq &lt;/span&gt;&lt;br /&gt;try writing something, save it and re-open it and you will find your beautiful colorful script. ENJOY !!&lt;br /&gt; &lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_DD9XED671aU/Sb6-Accd65I/AAAAAAAAACw/Jio3CTnjVbU/s1600-h/result.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 240px;" src="http://3.bp.blogspot.com/_DD9XED671aU/Sb6-Accd65I/AAAAAAAAACw/Jio3CTnjVbU/s320/result.png" alt="" id="BLOGGER_PHOTO_ID_5313893525188635538" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Bookmark Post Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:href='"http://www.addthis.com/bookmark.php?pub=cassanova&amp;amp;url=" + data:post.url + "&amp;amp;title=" + data:post.title' target='_blank' title='Bookmark using any bookmark manager!'&gt;&lt;img src='http://s9.addthis.com/button1-bm.gif' width='125' height='16' style='border: 0px; padding: 0px' alt='AddThis Social Bookmark Button' /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;!-- AddThis Bookmark Post Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36756822-6190553175199893530?l=wddc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wddc.blogspot.com/feeds/6190553175199893530/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=36756822&amp;postID=6190553175199893530' title='13 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/6190553175199893530'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/6190553175199893530'/><link rel='alternate' type='text/html' href='http://wddc.blogspot.com/2009/03/how-to-make-vi-colorful-on-xubuntu.html' title='How to make vi colorful on xubuntu'/><author><name>Cassanova</name><uri>http://www.blogger.com/profile/00460787566132621211</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17377075250157308532'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_DD9XED671aU/Sb69_me4cPI/AAAAAAAAACo/2aFJwFZC9rY/s72-c/uncomment.png' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>13</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36756822.post-6626423427774037290</id><published>2009-03-16T12:26:00.000-07:00</published><updated>2009-07-02T13:09:07.080-07:00</updated><title type='text'>Xubuntu and low performance machines : The perfect match !</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_DD9XED671aU/Sk0T1VhBCwI/AAAAAAAAADY/-Q3qx2ZTIVY/s1600-h/xubuntu-logo.png"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 134px; height: 200px;" src="http://2.bp.blogspot.com/_DD9XED671aU/Sk0T1VhBCwI/AAAAAAAAADY/-Q3qx2ZTIVY/s200/xubuntu-logo.png" alt="" id="BLOGGER_PHOTO_ID_5353957339043007234" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;When the machine gets old and becomes useless. You get short on options. You can't sell it because you are so emotionally attached to it and it doesn't worth that much and you can't run new applications on it because it can't afford them. But you can turn it into a beautiful workstation. Able to open your pdf documents, play your music and videos and does your office tasks... You need just a light operating system that doesn't consume much hardware resources.&lt;br /&gt;&lt;br /&gt;I'm talking about a Linux system of course so you won't spend any dime on proprietary software and you can avoid the headaches of the anti-viruses and etc...&lt;br /&gt;The choice was : xubuntu .&lt;br /&gt;&lt;div style="text-align: left;"&gt;I installed &lt;a href="http://www.xubuntu.org/"&gt;xubuntu&lt;/a&gt; 8.04 on my Compaq Armada notebook. This notebook is really a&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_DD9XED671aU/SjvuqDsyIuI/AAAAAAAAAC4/rm5Hw1VBef8/s1600-h/893173_M.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 130px; height: 130px;" src="http://4.bp.blogspot.com/_DD9XED671aU/SjvuqDsyIuI/AAAAAAAAAC4/rm5Hw1VBef8/s320/893173_M.jpg" alt="" id="BLOGGER_PHOTO_ID_5349131388747653858" border="0" /&gt;&lt;/a&gt; disaster running with WinXP but not bad with Windows 2000 and this is its configuration :&lt;br /&gt;&lt;/div&gt;&lt;blockquote style="font-style: italic;"&gt;Intel Pentium III 750 MHz&lt;br /&gt;64 MB Ram&lt;br /&gt;20 Go hard disk&lt;/blockquote&gt;&lt;br /&gt;Pathetic isn't it ? But it was all I had when I needed a Linux system for my SHELL programming courses. I downloaded the Xubuntu which is an ubuntu distribution designed for low performance machines and it was just perfect. The graphics were nice and simple. Most of the applications run properly. The execution of the system in the start up doesn't take much time.&lt;br /&gt;You can see down here the "system monitor" and how xubuntu is using the ressources of the machine.&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_DD9XED671aU/Sk0OcRASMHI/AAAAAAAAADI/m_X82FqwnPQ/s1600-h/Screenshot.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 240px;" src="http://3.bp.blogspot.com/_DD9XED671aU/Sk0OcRASMHI/AAAAAAAAADI/m_X82FqwnPQ/s320/Screenshot.png" alt="" id="BLOGGER_PHOTO_ID_5353951410777108594" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_DD9XED671aU/Sk0OcjahpCI/AAAAAAAAADQ/U96-BUi2-ao/s1600-h/Screenshot-1.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 240px;" src="http://3.bp.blogspot.com/_DD9XED671aU/Sk0OcjahpCI/AAAAAAAAADQ/U96-BUi2-ao/s320/Screenshot-1.png" alt="" id="BLOGGER_PHOTO_ID_5353951415719011362" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Bookmark Post Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:href='"http://www.addthis.com/bookmark.php?pub=cassanova&amp;amp;url=" + data:post.url + "&amp;amp;title=" + data:post.title' target='_blank' title='Bookmark using any bookmark manager!'&gt;&lt;img src='http://s9.addthis.com/button1-bm.gif' width='125' height='16' style='border: 0px; padding: 0px' alt='AddThis Social Bookmark Button' /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;!-- AddThis Bookmark Post Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36756822-6626423427774037290?l=wddc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wddc.blogspot.com/feeds/6626423427774037290/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=36756822&amp;postID=6626423427774037290' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/6626423427774037290'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/6626423427774037290'/><link rel='alternate' type='text/html' href='http://wddc.blogspot.com/2009/03/xubuntu-and-low-performance-machines.html' title='Xubuntu and low performance machines : The perfect match !'/><author><name>Cassanova</name><uri>http://www.blogger.com/profile/00460787566132621211</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17377075250157308532'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_DD9XED671aU/Sk0T1VhBCwI/AAAAAAAAADY/-Q3qx2ZTIVY/s72-c/xubuntu-logo.png' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36756822.post-8201579103765640653</id><published>2008-12-31T03:34:00.000-08:00</published><updated>2008-12-31T14:32:52.446-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Operating systems'/><category scheme='http://www.blogger.com/atom/ns#' term='OpenSource'/><title type='text'>Torvalds' gift for the Linux community... The new Kernel 2.6.28</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.siteduzero.com/uploads/fr/files/150001_151000/150071.png"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 135px; height: 207px;" src="http://www.siteduzero.com/uploads/fr/files/150001_151000/150071.png" alt="" border="0" /&gt;&lt;/a&gt;Actually, it was on the 25th of december. Linus Torvalds plays Santa clause and released a gift for all Linux users. It's the New Kernel.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;Ext4 :&lt;/span&gt;&lt;br /&gt;The most important thing in this relase is EXT4 the new Filesystem of Linux which will be :&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Compatible with the old EXT3 : you can have and ext4 partition as if you have a ext3 one.&lt;/li&gt;&lt;li&gt; Larger filesystem : The capacity of this FS was extended to be able to support 1 Exbibyte and files of 16 TiB ( about 16 000 Gigabytes). The number of possible used directories was extended to 64000.&lt;/li&gt;&lt;li&gt; Journal Checksums : The Journal (a file containing the changes of a hard disk) will be using a new technique which will improve the reliability of the disk by cheking the occurence of anyy error during the processing of saving data.&lt;/li&gt;&lt;/ul&gt;&lt;a href="http://en.wikipedia.org/wiki/Ext4"&gt;You can check this link fo further informations&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;Graphic performances :&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;The release of the new GEM (Graphics Execution Mananger). This piece of software will take care of the graphic chipset ressources and how to exploit them for different multimedia applications. This GEM will improve the graphic performance of you graphic card.&lt;br /&gt;Some improvments were made to KVM. It's the part of the kernel that take care about virtualisation for some architectures like intel-V and AMD-V. It will allow the machine the possibility to seperate several systems without restarting and the possibility to use some pieces of software that don't exist on the HOST system.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;Drivers:&lt;/span&gt;&lt;br /&gt;Many improved drivers specially for USB and Wirless devices. The tree of these drivers was considered as stable.&lt;br /&gt;&lt;br /&gt;As a conclusion, the new Linux has many new features. Will they be adopted by the different distributions ?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;References :&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;a href="http://www.siteduzero.com/#n30905"&gt;Site du zero news article.&lt;/a&gt;&lt;br /&gt;&lt;a href="http://kernel.org/"&gt;Kernel.org changelog&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Bookmark Post Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:href='"http://www.addthis.com/bookmark.php?pub=cassanova&amp;amp;url=" + data:post.url + "&amp;amp;title=" + data:post.title' target='_blank' title='Bookmark using any bookmark manager!'&gt;&lt;img src='http://s9.addthis.com/button1-bm.gif' width='125' height='16' style='border: 0px; padding: 0px' alt='AddThis Social Bookmark Button' /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;!-- AddThis Bookmark Post Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36756822-8201579103765640653?l=wddc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wddc.blogspot.com/feeds/8201579103765640653/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=36756822&amp;postID=8201579103765640653' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/8201579103765640653'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/8201579103765640653'/><link rel='alternate' type='text/html' href='http://wddc.blogspot.com/2008/12/trovalds-gift-for-linux-community-new.html' title='Torvalds&apos; gift for the Linux community... The new Kernel 2.6.28'/><author><name>Cassanova</name><uri>http://www.blogger.com/profile/00460787566132621211</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17377075250157308532'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36756822.post-5470263192092353773</id><published>2008-12-26T13:32:00.000-08:00</published><updated>2008-12-28T13:05:44.709-08:00</updated><title type='text'>The status of the engineer in Tunisia</title><content type='html'>&lt;span style=";font-family:&amp;quot;;font-size:30;"  lang="EN-US" &gt;&lt;span style=""&gt;&lt;span style=";font-family:&amp;quot;;font-size:7;"  &gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=";font-family:&amp;quot;;font-size:44;"  lang="EN-US" &gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;    &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=";font-family:&amp;quot;;font-size:18;"  lang="EN-US" &gt;&lt;span style=""&gt;&lt;span style=";font-family:&amp;quot;;font-size:7;"  &gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=";font-family:&amp;quot;;font-size:27;"  lang="EN-US" &gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 12"&gt;&lt;meta name="Originator" content="Microsoft Word 12"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml"&gt;&lt;link rel="themeData" href="file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx"&gt;&lt;link rel="colorSchemeMapping" href="file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:trackmoves/&gt;   &lt;w:trackformatting/&gt;   &lt;w:hyphenationzone&gt;21&lt;/w:HyphenationZone&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:donotpromoteqf/&gt;   &lt;w:lidthemeother&gt;FR&lt;/w:LidThemeOther&gt;   &lt;w:lidthemeasian&gt;X-NONE&lt;/w:LidThemeAsian&gt;   &lt;w:lidthemecomplexscript&gt;AR-SA&lt;/w:LidThemeComplexScript&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;    &lt;w:splitpgbreakandparamark/&gt;    &lt;w:dontvertaligncellwithsp/&gt;    &lt;w:dontbreakconstrainedforcedtables/&gt;    &lt;w:dontvertalignintxbx/&gt;    &lt;w:word11kerningpairs/&gt;    &lt;w:cachedcolbalance/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;   &lt;m:mathpr&gt;    &lt;m:mathfont val="Cambria Math"&gt;    &lt;m:brkbin val="before"&gt;    &lt;m:brkbinsub val="&amp;#45;-"&gt;    &lt;m:smallfrac val="off"&gt;    &lt;m:dispdef/&gt;    &lt;m:lmargin val="0"&gt;    &lt;m:rmargin val="0"&gt;    &lt;m:defjc val="centerGroup"&gt;    &lt;m:wrapindent val="1440"&gt;    &lt;m:intlim val="subSup"&gt;    &lt;m:narylim val="undOvr"&gt;   &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" defunhidewhenused="true" defsemihidden="true" defqformat="false" defpriority="99" latentstylecount="267"&gt;   &lt;w:lsdexception locked="false" priority="0" semihidden="false" unhidewhenused="false" qformat="true" name="Normal"&gt;   &lt;w:lsdexception locked="false" priority="9" semihidden="false" unhidewhenused="false" qformat="true" name="heading 1"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 2"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 3"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 4"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 5"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 6"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 7"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 8"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 9"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 1"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 2"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 3"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 4"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 5"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 6"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 7"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 8"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 9"&gt;   &lt;w:lsdexception locked="false" priority="35" qformat="true" name="caption"&gt;   &lt;w:lsdexception locked="false" priority="10" semihidden="false" unhidewhenused="false" qformat="true" name="Title"&gt;   &lt;w:lsdexception locked="false" priority="1" name="Default Paragraph Font"&gt;   &lt;w:lsdexception locked="false" priority="11" semihidden="false" unhidewhenused="false" qformat="true" name="Subtitle"&gt;   &lt;w:lsdexception locked="false" priority="22" semihidden="false" unhidewhenused="false" qformat="true" name="Strong"&gt;   &lt;w:lsdexception locked="false" priority="20" semihidden="false" unhidewhenused="false" qformat="true" name="Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="59" semihidden="false" unhidewhenused="false" name="Table Grid"&gt;   &lt;w:lsdexception locked="false" unhidewhenused="false" name="Placeholder Text"&gt;   &lt;w:lsdexception locked="false" priority="1" semihidden="false" unhidewhenused="false" qformat="true" name="No Spacing"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" unhidewhenused="false" name="Revision"&gt;   &lt;w:lsdexception locked="false" priority="34" semihidden="false" unhidewhenused="false" qformat="true" name="List Paragraph"&gt;   &lt;w:lsdexception locked="false" priority="29" semihidden="false" unhidewhenused="false" qformat="true" name="Quote"&gt;   &lt;w:lsdexception locked="false" priority="30" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Quote"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="19" semihidden="false" unhidewhenused="false" qformat="true" name="Subtle Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="21" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="31" semihidden="false" unhidewhenused="false" qformat="true" name="Subtle Reference"&gt;   &lt;w:lsdexception locked="false" priority="32" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Reference"&gt;   &lt;w:lsdexception locked="false" priority="33" semihidden="false" unhidewhenused="false" qformat="true" name="Book Title"&gt;   &lt;w:lsdexception locked="false" priority="37" name="Bibliography"&gt;   &lt;w:lsdexception locked="false" priority="39" qformat="true" name="TOC Heading"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0cm; 	margin-right:0cm; 	margin-bottom:10.0pt; 	margin-left:0cm; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:Arial; 	mso-bidi-theme-font:minor-bidi; 	mso-fareast-language:EN-US;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:Arial; 	mso-bidi-theme-font:minor-bidi; 	mso-fareast-language:EN-US;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-bottom:10.0pt; 	line-height:115%;} @page Section1 	{size:595.3pt 841.9pt; 	margin:70.85pt 70.85pt 70.85pt 70.85pt; 	mso-header-margin:35.4pt; 	mso-footer-margin:35.4pt; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Tableau Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin-top:0cm; 	mso-para-margin-right:0cm; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0cm; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-US"&gt;In order to find out the status of the engineer in Tunisia we will try to answer these questions:&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-US"&gt;Who`s he ? What does he do?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-US"&gt;How much does he earn ? &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-US"&gt;What is &lt;span style=""&gt; &lt;/span&gt;his image in society?&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-US"&gt; What does he suffer from ?&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="" lang="EN-US"&gt; What are the potentials of this career in Tunisia ?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;Definition&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;div style="text-align: left;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;span style=""&gt;   &lt;/span&gt;&lt;blockquote&gt;An engineer is a person professionally engaged in a field of engineering. Engineers are concerned with developing economical and safe solutions to practical problems, by applying mathematics and scientific knowledge while considering technical constraints. As such, the work of engineers is the link between perceived needs of society and commercial applications. Some consider this profession to be the link between art and science.&lt;br /&gt;&lt;div style="text-align: right;"&gt;wikipedia definition&lt;br /&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;span&gt;   &lt;/span&gt;&lt;/span&gt;&lt;span  lang="EN-US" style="font-family:&amp;quot;;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;span style=""&gt;&lt;span style=";font-family:&amp;quot;;" &gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;span style=""&gt;&lt;span style=";font-family:&amp;quot;;" &gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;Problems&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-align: left; text-indent: -20.15pt; line-height: normal;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;span style=""&gt;&lt;span style=";font-family:&amp;quot;;" &gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;font-family:&amp;quot;;"  lang="EN-US"&gt;joblessness and overexploitation :&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_DD9XED671aU/SVfbFdOzGBI/AAAAAAAAAB4/jeT4brjJE-I/s1600-h/jobless.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 278px; height: 320px;" src="http://2.bp.blogspot.com/_DD9XED671aU/SVfbFdOzGBI/AAAAAAAAAB4/jeT4brjJE-I/s320/jobless.JPG" alt="" id="BLOGGER_PHOTO_ID_5284933574535092242" border="0" /&gt;&lt;/a&gt;&lt;p class="MsoNormal"  style="margin: 0cm 0cm 0.0001pt 28.8pt; text-align: center; text-indent: -20.15pt; line-height: normal;font-family:times new roman;" align="center"&gt;&lt;span style="font-size:78%;"&gt;&lt;span lang="EN-US"  style="font-size:24;"&gt;&lt;span style="font-size:78%;"&gt;S&lt;/span&gt;&lt;span style="font-size:78%;"&gt;ome statistics of a study made on 4763 young graduated students in 2005 after 18 months from their graduation&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_DD9XED671aU/SVfb5r7z1sI/AAAAAAAAACg/Pqfzrkwa0S8/s1600-h/statsjoblessness.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 169px;" src="http://3.bp.blogspot.com/_DD9XED671aU/SVfb5r7z1sI/AAAAAAAAACg/Pqfzrkwa0S8/s320/statsjoblessness.JPG" alt="" id="BLOGGER_PHOTO_ID_5284934471835178690" border="0" /&gt;&lt;/a&gt;&lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=";font-family:&amp;quot;;font-size:18;"  lang="EN-US" &gt;&lt;span style=""&gt;&lt;span style=";font-family:&amp;quot;;font-size:7;"  &gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;font-size:27;"  lang="EN-US" &gt;&lt;/span&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_DD9XED671aU/SVfbET4go4I/AAAAAAAAABY/LCQclRnfmCE/s1600-h/cycleoflife.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 302px;" src="http://3.bp.blogspot.com/_DD9XED671aU/SVfbET4go4I/AAAAAAAAABY/LCQclRnfmCE/s320/cycleoflife.JPG" alt="" id="BLOGGER_PHOTO_ID_5284933554845819778" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;Financial status&lt;/span&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;span style=""&gt;&lt;span style=";font-family:&amp;quot;;" &gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;For newly graduated engineers with no experience the wage is from 800TD to 1200TD.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/li&gt;&lt;li&gt;&lt;!--[if !supportLists]--&gt;&lt;!--[endif]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;After 5 to 10 years of experience the wage can touch the 1500TD to 2000TD.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;span style=""&gt;&lt;span style=";font-family:&amp;quot;;" &gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;Earnings mainly depends on years of experience,&lt;span style=""&gt;  &lt;/span&gt;certifications and of course the engineer himself. Once he proves to his boss his skills and abilities, he can renegotiate his salary. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;        &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-align: center; text-indent: -20.15pt; line-height: normal;" align="center"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;span style=""&gt;&lt;span style=";font-family:&amp;quot;;" &gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;span style=""&gt;&lt;span style=";font-family:&amp;quot;;" &gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;span style="font-weight: bold;"&gt;The gap between Tunisia and Europe in wages&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-align: center; text-indent: -20.15pt; line-height: normal;" align="center"&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;span style=""&gt;&lt;span style=";font-family:&amp;quot;;" &gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;In France, the salary of a newly graduated engineer is from 2000€ to 2800€ ( 3600TD to 5000TD).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/li&gt;&lt;li&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;span style=""&gt;&lt;span style=";font-family:&amp;quot;;" &gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;In the end of his career, a well experienced engineer can touch 6000 € (10800 TD).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/li&gt;&lt;li&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;span style=""&gt;&lt;span style=";font-family:&amp;quot;;" &gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;The standard of life is very different. The daily needs are expensive in Europe compared to what is available inTunisia but still an engineer in Europe is better remunerated. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/li&gt;&lt;li&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;span style=""&gt;&lt;span style=";font-family:&amp;quot;;" &gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;The evolution of the engineer in Europe and USA is faster. In fact, occidental companies evaluate talent and take it into consideration.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/li&gt;&lt;li&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;The competition between these companies to have the best members in their crew make the salary negotiation more simple and efficient.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;span style=""&gt;&lt;span style=";font-family:&amp;quot;;" &gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;In conclusion, Tunisian engineers won`t skip the chance to travel and work abroad . Consequently, Tunisia lose many skilled engineers and this is just a sample of a wider phenomenon called `Brain Brand`.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;                    &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;!--[if !supportLists]--&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;br /&gt;&lt;!--[if !supportLists]--&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;br /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;span style=""&gt;&lt;span style=";font-family:&amp;quot;;" &gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;Social status&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_DD9XED671aU/SVfb4xk6TvI/AAAAAAAAACA/MDQ_l0T8P5o/s1600-h/malefemale.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 276px; height: 320px;" src="http://3.bp.blogspot.com/_DD9XED671aU/SVfb4xk6TvI/AAAAAAAAACA/MDQ_l0T8P5o/s320/malefemale.JPG" alt="" id="BLOGGER_PHOTO_ID_5284934456169877234" border="0" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;57,2% of higher education students are female &lt;/span&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;(www.universites.tn)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;30% of working engineers are female(2004 statistics INS)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="PowerPoint.Slide"&gt;&lt;meta name="Generator" content="Microsoft PowerPoint 12"&gt;  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size: 18pt; font-family: &amp;quot;Lucida Sans Unicode&amp;quot;; color: black;"&gt;&lt;span style="font-size:85%;"&gt;conclusion : T&lt;/span&gt;&lt;span style="font-size:85%;"&gt;he society consider&lt;/span&gt; &lt;span style="font-size:85%;"&gt;engineering as a masculine job&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt; &lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="PowerPoint.Slide"&gt;&lt;meta name="Generator" content="Microsoft PowerPoint 12"&gt;  &lt;/p&gt;&lt;p style="margin-top: 0pt; margin-bottom: 0pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed;"&gt;&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 12"&gt;&lt;meta name="Originator" content="Microsoft Word 12"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml"&gt;&lt;link rel="themeData" href="file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx"&gt;&lt;link rel="colorSchemeMapping" href="file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:trackmoves/&gt;   &lt;w:trackformatting/&gt;   &lt;w:hyphenationzone&gt;21&lt;/w:HyphenationZone&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:donotpromoteqf/&gt;   &lt;w:lidthemeother&gt;FR&lt;/w:LidThemeOther&gt;   &lt;w:lidthemeasian&gt;X-NONE&lt;/w:LidThemeAsian&gt;   &lt;w:lidthemecomplexscript&gt;AR-SA&lt;/w:LidThemeComplexScript&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;    &lt;w:splitpgbreakandparamark/&gt;    &lt;w:dontvertaligncellwithsp/&gt;    &lt;w:dontbreakconstrainedforcedtables/&gt;    &lt;w:dontvertalignintxbx/&gt;    &lt;w:word11kerningpairs/&gt;    &lt;w:cachedcolbalance/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;   &lt;m:mathpr&gt;    &lt;m:mathfont val="Cambria Math"&gt;    &lt;m:brkbin val="before"&gt;    &lt;m:brkbinsub val="&amp;#45;-"&gt;    &lt;m:smallfrac val="off"&gt;    &lt;m:dispdef/&gt;    &lt;m:lmargin val="0"&gt;    &lt;m:rmargin val="0"&gt;    &lt;m:defjc val="centerGroup"&gt;    &lt;m:wrapindent val="1440"&gt;    &lt;m:intlim val="subSup"&gt;    &lt;m:narylim val="undOvr"&gt;   &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" defunhidewhenused="true" defsemihidden="true" defqformat="false" defpriority="99" latentstylecount="267"&gt;   &lt;w:lsdexception locked="false" priority="0" semihidden="false" unhidewhenused="false" qformat="true" name="Normal"&gt;   &lt;w:lsdexception locked="false" priority="9" semihidden="false" unhidewhenused="false" qformat="true" name="heading 1"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 2"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 3"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 4"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 5"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 6"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 7"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 8"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 9"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 1"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 2"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 3"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 4"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 5"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 6"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 7"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 8"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 9"&gt;   &lt;w:lsdexception locked="false" priority="35" qformat="true" name="caption"&gt;   &lt;w:lsdexception locked="false" priority="10" semihidden="false" unhidewhenused="false" qformat="true" name="Title"&gt;   &lt;w:lsdexception locked="false" priority="1" name="Default Paragraph Font"&gt;   &lt;w:lsdexception locked="false" priority="11" semihidden="false" unhidewhenused="false" qformat="true" name="Subtitle"&gt;   &lt;w:lsdexception locked="false" priority="22" semihidden="false" unhidewhenused="false" qformat="true" name="Strong"&gt;   &lt;w:lsdexception locked="false" priority="20" semihidden="false" unhidewhenused="false" qformat="true" name="Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="59" semihidden="false" unhidewhenused="false" name="Table Grid"&gt;   &lt;w:lsdexception locked="false" unhidewhenused="false" name="Placeholder Text"&gt;   &lt;w:lsdexception locked="false" priority="1" semihidden="false" unhidewhenused="false" qformat="true" name="No Spacing"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" unhidewhenused="false" name="Revision"&gt;   &lt;w:lsdexception locked="false" priority="34" semihidden="false" unhidewhenused="false" qformat="true" name="List Paragraph"&gt;   &lt;w:lsdexception locked="false" priority="29" semihidden="false" unhidewhenused="false" qformat="true" name="Quote"&gt;   &lt;w:lsdexception locked="false" priority="30" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Quote"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="19" semihidden="false" unhidewhenused="false" qformat="true" name="Subtle Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="21" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="31" semihidden="false" unhidewhenused="false" qformat="true" name="Subtle Reference"&gt;   &lt;w:lsdexception locked="false" priority="32" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Reference"&gt;   &lt;w:lsdexception locked="false" priority="33" semihidden="false" unhidewhenused="false" qformat="true" name="Book Title"&gt;   &lt;w:lsdexception locked="false" priority="37" name="Bibliography"&gt;   &lt;w:lsdexception locked="false" priority="39" qformat="true" name="TOC Heading"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;} @font-face 	{font-family:"Lucida Sans Unicode"; 	panose-1:2 11 6 2 3 5 4 2 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-2147480833 14699 0 0 63 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0cm; 	margin-right:0cm; 	margin-bottom:10.0pt; 	margin-left:0cm; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:Arial; 	mso-bidi-theme-font:minor-bidi; 	mso-fareast-language:EN-US;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:Arial; 	mso-bidi-theme-font:minor-bidi; 	mso-fareast-language:EN-US;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-bottom:10.0pt; 	line-height:115%;} @page Section1 	{size:612.0pt 792.0pt; 	margin:70.85pt 70.85pt 70.85pt 70.85pt; 	mso-header-margin:36.0pt; 	mso-footer-margin:36.0pt; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Tableau Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin-top:0cm; 	mso-para-margin-right:0cm; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0cm; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-fareast-language:EN-US;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family: &amp;quot;Lucida Sans Unicode&amp;quot;,&amp;quot;sans-serif&amp;quot;; color: black;" lang="EN-US"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family: &amp;quot;Lucida Sans Unicode&amp;quot;,&amp;quot;sans-serif&amp;quot;; color: black;" lang="EN-US"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family: &amp;quot;Lucida Sans Unicode&amp;quot;,&amp;quot;sans-serif&amp;quot;; color: black;" lang="EN-US"&gt;To proceed in explaining the social status of the engineer Tunisia we will use a study made by Raoudha Ben Othmen a professor in the university of Tunis:&lt;/span&gt;&lt;span style="" lang="EN-US"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;span style="font-size: 18pt; font-family: &amp;quot;Lucida Sans Unicode&amp;quot;; color: black;"&gt; &lt;/span&gt;&lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;" &gt;&lt;span style="font-weight: bold;"&gt;Subjects:&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;" &gt;&lt;span style=""&gt;&lt;span style=";font-family:&amp;quot;;" &gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;" &gt;180 secondary school students aged 15-16&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;" &gt;&lt;span style=""&gt;&lt;span style=";font-family:&amp;quot;;" &gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;" &gt;180 primary school pupils&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;  &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;!--[if !supportLists]--&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;span style="font-weight: bold;"&gt;Tools :&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;ol&gt;&lt;li&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;" &gt;&lt;span style=""&gt;&lt;span style=";font-family:&amp;quot;;" &gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;" &gt;Questionnaire&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/li&gt;&lt;li&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;" &gt;&lt;span style=""&gt;&lt;span style=";font-family:&amp;quot;;" &gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;" &gt;Draw me an engineer test&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;" &gt;&lt;span style=""&gt;&lt;span style=";font-family:&amp;quot;;" &gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;" &gt;Teacher led class discussions&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;    &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;!--[if !supportLists]--&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-align: center; text-indent: -20.15pt; line-height: normal;" align="center"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;font-size:78%;"  lang="EN-US" &gt;N=140 Questionnaires (45% boys and 55%girls)&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-GB"&gt;&lt;br /&gt;&lt;!--[if !supportLineBreakNewLine]--&gt;&lt;/span&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_DD9XED671aU/SVfb41gIV0I/AAAAAAAAACI/NFFNirYD_HQ/s1600-h/quizz.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 194px;" src="http://1.bp.blogspot.com/_DD9XED671aU/SVfb41gIV0I/AAAAAAAAACI/NFFNirYD_HQ/s320/quizz.JPG" alt="" id="BLOGGER_PHOTO_ID_5284934457223567170" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;" &gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-weight: bold;font-family:&amp;quot;;" &gt;Drawings&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_DD9XED671aU/SVfbFNlAqKI/AAAAAAAAABw/OG2EZAOf9YU/s1600-h/ing3.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 181px;" src="http://2.bp.blogspot.com/_DD9XED671aU/SVfbFNlAqKI/AAAAAAAAABw/OG2EZAOf9YU/s320/ing3.JPG" alt="" id="BLOGGER_PHOTO_ID_5284933570333288610" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_DD9XED671aU/SVfbE34EqVI/AAAAAAAAABo/byax_Nj9bNA/s1600-h/ing2.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 227px; height: 320px;" src="http://1.bp.blogspot.com/_DD9XED671aU/SVfbE34EqVI/AAAAAAAAABo/byax_Nj9bNA/s320/ing2.JPG" alt="" id="BLOGGER_PHOTO_ID_5284933564507662674" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_DD9XED671aU/SVfbEtMi-cI/AAAAAAAAABg/Efq03pskSnk/s1600-h/ing1.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 296px;" src="http://2.bp.blogspot.com/_DD9XED671aU/SVfbEtMi-cI/AAAAAAAAABg/Efq03pskSnk/s320/ing1.JPG" alt="" id="BLOGGER_PHOTO_ID_5284933561640745410" border="0" /&gt;&lt;/a&gt;&lt;ul&gt;&lt;li&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;span style=""&gt;&lt;span style=";font-family:&amp;quot;;" &gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;No major difference between children and teenagers’ drawings. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/li&gt;&lt;li&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;span style=""&gt;&lt;span style=";font-family:&amp;quot;;" &gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;None of the drawings contained a picture of a woman.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/li&gt;&lt;li&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;span style=""&gt;&lt;span style=";font-family:&amp;quot;;" &gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;Most drawn engineers have glasses, are middle-aged, look scruffy wear a lab coat and hold some kind of tool.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/li&gt;&lt;li&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-GB"&gt;&lt;span style=""&gt;&lt;span style=";font-family:&amp;quot;;" &gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;Some pictures contained a working bench&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;        &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal; font-weight: bold;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;span style=""&gt;&lt;span style=";font-family:&amp;quot;;" &gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;" &gt;Class discussions&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;span style=""&gt;&lt;span style=";font-family:&amp;quot;;" &gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;Teachers seem to have naive ideas about engineers and engineering.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/li&gt;&lt;li&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;" &gt;&lt;span style=""&gt;&lt;span style=";font-family:&amp;quot;;" &gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;Teachers did not give the children the name of a famous modern engineer. &lt;/span&gt;&lt;span style=";font-family:&amp;quot;;" &gt;Most of the examples are old (Graham Bell)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/li&gt;&lt;li&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;span style=""&gt;&lt;span style=";font-family:&amp;quot;;" &gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;In leading the class discussions about future careers, teachers allocated more turns to boys than to girls&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/li&gt;&lt;li&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-GB"&gt;&lt;span style=""&gt;&lt;span style=";font-family:&amp;quot;;" &gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;In leading class discussions about studying engineering, teachers seemed to allocate turns equally between girls and boys&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/li&gt;&lt;/ul&gt;          &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-weight: bold;font-family:&amp;quot;;" &gt;Tests conclusions&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:Wingdings;"  lang="EN-US"&gt;&lt;span style=""&gt;•&lt;span style=";font-family:&amp;quot;;" &gt;   &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;Students and teachers hold naive conceptions of engineering&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/li&gt;&lt;li&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:Wingdings;"  lang="EN-US"&gt;&lt;span style=""&gt;•&lt;span style=";font-family:&amp;quot;;" &gt;   &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;The necessity to enhance the image of engineers and specifically of the working environment&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:Wingdings;"  lang="EN-US"&gt;&lt;span style=""&gt;•&lt;span style=";font-family:&amp;quot;;" &gt;   &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;Both male and female students are determined to choose other lucrative careers than engineering&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;        &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 36pt; text-indent: -36pt; line-height: normal;"&gt;&lt;!--[if !supportLists]--&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 36pt; text-indent: -36pt; line-height: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 36pt; text-indent: -36pt; line-height: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-GB"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;span style="font-size:130%;"&gt;Potentials&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;span style=""&gt;&lt;span style=";font-family:&amp;quot;;" &gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;Many foreign companies choose to invest in Tunisia due to the low taxation and labor cost.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/li&gt;&lt;li&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;The Tunisian government aims to attain 7000 engineers in 2011-2012.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/li&gt;&lt;li&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;Many Mega projects are scheduled in Tunisia as ` The Mediterranean gate` which will host hundreds of companies.&lt;/span&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_DD9XED671aU/SVfb5IW2L0I/AAAAAAAAACQ/bJU6Me0bQaU/s1600-h/samadubai1.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 240px;" src="http://4.bp.blogspot.com/_DD9XED671aU/SVfb5IW2L0I/AAAAAAAAACQ/bJU6Me0bQaU/s320/samadubai1.JPG" alt="" id="BLOGGER_PHOTO_ID_5284934462284902210" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_DD9XED671aU/SVfb5Szu2gI/AAAAAAAAACY/t473VWJebmM/s1600-h/samadubai2.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 240px;" src="http://1.bp.blogspot.com/_DD9XED671aU/SVfb5Szu2gI/AAAAAAAAACY/t473VWJebmM/s320/samadubai2.JPG" alt="" id="BLOGGER_PHOTO_ID_5284934465090411010" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;              &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=";font-family:&amp;quot;;"  lang="EN-US"&gt;&lt;span style="font-size:130%;"&gt;Conclusion&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=";font-family:&amp;quot;;font-size:85%;"  lang="EN-US" &gt;All the figures are showing the fact of the promising future of engineering as a profession in Tunisia. However, many laws and interventions have to be made in order to protect the engineer`s rights and ameliorate his status and his image is society&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;font-size:27;"  lang="EN-US" &gt;&lt;span style="font-size:85%;"&gt;.&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt 28.8pt; text-indent: -20.15pt; line-height: normal;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=";font-family:&amp;quot;;font-size:27;"  lang="EN-US" &gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="" lang="EN-US"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;div style="text-align: right;"&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;title&gt;Diapositive 1&lt;/title&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Bookmark Post Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:href='"http://www.addthis.com/bookmark.php?pub=cassanova&amp;amp;url=" + data:post.url + "&amp;amp;title=" + data:post.title' target='_blank' title='Bookmark using any bookmark manager!'&gt;&lt;img src='http://s9.addthis.com/button1-bm.gif' width='125' height='16' style='border: 0px; padding: 0px' alt='AddThis Social Bookmark Button' /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;!-- AddThis Bookmark Post Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36756822-5470263192092353773?l=wddc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wddc.blogspot.com/feeds/5470263192092353773/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=36756822&amp;postID=5470263192092353773' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/5470263192092353773'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/5470263192092353773'/><link rel='alternate' type='text/html' href='http://wddc.blogspot.com/2008/12/status-of-engineer-in-tunisia.html' title='The status of the engineer in Tunisia'/><author><name>Cassanova</name><uri>http://www.blogger.com/profile/00460787566132621211</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17377075250157308532'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_DD9XED671aU/SVfbFdOzGBI/AAAAAAAAAB4/jeT4brjJE-I/s72-c/jobless.JPG' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36756822.post-5151896911148275647</id><published>2008-06-12T14:40:00.000-07:00</published><updated>2008-12-30T02:39:58.829-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blog tips'/><category scheme='http://www.blogger.com/atom/ns#' term='Webmastering'/><category scheme='http://www.blogger.com/atom/ns#' term='SEO'/><title type='text'>how to get your blog back on track after a long period of inactivity.</title><content type='html'>First, Let me apologize to all my readers for my absence. I was really busy lately because of an important exam that I hope I will pass.&lt;br /&gt;As you all can notice my blog was inactive for more than six months. My Alexa rank dropped from 500k to 2M ! My PR dropped from 4 to 2 ! ( That's hard ! ah) . My visits kept an average of 50 visitors a week most of them from google. So to fix these problems I put some steps to take :&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;1- Finding new content :&lt;/span&gt;&lt;br /&gt;I have to write and make some new fresh articles about the latest news. I made a tour among the E-magazines that I used to read and I found a couple of subjects that I definitely will write about. Since I was cut off from the world, I will need some time to figure out what is going on in the world.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;2-Gathering old web traffic sources :&lt;/span&gt;&lt;br /&gt;Get back tou your Web analytics and open the archives of the happy days ! The busiest months and the best traffic days and find out the websites that directed to you and try to post your content in them again. Believe me it's very efficient.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;3- Gathering keywords :&lt;/span&gt;&lt;br /&gt;This absence is a very good experience for my blog. In fact, I kept on having traffic from google. So it's very important to get those keywords and work on them more so you can still have traffic if you will get absent again.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;4- Heavy social networking :&lt;/span&gt;&lt;br /&gt;I will need thousands of diggs and stumbles. I will use everything I can use to get the old traffic.&lt;br /&gt;&lt;br /&gt;If I follow these steps my blog will definitely be back.&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Bookmark Post Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:href='"http://www.addthis.com/bookmark.php?pub=cassanova&amp;amp;url=" + data:post.url + "&amp;amp;title=" + data:post.title' target='_blank' title='Bookmark using any bookmark manager!'&gt;&lt;img src='http://s9.addthis.com/button1-bm.gif' width='125' height='16' style='border: 0px; padding: 0px' alt='AddThis Social Bookmark Button' /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;!-- AddThis Bookmark Post Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36756822-5151896911148275647?l=wddc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wddc.blogspot.com/feeds/5151896911148275647/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=36756822&amp;postID=5151896911148275647' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/5151896911148275647'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/5151896911148275647'/><link rel='alternate' type='text/html' href='http://wddc.blogspot.com/2008/06/how-to-get-your-blog-back-on-track.html' title='how to get your blog back on track after a long period of inactivity.'/><author><name>Cassanova</name><uri>http://www.blogger.com/profile/00460787566132621211</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17377075250157308532'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36756822.post-3028854694650907188</id><published>2008-01-21T13:36:00.000-08:00</published><updated>2008-01-21T13:46:01.421-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OpenSource'/><title type='text'>KDE 4 shining points..</title><content type='html'>&lt;span style="font-size:78%;"&gt;Originally posted by &lt;a href="http://www.siteduzero.com/news-62-20134-kde4-le-petit-dernier-du-projet-kde.html"&gt;bluestorm&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;KDE4 Libraries have witnessed major changes in order to make coding KDE applications an easier task. Many shining points in this new edition which make of the future of KDE more promising.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;Oxygen&lt;/span&gt;:&lt;br /&gt;&lt;br /&gt;Oxygen has remarkably changed. It's the standard graphic kit of KDE, developed by KDE designers. Oxygen Includes Wallpapers, buttons and themes... You can change any theme you want but Oxygen is the standard theme of KDE4. May be some screenshots could describe better than words: (&lt;a href="http://www.siteduzero.com/news-62-20134-kde4-le-petit-dernier-du-projet-kde.html"&gt;by SDZ&lt;/a&gt;)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.siteduzero.com/uploads/fr/thb/98001_99000/98151.jpg"&gt;&lt;img style="cursor: pointer; width: 320px;" src="http://www.siteduzero.com/uploads/fr/thb/98001_99000/98151.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.siteduzero.com/uploads/fr/thb/98001_99000/98150.jpg"&gt;&lt;img style="cursor: pointer; width: 320px;" src="http://www.siteduzero.com/uploads/fr/thb/98001_99000/98150.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;and here are some Oxygen designers :&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://blog.ruphy.org/"&gt;(en) Riccardo Iaconelli&lt;/a&gt; (Italy)&lt;/li&gt;&lt;li&gt;&lt;a href="http://pinheiro-kde.blogspot.com/"&gt;(en) Nuno Pinheiro&lt;/a&gt; (Portugal)&lt;/li&gt;&lt;li&gt;&lt;a href="http://davigno.oxygen-icons.org/"&gt;(en) David Vignoni&lt;/a&gt; (Italy-California)&lt;/li&gt;&lt;li&gt;&lt;a href="http://kwwii.blogspot.com/"&gt;(en) Kenneth Wimer&lt;/a&gt; (Germany)&lt;/li&gt;&lt;/ul&gt;&lt;span style="color: rgb(204, 0, 0); font-weight: bold;"&gt; Qt4:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;The graphic library used by KDE users to code most applications. QT4 wasn't compatible with the previous editions of KDE. Now, KDE4 is using Qt4.&lt;br /&gt;&lt;br /&gt;Qt4 will allow KDE developers to make better graphic applications. Qt library was optimized to reduce its appetite to memory and hardware resources (RAM,CPU..etc). This optimization  is still not complete. Qt developers are focusing to make the use of Qt4 easier than they will continue this optimization.&lt;br /&gt;&lt;br /&gt;Qt4 is portable through KDE. &lt;a href="http://wddc.blogspot.com/2007/12/phonon-where-qt-and-kde-meet.html"&gt;We previously explained&lt;/a&gt; that Qt4 was distributed under both proprietary and GPL license. From now on Qt4 will be distributed with KDE which will make it accessible to everyone.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0); font-weight: bold;"&gt;Plasma:&lt;/span&gt;&lt;br /&gt;Plasma is a KDE library dedicated to the desktop : background, menus... Plasma was tweaked to become more personalized. You can change your desktop by adding widgets and plasmoids on your Dashboad, add RSS wires, and many other features.&lt;br /&gt;These plasmoids are independent from each other which makes them easier to create. You can code your own plasmoids using C++ or Javascript.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.siteduzero.com/uploads/fr/thb/98001_99000/98153.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://www.siteduzero.com/uploads/fr/thb/98001_99000/98153.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0); font-weight: bold;"&gt;Phonon:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Phonon is a multimedia library which I previously talked about ( &lt;a href="http://wddc.blogspot.com/2007/12/phonon-where-qt-and-kde-meet.html"&gt;Phonon : where Qt and KDE meet&lt;/a&gt;) dedicated for Sound and video. This library will allow KDE developers to include sounds and video effects to their KDE graphic applications smoothly. this is the blog of &lt;a href="http://vir.homelinux.org/blog/index.php?/categories/2-Phonon"&gt;Matthias Kretz&lt;/a&gt; the Phonon creator.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.siteduzero.com/uploads/fr/thb/98001_99000/98155.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://www.siteduzero.com/uploads/fr/thb/98001_99000/98155.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="post hentry"&gt; &lt;a name="2173582082530620842"&gt;&lt;/a&gt; &lt;h3 class="post-title entry-title"&gt; &lt;a href="http://wddc.blogspot.com/2007/12/phonon-where-qt-and-kde-meet.html"&gt;&lt;br /&gt;&lt;/a&gt; &lt;/h3&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Bookmark Post Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:href='"http://www.addthis.com/bookmark.php?pub=cassanova&amp;amp;url=" + data:post.url + "&amp;amp;title=" + data:post.title' target='_blank' title='Bookmark using any bookmark manager!'&gt;&lt;img src='http://s9.addthis.com/button1-bm.gif' width='125' height='16' style='border: 0px; padding: 0px' alt='AddThis Social Bookmark Button' /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;!-- AddThis Bookmark Post Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36756822-3028854694650907188?l=wddc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wddc.blogspot.com/feeds/3028854694650907188/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=36756822&amp;postID=3028854694650907188' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/3028854694650907188'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/3028854694650907188'/><link rel='alternate' type='text/html' href='http://wddc.blogspot.com/2008/01/kde-4-shining-points.html' title='KDE 4 shining points..'/><author><name>Cassanova</name><uri>http://www.blogger.com/profile/00460787566132621211</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17377075250157308532'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36756822.post-3843911065038899531</id><published>2008-01-10T10:53:00.000-08:00</published><updated>2008-01-10T11:46:33.049-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OpenSource'/><category scheme='http://www.blogger.com/atom/ns#' term='Browsers'/><title type='text'>900 fixed bugs with Mozilla Firefox 3 beta 2</title><content type='html'>Firefox 3 developers are taking all the time that they need to accomplish their new Firefox. After the Beta 1 Mozilla has released Firefox 3 beta 2 to get more feedbacks about bugs from its testing community.  Bugzilla was a little bit busy lately since the beta 1 thousands of bugs fortunately 900 of them are fixed. Firefox developers are trying to reveal more bugs to make their Firefox 3 better. The Beta 2 features are very promising and  the Firefox 3 will definitely  beat all competitors.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;What's new in Firefox 3 :&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0); font-weight: bold;"&gt;Security : &lt;/span&gt;&lt;br /&gt;I think that &lt;a href="http://wddc.blogspot.com/2007/09/vulnerability-found-and-fixed-in.html"&gt;the previous reported vulnerabilities in Firefox&lt;/a&gt; made them more determinant to improve the security of Firefox users. The most important improvements in this issues were the the protection against cross-site JSON data leaks,anti-virus integration, malware protection, add-ons version check and the one click site info.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://people.mozilla.com/%7Efaaborg/files/20070602-firefox3UIFeatures/malwareProtection.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 345px; height: 156px;" src="http://people.mozilla.com/%7Efaaborg/files/20070602-firefox3UIFeatures/malwareProtection.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;Easier to use :&lt;/span&gt;&lt;br /&gt;developers added new buttons to save time when bookmarking. The ability to put some tags about the page you're bookmarking. You can also search your bookmarks through a Places Organizer.Tabs will also be easier to locate and better integration with Vista, Mac and Linux.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://people.mozilla.com/%7Efaaborg/files/20070602-firefox3UIFeatures/placesTagging.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 496px; height: 225px;" src="http://people.mozilla.com/%7Efaaborg/files/20070602-firefox3UIFeatures/placesTagging.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;Performance :&lt;/span&gt;&lt;br /&gt;Mozilla developers are dealing with Firefox's appetite for Memory. Around 30 memory improvements were included in the Beta 2 and developers are still working on optimizing  the Firefox memory use, speed and reliability.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;Related links :&lt;/span&gt;&lt;a href="http://www.siteduzero.com/#n19621"&gt;&lt;br /&gt;SDZ news article by misterti (Fr)&lt;/a&gt;&lt;br /&gt;&lt;a href="http://blog.mozilla.com/faaborg/2007/06/01/the-user-interface-of-firefox-3-features/"&gt;All the features presented by Mozilla&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.mozilla.com/en-US/firefox/3.0b2/releasenotes/"&gt;The Beta 2 release notes&lt;/a&gt;&lt;br /&gt;&lt;a href="http://wddc.blogspot.com/2007/09/firefox-security-add-ons.html"&gt;Firefox security add-ons&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Bookmark Post Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:href='"http://www.addthis.com/bookmark.php?pub=cassanova&amp;amp;url=" + data:post.url + "&amp;amp;title=" + data:post.title' target='_blank' title='Bookmark using any bookmark manager!'&gt;&lt;img src='http://s9.addthis.com/button1-bm.gif' width='125' height='16' style='border: 0px; padding: 0px' alt='AddThis Social Bookmark Button' /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;!-- AddThis Bookmark Post Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36756822-3843911065038899531?l=wddc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wddc.blogspot.com/feeds/3843911065038899531/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=36756822&amp;postID=3843911065038899531' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/3843911065038899531'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/3843911065038899531'/><link rel='alternate' type='text/html' href='http://wddc.blogspot.com/2008/01/900-fixed-bugs-with-mozilla-firefox-3.html' title='900 fixed bugs with Mozilla Firefox 3 beta 2'/><author><name>Cassanova</name><uri>http://www.blogger.com/profile/00460787566132621211</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17377075250157308532'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36756822.post-2785175918789481484</id><published>2008-01-02T14:34:00.000-08:00</published><updated>2008-01-02T14:55:01.592-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OpenSource'/><category scheme='http://www.blogger.com/atom/ns#' term='Browsers'/><title type='text'>Mozilla Weave... Mozilla is trying to be more social</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://people.mozilla.com/%7Ecbeard/weave/weave-logo.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 200px;" src="http://people.mozilla.com/%7Ecbeard/weave/weave-logo.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;The newest Project of Mozilla labs was "Weave". It allows the user to save his browser settings on Mozilla servers (Favorites, sessions ,passwords...etc..) and be able to load it wherever he is.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;What are they preparing ?&lt;/span&gt;&lt;br /&gt;Mozilla labs are trying to make some Mozilla-hosted online services which means that Mozilla is trying to be more social. Weave project still a prototype and Mozilla labs are planning for the future. Early in 2008, Mozilla Labs will try to offer some initial Web service APIs for developers to build on and will enable sharing on applicable interfaces.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://people.mozilla.com/%7Ecbeard/weave/services-overview-v1.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 353px; height: 252px;" src="http://people.mozilla.com/%7Ecbeard/weave/services-overview-v1.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;Privacy : The biggest challenge&lt;/span&gt;&lt;br /&gt;Many visitors asked about Privacy in Mozilla Labs Blog. Developers were very conscious of this issue because putting such important individual data on the web is risky. Weave developers answered these questions:&lt;br /&gt;&lt;blockquote&gt;&lt;ul&gt;&lt;li&gt;We currently encrypt on the client all data that gets placed on the server, with an encryption passphrase that only the user knows.&lt;/li&gt;&lt;li&gt;We kept the server intentionally dumb and standards-based, so that anyone can set up a server for themselves and/or their friends or company.&lt;/li&gt;&lt;/ul&gt;&lt;/blockquote&gt;  &lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;How to use it?&lt;/span&gt;&lt;br /&gt;First you have to create an account in this website https://services.mozilla.com/ then you download Weave extention. Once you sign in you can install the extension then you need to save your settings on you hard disk. You risk loosing them. It's still a prototype!&lt;br /&gt;Second, The software will ask you to put your email and password. Then will ask you to put a passphrase to encrypte all your data.&lt;br /&gt;Finally, you make your first synchronisation then it will be automatically done every 30 minuts.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;Related Links&lt;br /&gt;&lt;/span&gt;&lt;a style="color: rgb(0, 0, 102); font-weight: bold;" href="https://services.mozilla.com/"&gt;Create a Mozilla Weave account&lt;/a&gt;&lt;a style="color: rgb(0, 0, 102); font-weight: bold;" href="http://labs.mozilla.com/2007/12/introducing-weave/"&gt;&lt;br /&gt;Introducing Weave&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Bookmark Post Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:href='"http://www.addthis.com/bookmark.php?pub=cassanova&amp;amp;url=" + data:post.url + "&amp;amp;title=" + data:post.title' target='_blank' title='Bookmark using any bookmark manager!'&gt;&lt;img src='http://s9.addthis.com/button1-bm.gif' width='125' height='16' style='border: 0px; padding: 0px' alt='AddThis Social Bookmark Button' /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;!-- AddThis Bookmark Post Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36756822-2785175918789481484?l=wddc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wddc.blogspot.com/feeds/2785175918789481484/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=36756822&amp;postID=2785175918789481484' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/2785175918789481484'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/2785175918789481484'/><link rel='alternate' type='text/html' href='http://wddc.blogspot.com/2008/01/mozilla-weave-mozilla-is-trying-to-be.html' title='Mozilla Weave... Mozilla is trying to be more social'/><author><name>Cassanova</name><uri>http://www.blogger.com/profile/00460787566132621211</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17377075250157308532'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36756822.post-5971640728387868583</id><published>2007-12-30T09:17:00.000-08:00</published><updated>2007-12-30T15:39:50.455-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OpenSource'/><title type='text'>Would Ulteo help OpenOffice to beat MS Office ?</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://linux-distro.co.uk/v4/images/openoffice_logo.gif"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 200px; height: 188px;" src="https://linux-distro.co.uk/v4/images/openoffice_logo.gif" alt="" border="0" /&gt;&lt;/a&gt;Openoffice is an open source software offering its users many desktop applications as text editing and spreadsheet application. Since its appearance it was the first competitor of Microsoft Office but has never been the number one ! Microsoft Office is still the best sold Microsoft product ever! This desktop suite alone is making huge revenues and still the most desktop suite used in the world. You may say that's because integrated with Windows but it doesn't. It's sold separately from Windows. IE is integrated in Windows and couldn't beat Firefox so it's time to OOo to have some wings !&lt;br /&gt;&lt;br /&gt;Wings.. This is what Ulteo is offering to OOo. Ulteo will allow users to use OpenOffice desktop suite on line with no installation process required. May be it will give some lazy and curious users an opportunity to give it a try. It will also allow people who were making some economies to buy a MS office suite to give OOo a try and may be they will be convinced to download OOo.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; How to ?&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.ulteo.com/main/images/logo.png"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 148px; height: 82px;" src="http://www.ulteo.com/main/images/logo.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Make sure you have:&lt;ul&gt;&lt;li&gt; A high speed network connection&lt;/li&gt;&lt;li&gt; A recent Safari,IE( 6 or 7) or Firefox(1.5 or more) browser. &lt;/li&gt;&lt;li&gt; A virtual Java machine&lt;/li&gt;&lt;li&gt; An Ulteo free account.&lt;/li&gt;&lt;/ul&gt; The OpenOffice.org desktop suite is great and can satisfy all the users need but it wasn't well introduced to users. That's what the Open source community lacks! The ability to make people try their products. If Ulteo could reach many users I'm certain that OOo will get a great step forward. Ulteo is counting (until now) 15,000 beta users. If you want to be one of them visit &lt;a href="http://www.ulteo.com/home/en/news/2007/12/11?autolang=en"&gt;this page&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Bookmark Post Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:href='"http://www.addthis.com/bookmark.php?pub=cassanova&amp;amp;url=" + data:post.url + "&amp;amp;title=" + data:post.title' target='_blank' title='Bookmark using any bookmark manager!'&gt;&lt;img src='http://s9.addthis.com/button1-bm.gif' width='125' height='16' style='border: 0px; padding: 0px' alt='AddThis Social Bookmark Button' /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;!-- AddThis Bookmark Post Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36756822-5971640728387868583?l=wddc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wddc.blogspot.com/feeds/5971640728387868583/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=36756822&amp;postID=5971640728387868583' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/5971640728387868583'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/5971640728387868583'/><link rel='alternate' type='text/html' href='http://wddc.blogspot.com/2007/12/would-ulteo-help-openoffice-to-beat-ms.html' title='Would Ulteo help OpenOffice to beat MS Office ?'/><author><name>Cassanova</name><uri>http://www.blogger.com/profile/00460787566132621211</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17377075250157308532'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36756822.post-7527168952756190724</id><published>2007-12-28T15:07:00.000-08:00</published><updated>2007-12-28T15:22:11.887-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Programming'/><category scheme='http://www.blogger.com/atom/ns#' term='OpenSource'/><title type='text'>Best Free C/C++ IDE</title><content type='html'>The first question to ask is  what does a programmer need ?&lt;br /&gt;To create an application you have to make sure that all these tools are available.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;A Text editor&lt;/span&gt; &lt;/span&gt;: To write the code source ( of any language). Basically a simple software as "bloc-notes" under Windows  or "vi" under Linux is enough. The best thing is to have an intelligent text editor that make your code colorful and make your codes more comprehensive and easier to read.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;A Compiler&lt;/span&gt; &lt;/span&gt;: to compile your source code to binary code.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;A debugger&lt;/span&gt; : To help you to correct the bugs in your code.&lt;/li&gt;&lt;/ul&gt;Programming demands a lot of effort and concentration and you have to pick the tools that can make your life easier! You can look for these components separately but this will be like torturing yourself! You should pick 3 in 1 software called IDE : Integrated development environment.&lt;br /&gt;&lt;br /&gt;Best Free C/C++ IDEs&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://loulou.developpez.com/tutoriels/cpp/codeblocks/images/logo_tuto.gif"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 143px; height: 51px;" src="http://loulou.developpez.com/tutoriels/cpp/codeblocks/images/logo_tuto.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.tinchio.com.ar/wordpress/wp-content/uploads/2007/08/box_logo.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 134px; height: 57px;" src="http://www.tinchio.com.ar/wordpress/wp-content/uploads/2007/08/box_logo.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;ul&gt;&lt;li&gt;&lt;a style="font-weight: bold;" href="http://www.bloodshed.net/devcpp.html"&gt;DevC++&lt;/a&gt;&lt;/li&gt;&lt;li style="font-weight: bold;"&gt;&lt;a href="http://www.codeblocks.org/"&gt;Code::Blocks&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;Both of them are free and simple which make of them the best tools for beginners. &lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://developer.apple.com/tools/images/toolsicon.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 108px; height: 102px;" src="http://developer.apple.com/tools/images/toolsicon.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Note that both work on Windows and only Code::Blocks can run on Linux. And for Windows vista users you should follow some particular procedures to set up thes IDE or else you'll face many bugs with compiling. Nevertheless, Visual Studio Express work correctly on Vista.&lt;br /&gt;For mac users, I recommend "&lt;a style="font-weight: bold;" href="http://developer.apple.com/tools/xcode/"&gt;Xcode&lt;/a&gt;". You can install it from the CD of Mac OS.&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Bookmark Post Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:href='"http://www.addthis.com/bookmark.php?pub=cassanova&amp;amp;url=" + data:post.url + "&amp;amp;title=" + data:post.title' target='_blank' title='Bookmark using any bookmark manager!'&gt;&lt;img src='http://s9.addthis.com/button1-bm.gif' width='125' height='16' style='border: 0px; padding: 0px' alt='AddThis Social Bookmark Button' /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;!-- AddThis Bookmark Post Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36756822-7527168952756190724?l=wddc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wddc.blogspot.com/feeds/7527168952756190724/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=36756822&amp;postID=7527168952756190724' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/7527168952756190724'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/7527168952756190724'/><link rel='alternate' type='text/html' href='http://wddc.blogspot.com/2007/12/best-free-cc-ide.html' title='Best Free C/C++ IDE'/><author><name>Cassanova</name><uri>http://www.blogger.com/profile/00460787566132621211</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17377075250157308532'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36756822.post-2173582082530620842</id><published>2007-12-27T16:26:00.000-08:00</published><updated>2007-12-30T15:27:43.409-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OpenSource'/><title type='text'>Phonon : where QT and KDE meet</title><content type='html'>&lt;span style="font-size:78%;"&gt;Originally posted and verified by &lt;a href="http://www.siteduzero.com/news-62-19003-p1-phonon-point-de-rencontre-de-qt-et-kde.html"&gt;&lt;span style="font-weight: bold;"&gt;bluestorm&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;Trolltech has recently announced that its graphic library Qt will be using Phonon, he new multimedia library created by the KDE developers. This is good news for Qt4 users allowing Qt to be better and simpler and it's a good sign of a great collaboration between Trolltech and the other Free software projects.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://root.bnl.gov/images/QT_original_R.gif"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 109px; height: 109px;" src="http://root.bnl.gov/images/QT_original_R.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;Qt&lt;/span&gt; is a library which allows programmers to write graphic application codes. Basically used in C++, it's also available with many other languages (Java, Python, Ruby...). Qt is Free software and can be used in many OS (Windows, Mac, GNU/Linux, BSD...)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;Trolltech&lt;/span&gt; is the enterprise which has developed Qt. Founded in 1994 by students. It's counting about 100 developers in Norwich, Australia, California , China and Germany. Influenced by KDE, Trolltech has made of Qt a free software by using a clever double licenses : One Free ( and free of charge) license allowing to create Only Free software and proprietary software editors have to buy a commercial license. This politic is also used by MySQL, it allows to have a free library and have a good financial sources.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.de-side.com/blogs/media/blogs/ubuntu/kde-logo.png"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 106px; height: 111px;" src="http://www.de-side.com/blogs/media/blogs/ubuntu/kde-logo.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0); font-weight: bold;"&gt;KDE&lt;/span&gt; is one of the most famous Free desktop environment for GNU/Linux distributions and the first competitor of GNOME. Allows the user to exploit many features : Desktop, menu, control panel...etc. KDE has also some applications as File explorer, Browser, Text editor, PDF reader...etc. To that purpose, the KDE project builded (on top of the Qt librairies) a framework helping programmers to create desktop application easily..&lt;br /&gt;&lt;br /&gt;KDE Screeshots:&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://xwinman.org/screenshots/kde-anakin.jpg"&gt;&lt;img style="cursor: pointer; width: 200px;" src="http://xwinman.org/screenshots/kde-anakin.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://farm1.static.flickr.com/160/367135267_0f3afa680c_o.png"&gt;&lt;img style="cursor: pointer; width: 200px;" src="http://farm1.static.flickr.com/160/367135267_0f3afa680c_o.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://backupshere.com/storage/dlah/screenshot_kde-xp.jpg"&gt;&lt;img style="cursor: pointer; width: 200px;" src="http://backupshere.com/storage/dlah/screenshot_kde-xp.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.ibiblio.org/peanut/linux-os/alinux-kde-screenshots.png"&gt;&lt;img style="cursor: pointer; width: 200px;" src="http://www.ibiblio.org/peanut/linux-os/alinux-kde-screenshots.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://beans.seartipy.com/wp-content/uploads/2006/07/kde_screenshot_rs.jpg"&gt;&lt;img style="cursor: pointer; width: 200px;" src="http://beans.seartipy.com/wp-content/uploads/2006/07/kde_screenshot_rs.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;Phonon&lt;/span&gt; is a multimedia library ( sound and video) developed by Matthias Kretz, a KDE developer. KDE4 developers intend to use Phonon so any developer will be able to add a video or a sound to his application.&lt;br /&gt;&lt;br /&gt;There are many multimedia libraries dedicated to sound and video like Xine , Gstreamer and FMOD. Phonon doesn't make the whole library from the beginning but uses the existing ones and propose some unified functionalities for all developers.&lt;br /&gt;&lt;br /&gt;Qt developers were so interested in the multi-platform aspect of Phonon. In fact, Qt uses the same ingredients and gives some features to facilitate software conception. ( It's easy to manage networks, SQL...etc).&lt;br /&gt;Consequently Trolltech suggested to support Phonon development. Which was very convenient for KDE developers, because this will bring to them more programmers. Phonon will be integrated in the new 4.4 Qt version and the Qt developers are already improving the library&lt;br /&gt;during their work time. Trolltech hopes to finish the backends early allowing to Phonon to use some multimedia systems of MacOS (QuickTime 7) and Windows (DirectShow 9).&lt;br /&gt;&lt;br /&gt;The most important detail in this news is that Phonon will be related the KDE project. KDE developers will continue developing the library and will discuss with Trolltech developers about its evolution. The whole source code of Phonon will stay hosted with the KDE code. Instead of working on Phonon alone, Trolltech engineers will collaborate directly with KDE developers.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://trolltech.com/products/qt/homepage"&gt;QT&lt;/a&gt;&lt;br /&gt;&lt;a href="http://kde.org/"&gt;KDE&lt;/a&gt;&lt;br /&gt;&lt;a href="http://dot.kde.org/1197535003/"&gt;KDE announcing the integration of Phonon&lt;/a&gt;&lt;br /&gt;&lt;a href="http://trolltech.com/company/newsroom/announcements/press.2007-12-11.2263733764"&gt;Trolltech announcing the integration of Phonon with KDE&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Bookmark Post Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:href='"http://www.addthis.com/bookmark.php?pub=cassanova&amp;amp;url=" + data:post.url + "&amp;amp;title=" + data:post.title' target='_blank' title='Bookmark using any bookmark manager!'&gt;&lt;img src='http://s9.addthis.com/button1-bm.gif' width='125' height='16' style='border: 0px; padding: 0px' alt='AddThis Social Bookmark Button' /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;!-- AddThis Bookmark Post Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36756822-2173582082530620842?l=wddc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wddc.blogspot.com/feeds/2173582082530620842/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=36756822&amp;postID=2173582082530620842' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/2173582082530620842'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/2173582082530620842'/><link rel='alternate' type='text/html' href='http://wddc.blogspot.com/2007/12/phonon-where-qt-and-kde-meet.html' title='Phonon : where QT and KDE meet'/><author><name>Cassanova</name><uri>http://www.blogger.com/profile/00460787566132621211</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17377075250157308532'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36756822.post-8473053163315233771</id><published>2007-12-22T14:16:00.000-08:00</published><updated>2007-12-22T14:24:55.907-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Programming'/><category scheme='http://www.blogger.com/atom/ns#' term='Webmastering'/><category scheme='http://www.blogger.com/atom/ns#' term='OpenSource'/><category scheme='http://www.blogger.com/atom/ns#' term='CMS'/><title type='text'>eZ Publish CMS 4th version : all the features you need</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.siteduzero.com/uploads/fr/files/95001_96000/95216.png"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 132px; height: 132px;" src="http://www.siteduzero.com/uploads/fr/files/95001_96000/95216.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;CMS are Content management systems created to make creating a website an easier task. Among many others, eZ Publish has some unique criteria. It's a flexible and  extensible CMS created by eZ Systems, a Norwegian company was behind the PHP eZ Components Library, eZ Publish is an ECMS ( Enterprise Content Management System) distributed under both GPL and proprietary licenses.&lt;br /&gt;&lt;br /&gt;eZ Publish offers a great number of features: document publication, as text and multimedia files, is possible once the software is installed. Integrated solutions gives you the possibility to manage : Web shop, news, a social website, a personal website, photo gallery, forums and polls...&lt;br /&gt;&lt;br /&gt;Mainly dedicated to enterprises, eZ Publish included many features as : Product catalog, the caddie function, tax and promotion management, sells stats and sending management using a secured payment system.&lt;br /&gt;&lt;br /&gt;For developers, such features are implemented in eZ Publish 4: Classes and object definition, parametred and programmable workflows, WebDAV interface and clustering..&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0); font-weight: bold;"&gt;Where hides the revolution !&lt;/span&gt;&lt;br /&gt;After many bugs corrections, the fourth version is a revolution by being the first version using PHP 5. So many new features are available as autoload, DOMDocument...&lt;br /&gt;Another new thing, eZ Flow. It's a new extension dedicated to media publication using the WebDAV technologies. The import/export communication with ODF you can stream Flash and videos in eZ Publish.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;Ameliorations&lt;/span&gt;:&lt;br /&gt;eZ is more efficient with ameliorated scripts and a reorganization to the XML. The new versions also allows you to use eZ Components Library in the extensions. A great importance is given to the famous Web 2.0 by giving many features to publish pages with tag clouds, photo galleries, blogs...etc..&lt;br /&gt;&lt;br /&gt;The eZ Publish community counts about 25000 members, composed by 2000 reference clients, 2 millions downloads and a network counting 200 partners.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;Related links&lt;/span&gt;&lt;br /&gt;&lt;a href="http://ez.no/"&gt;Official eZ systems website&lt;/a&gt;&lt;br /&gt;&lt;a href="http://ez.no/fr/download/ez_publish/ez_publish_4_stable_releases/4_0/4_0_0"&gt;download eZ Publish 4.0&lt;/a&gt;&lt;br /&gt;&lt;a href="http://ezcomponents.org/"&gt;eZ components&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Bookmark Post Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:href='"http://www.addthis.com/bookmark.php?pub=cassanova&amp;amp;url=" + data:post.url + "&amp;amp;title=" + data:post.title' target='_blank' title='Bookmark using any bookmark manager!'&gt;&lt;img src='http://s9.addthis.com/button1-bm.gif' width='125' height='16' style='border: 0px; padding: 0px' alt='AddThis Social Bookmark Button' /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;!-- AddThis Bookmark Post Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36756822-8473053163315233771?l=wddc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wddc.blogspot.com/feeds/8473053163315233771/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=36756822&amp;postID=8473053163315233771' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/8473053163315233771'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/8473053163315233771'/><link rel='alternate' type='text/html' href='http://wddc.blogspot.com/2007/12/ez-publish-cms-4th-version-all-features.html' title='eZ Publish CMS 4th version : all the features you need'/><author><name>Cassanova</name><uri>http://www.blogger.com/profile/00460787566132621211</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17377075250157308532'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36756822.post-5217606631657177559</id><published>2007-12-21T08:59:00.000-08:00</published><updated>2007-12-21T09:17:16.196-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hardware'/><title type='text'>12 Megapixels video cam... and more !!</title><content type='html'>astonished! this is how I was when I saw this "&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;supacam&lt;/span&gt;"! You can call it the video cam of your dreams! I'll try to be brief so you can get its fabulous criteria easily:&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://gizmologia.com/wp-content/uploads/2006/05/supacam.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 227px; height: 242px;" src="http://gizmologia.com/wp-content/uploads/2006/05/supacam.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;ul&gt;&lt;li&gt;12GB VGA Streaming video&lt;/li&gt;&lt;li&gt;Tapeless digital movie cam&lt;/li&gt;&lt;li&gt;HD photo W/face detection&lt;/li&gt;&lt;li&gt;15 X Zoom. 30fps @ D1 720x480&lt;/li&gt;&lt;li&gt;6 HR personal Media player&lt;/li&gt;&lt;/ul&gt;You can get some of these extra accessories:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Water-proof case&lt;/li&gt;&lt;li&gt;Tripod&lt;/li&gt;&lt;li&gt;Remote control&lt;/li&gt;&lt;li&gt;Extra battery&lt;/li&gt;&lt;li&gt;Fast charge&lt;/li&gt;&lt;li&gt;Memory ( high speed SD )&lt;/li&gt;&lt;/ul&gt;It's a 12 Megapixels video cam. It means that you can make a DVD quality videos and stream it directly to the web using this cam! This cam contains a face detector so you can use it as a security cam for your baby. The Tripod allows you to use it as a web cam and the remote control will allow you to manipulate it easily for family home videos. It contains Flash and night shouting video!!&lt;br /&gt;The price is &lt;span style="font-weight: bold;"&gt;$349&lt;br /&gt;&lt;/span&gt;You can find it&lt;a href="http://www.nisisusa.com/new_web/home_new.htm"&gt; here&lt;/a&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Bookmark Post Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:href='"http://www.addthis.com/bookmark.php?pub=cassanova&amp;amp;url=" + data:post.url + "&amp;amp;title=" + data:post.title' target='_blank' title='Bookmark using any bookmark manager!'&gt;&lt;img src='http://s9.addthis.com/button1-bm.gif' width='125' height='16' style='border: 0px; padding: 0px' alt='AddThis Social Bookmark Button' /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;!-- AddThis Bookmark Post Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36756822-5217606631657177559?l=wddc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wddc.blogspot.com/feeds/5217606631657177559/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=36756822&amp;postID=5217606631657177559' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/5217606631657177559'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/5217606631657177559'/><link rel='alternate' type='text/html' href='http://wddc.blogspot.com/2007/12/12-megapixels-video-cam-and-more.html' title='12 Megapixels video cam... and more !!'/><author><name>Cassanova</name><uri>http://www.blogger.com/profile/00460787566132621211</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17377075250157308532'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36756822.post-6682290082256498676</id><published>2007-12-21T07:40:00.000-08:00</published><updated>2008-01-01T03:58:30.651-08:00</updated><title type='text'>Free international calling : The real deal !!</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://talkster.com/Default.aspx"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 200px;" src="http://talkster.com/Default.aspx" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Imagine that you can call for free! Talkster givs you the possibility to do this. All you have to do is visiting their home page and fill the forms and your call will work. You can do this either from your desktop, your phone or via sms. If you want to get more informations about how to make your free calls work visit&lt;a href="http://talkster.com/HowItWorks.aspx"&gt; this page&lt;/a&gt;.&lt;br /&gt;Actually, this service is free. You may be wondering &lt;span style="font-style: italic;"&gt;"hmm.. free things doesn't exist anymore... there must be something in return..!"&lt;/span&gt; Let me be frank with you : You are right ! After doing this phone call you will receive some sms ads on your mobile. There can be some surprises on these sms (prices, coupons...)&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;How can they make it possible?&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;A&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;ctually, after filling the forms, the server will search for a local phone and will make the call for you then bridges you and your contact together. This will allow you to have a good quality phone call. It makes also group calls possible! After this call Talkster will send a ad for you and for your contact, an ad that suits each country. Consequently, this service is available in a limited but a great number of country around the world. If your country doesn't appear in the list, don't worry all that you have to is filling a form asking to add your country. Tell your friends about it so they claim to add your country too. The operator will send you an email once the service is available in your country.&lt;br /&gt;Now visit &lt;a style="font-weight: bold;" href="http://talkster.com"&gt;Talkster.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Bookmark Post Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:href='"http://www.addthis.com/bookmark.php?pub=cassanova&amp;amp;url=" + data:post.url + "&amp;amp;title=" + data:post.title' target='_blank' title='Bookmark using any bookmark manager!'&gt;&lt;img src='http://s9.addthis.com/button1-bm.gif' width='125' height='16' style='border: 0px; padding: 0px' alt='AddThis Social Bookmark Button' /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;!-- AddThis Bookmark Post Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36756822-6682290082256498676?l=wddc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wddc.blogspot.com/feeds/6682290082256498676/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=36756822&amp;postID=6682290082256498676' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/6682290082256498676'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/6682290082256498676'/><link rel='alternate' type='text/html' href='http://wddc.blogspot.com/2007/12/free-international-calling-real-deal.html' title='Free international calling : The real deal !!'/><author><name>Cassanova</name><uri>http://www.blogger.com/profile/00460787566132621211</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17377075250157308532'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36756822.post-8412443674418536914</id><published>2007-12-18T06:27:00.000-08:00</published><updated>2007-12-18T06:37:03.089-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OpenSource'/><category scheme='http://www.blogger.com/atom/ns#' term='Video games'/><title type='text'>How to run games on Linux (sweet links)</title><content type='html'>The most important thing that make youngsters so attached to Windows and reject Linux distributions is running games. To solve this problem we give those links:&lt;br /&gt;&lt;br /&gt;&lt;a style="font-weight: bold; color: rgb(204, 0, 0);" href="http://www.linuxquestions.org/questions/linux-games-33/how-to-install-any-game-using-wine-584247/"&gt;How to install any game using Wine?&lt;/a&gt;&lt;br /&gt;This question was asked in the Linuxquestions.org and largely discussed. It mainly deals with the best tools to run games on Linux such as Wine and VMware.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;Linux games lists:&lt;/span&gt;&lt;br /&gt;You can find here some Opensource games easy to set up. Those websites use lists sorted by the gaming type, developers and liscence.&lt;br /&gt;&lt;a style="font-weight: bold;" href="http://icculus.org/lgfaq/gamelist.php"&gt;Linux gamers' game list&lt;/a&gt;&lt;br /&gt;&lt;a style="font-weight: bold;" href="http://www.gnomefiles.org/category.php?cat_id=3"&gt;Gnome files game list&lt;/a&gt;&lt;br /&gt;&lt;a href="http://frankscorner.org/"&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;Frank's Corner&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;Frank is a linux user. His blog is about how to run windows applications on Linux. In this website you can find how to run a huge list of games using Wine. Most of them need to be installed in Windows first then run them on Linux and this is his list of games that worked on Linux using Wine :&lt;br /&gt;&lt;blockquote&gt;&lt;span style="color: rgb(0, 153, 0); font-family: verdana; font-weight: bold;"&gt;First person shooters&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Call Of duty&lt;br /&gt;Code Red&lt;br /&gt;Counter-Strike&lt;br /&gt;Delta force&lt;br /&gt;Delta Force 2&lt;br /&gt;Gore&lt;br /&gt;Half-life&lt;br /&gt;Half-life 2&lt;br /&gt;Hitman 2: Silent Assassin&lt;br /&gt;Jedi Knight: Dark Forces 2&lt;br /&gt;Gunman Chronicles&lt;br /&gt;Jedi Knight 2: Jedi Outcast&lt;br /&gt;Heavy Metal FAKK 2&lt;br /&gt;Kingpin: Life Of Crime&lt;br /&gt;Max Payne&lt;br /&gt;Quake 2&lt;br /&gt;Quake 3 Arena&lt;br /&gt;Sin&lt;br /&gt;Soldier Of Fortune&lt;br /&gt;Soldier Of Fortune 2&lt;br /&gt;Steam&lt;br /&gt;Starsiege Tribes&lt;br /&gt;Unreal&lt;br /&gt;Unreal Tournament&lt;br /&gt;Wolfenstein - Enemy Territory&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 153, 0);"&gt;Action&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;AquaPop&lt;br /&gt;Billy Bob&lt;br /&gt;Bomber Mania&lt;br /&gt;Daiktana&lt;br /&gt;Duke Nukem: Manhattan Project&lt;br /&gt;Galaxy Invaders&lt;br /&gt;Gem Mine&lt;br /&gt;GeneRally&lt;br /&gt;Grand Theft Auto&lt;br /&gt;Grand Theft Auto: Vice City&lt;br /&gt;Highway Pursuit&lt;br /&gt;Jazz Jackrabbit 2&lt;br /&gt;JBall&lt;br /&gt;Lode Runner Online&lt;br /&gt;Mageslayer&lt;br /&gt;Mummy's Curse&lt;br /&gt;Naval Strike&lt;br /&gt;Onslaught&lt;br /&gt;Pacmanic Christmas&lt;br /&gt;Pacmanic Worlds&lt;br /&gt;Sky Fire&lt;br /&gt;Snowball&lt;br /&gt;Starball&lt;br /&gt;South Park Mario Bro 2&lt;br /&gt;Tank Assault&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 153, 0);"&gt;RPG/adventure&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;American McGee's Alice&lt;br /&gt;Avernum&lt;br /&gt;Avernum 2&lt;br /&gt;Avernum 3&lt;br /&gt;Baldur's Gate&lt;br /&gt;Blades Of Avernum&lt;br /&gt;Blades Of Exile&lt;br /&gt;Dark Earth&lt;br /&gt;Exile: Escape From The Pit&lt;br /&gt;Deus Ex&lt;br /&gt;Diablo 2&lt;br /&gt;Heretic 2&lt;br /&gt;Icewind Dale&lt;br /&gt;Nethergate&lt;br /&gt;Planescape Torment&lt;br /&gt;Rune&lt;br /&gt;Wizardy 8&lt;br /&gt;World Of Warcraft&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 153, 0);"&gt;Strategy&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Caesar 3&lt;br /&gt;Command &amp;amp; Conquer&lt;br /&gt;Command &amp;amp; Conquer: Red Alert&lt;br /&gt;Command &amp;amp; Conquer: Tiberian Sun&lt;br /&gt;Commandos - Behind Enemy Lines&lt;br /&gt;Cyberstorm 2: Corporate Wars&lt;br /&gt;Emperor&lt;br /&gt;Europa Universalis&lt;br /&gt;Final Liberation: Warhammer Epic 40,000&lt;br /&gt;Pharaoh&lt;br /&gt;Starcraft&lt;br /&gt;Steel Panthers: World At War&lt;br /&gt;Stronghold: Crusader&lt;br /&gt;Sudden Strike&lt;br /&gt;Total Annihilation&lt;br /&gt;Warcraft 3&lt;br /&gt;Warcraft 3: Frozen Throne&lt;br /&gt;Zeus - Master of Olympus &lt;/blockquote&gt;This list is huge! If frank can do it you can do it. All you need is patience ... Now get back to work!!&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Bookmark Post Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:href='"http://www.addthis.com/bookmark.php?pub=cassanova&amp;amp;url=" + data:post.url + "&amp;amp;title=" + data:post.title' target='_blank' title='Bookmark using any bookmark manager!'&gt;&lt;img src='http://s9.addthis.com/button1-bm.gif' width='125' height='16' style='border: 0px; padding: 0px' alt='AddThis Social Bookmark Button' /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;!-- AddThis Bookmark Post Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36756822-8412443674418536914?l=wddc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wddc.blogspot.com/feeds/8412443674418536914/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=36756822&amp;postID=8412443674418536914' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/8412443674418536914'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/8412443674418536914'/><link rel='alternate' type='text/html' href='http://wddc.blogspot.com/2007/12/how-to-run-games-on-linux-sweet-links.html' title='How to run games on Linux (sweet links)'/><author><name>Cassanova</name><uri>http://www.blogger.com/profile/00460787566132621211</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17377075250157308532'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36756822.post-3672747876516534458</id><published>2007-12-11T04:24:00.000-08:00</published><updated>2007-12-11T04:29:25.283-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OpenSource'/><title type='text'>Every video fan must have : A free and full featured DVD ripper</title><content type='html'>Once we install the Linux on our desktop, the first thing we want to make sure it works properly is our media files : music and video files. We talked too much about music tools. It's time to have a clue about some powerful video tools.&lt;br /&gt;&lt;br /&gt;DVD::RIP is mainly written in Perl, made to provide users an easy way to rip and transcode dvd. What makes this tool so special among others is the huge number of features:&lt;br /&gt;This tool is able to &lt;span style="font-weight: bold;"&gt;support almost all major video codecs&lt;/span&gt; : Divx, Xvid, mpeg1, mpeg2,ffmpeg.  That means that you can rip your DVD to any video type you want. It also uses Divx/Xvid multipass encoding. The transcoding process uses video filters with realtime configuration and a &lt;span style="font-weight: bold;"&gt;live transcoding preview window &lt;/span&gt;so you can make sure that your video is doing alright. You can also adjust every possible parameter of your zoom manually. The resizing modes are two : the fast one and high quality one.&lt;br /&gt;The best thing in this tool is its manipulation of the audio data while the transcoding. It's able to &lt;span style="font-weight: bold;"&gt;rip as much audio tracks as you want to AVI/OGG/SVCD&lt;/span&gt; file. It &lt;span style="font-weight: bold;"&gt;also allows you to encode MP3&lt;/span&gt;, to maximize audio volume and range compression, to create WAV file form a selected audio track,render subtitle and create vosub... It supports OGG/Vorbis. It's easy to use your CD burning facility with this tool and much more other features&lt;br /&gt;&lt;a style="font-weight: bold;" href="http://www.exit1.org/dvdrip/"&gt;Dvd::rip home page&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.exit1.org/dvdrip/doc/img/shots/clip_zoom.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="http://www.exit1.org/dvdrip/doc/img/shots/clip_zoom.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Bookmark Post Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:href='"http://www.addthis.com/bookmark.php?pub=cassanova&amp;amp;url=" + data:post.url + "&amp;amp;title=" + data:post.title' target='_blank' title='Bookmark using any bookmark manager!'&gt;&lt;img src='http://s9.addthis.com/button1-bm.gif' width='125' height='16' style='border: 0px; padding: 0px' alt='AddThis Social Bookmark Button' /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;!-- AddThis Bookmark Post Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36756822-3672747876516534458?l=wddc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wddc.blogspot.com/feeds/3672747876516534458/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=36756822&amp;postID=3672747876516534458' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/3672747876516534458'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/3672747876516534458'/><link rel='alternate' type='text/html' href='http://wddc.blogspot.com/2007/12/every-video-fan-must-have-free-and-full.html' title='Every video fan must have : A free and full featured DVD ripper'/><author><name>Cassanova</name><uri>http://www.blogger.com/profile/00460787566132621211</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17377075250157308532'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36756822.post-6795207677257160893</id><published>2007-12-04T03:12:00.000-08:00</published><updated>2007-12-04T03:34:42.901-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OpenSource'/><title type='text'>Edit sounds like a pro !</title><content type='html'>You're a music fan and Linux user. the combination was a little bit hard to satisfy because proprietary sound editing software are expensive now let's find a solution. I'm trying to cater to music lovers as &lt;a style="font-weight: bold;" href="http://wddc.blogspot.com/2007/12/play-mp3-on-linux-have-never-been-that.html"&gt;I did with Gnormalize&lt;/a&gt; now let's get a bit more professional and find some useful sound editing tools.&lt;br /&gt;I'm suggesting &lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;Audacity&lt;/span&gt;: &lt;span style="font-style: italic; color: rgb(102, 0, 0);"&gt;The Free, Cross-Platform Sound Editor&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.siteduzero.com/uploads/fr/files/79001_80000/79073.png"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 115px; height: 115px;" src="http://www.siteduzero.com/uploads/fr/files/79001_80000/79073.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Audacity is an OpenSource software which allows you to manipulate digital audio data. The Audacity author is Dominic Mazzoni, an ex-NASA engineer and a Google engineer. Now he has a crew of 20 developers and 30 translators to help him.&lt;br /&gt;The most important feature of Audacity is the ability to &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;record digital sound via micro/cd... &lt;/span&gt;and treat it by manipulating and exporting using multiple filters and &lt;span style="color: rgb(204, 0, 0); font-weight: bold;"&gt;extra effects&lt;/span&gt; like &lt;span style="font-weight: bold;"&gt;pitch, tempo, noise reduction, equalizer, Fourier filters, increasing precise frequencies, compression, amplification, normalization, echo, phaser, wahwah, inversion&lt;/span&gt;. It also allows you to &lt;span style="font-weight: bold;"&gt;convert CDs and tapes to a digital support&lt;/span&gt;.&lt;br /&gt;Audacity is considered as an alternative to some professional proprietary software like sound edit of Macromedia! It's also &lt;span style="font-style: italic; font-weight: bold;"&gt;an Award winner&lt;/span&gt; from sourceforge.org considered as the best multimedia project of 2007 ! It works on Linux/Unix, mac OS X and Windows.&lt;br /&gt;&lt;br /&gt;Now what are you waiting for to get your Free copy ? ... and let us see some of your art pieces !&lt;br /&gt;All you need to do is to visit the &lt;a style="font-weight: bold;" href="http://audacity.sourceforge.net/download/"&gt;Audacity home page&lt;/a&gt; and you'll find all what you need to install it properly.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://audacity.sourceforge.net/about/images/audacity-linux-small.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 200px;" src="http://audacity.sourceforge.net/about/images/audacity-linux-small.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://audacity.sourceforge.net/about/images/audacity-windows-small.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 200px;" src="http://audacity.sourceforge.net/about/images/audacity-windows-small.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;More screenshots&lt;a href="http://audacity.sourceforge.net/about/screenshots"&gt; here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Bookmark Post Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:href='"http://www.addthis.com/bookmark.php?pub=cassanova&amp;amp;url=" + data:post.url + "&amp;amp;title=" + data:post.title' target='_blank' title='Bookmark using any bookmark manager!'&gt;&lt;img src='http://s9.addthis.com/button1-bm.gif' width='125' height='16' style='border: 0px; padding: 0px' alt='AddThis Social Bookmark Button' /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;!-- AddThis Bookmark Post Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36756822-6795207677257160893?l=wddc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wddc.blogspot.com/feeds/6795207677257160893/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=36756822&amp;postID=6795207677257160893' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/6795207677257160893'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/6795207677257160893'/><link rel='alternate' type='text/html' href='http://wddc.blogspot.com/2007/12/edit-sounds-like-pro.html' title='Edit sounds like a pro !'/><author><name>Cassanova</name><uri>http://www.blogger.com/profile/00460787566132621211</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17377075250157308532'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36756822.post-5465710426089394747</id><published>2007-12-02T09:12:00.000-08:00</published><updated>2007-12-02T10:12:59.196-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OpenSource'/><title type='text'>Playing MP3 on Linux have never been that easy !</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://gnormalize.sourceforge.net/gnormalize-cdplayer.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 200px;" src="http://gnormalize.sourceforge.net/gnormalize-cdplayer.jpg" alt="" border="0" /&gt;&lt;/a&gt;Let's Imagine this situation : " you're a Linux newbie and you have just got the ubuntu CD. You were so happy about it , after some hustle and bustle you could install it properly on your PC then you opened your music directory looking for an old MP3 file you want to play it loud so you can celebrate your new achievement... And BING : " Cannot open this file !! " you click over and over again, you change the song and the same thing occurs. Finally you find out that your Linux can't play MP3. You curse the linux and maybe you'll blame who told you about it."&lt;br /&gt;&lt;br /&gt;You could prevent that if you come across this article before. Maybe you should send it to your Linux newbie friends so they won't hate Linux for preventing them from playing their music because we will show you how to play all music file type.&lt;br /&gt;&lt;br /&gt;All you need to do is to set up gnormalize. It's an audio converter and it allows you &lt;span style="font-weight: bold;"&gt;to decode these MP3/MP4/MPC/OGG/APE/FLAC file to WAV&lt;/span&gt; so you can play it on your PC. With gnormalize you can also&lt;span style="font-weight: bold;"&gt; extract an audio CD&lt;/span&gt; and output as other audio format (MP3,MP4,MPC,OGG,APE,FLAC,WAV).&lt;br /&gt;&lt;br /&gt;This software requires some programs to be installed first. Not all of them it depend on what you need gnormalize for. We will put only what you need to&lt;span style="font-weight: bold;"&gt; play MP3 on Linux&lt;/span&gt; :&lt;br /&gt;&lt;ol&gt;&lt;li&gt;You need &lt;a style="font-weight: bold;" href="http://gtk2-perl.sourceforge.net/"&gt;perl-Gtk2&lt;/a&gt; &lt;/li&gt;&lt;li&gt;You need &lt;a style="font-weight: bold;" href="http://lame.sourceforge.net/download.html"&gt;lame&lt;/a&gt; &lt;/li&gt;&lt;li&gt;You need &lt;a style="font-weight: bold;" href="http://normalize.nongnu.org/"&gt;normalize&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;To download this software:&lt;br /&gt;&lt;a style="font-weight: bold;" href="http://www.blogger.com/gnormalize-0.53-1.noarch.rpm"&gt;RPM package&lt;/a&gt; ( mandriva, Fedora, RedHat...)&lt;a href="http://prdownloads.sourceforge.net/gnormalize/gnormalize-0.53-1.noarch.rpm?download" target="_parent"&gt;&lt;/a&gt;&lt;br /&gt;&lt;a style="font-weight: bold;" href="http://mentors.debian.net/debian/pool/main/g/gnormalize/"&gt;Debian package&lt;/a&gt; ( Debian, Ubuntu...)&lt;br /&gt;&lt;center&gt; &lt;p&gt;&lt;a href="http://prdownloads.sourceforge.net/gnormalize/gnormalize-0.53.tar.gz?download" target="_parent"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/center&gt;&lt;blockquote style="font-family: courier new;"&gt;&lt;center&gt;&lt;p&gt;&lt;a href="http://prdownloads.sourceforge.net/gnormalize/gnormalize-0.53.tar.gz?download" target="_parent"&gt;gnormalize-0.53.tar.gz&lt;/a&gt; or &lt;a href="http://www.gnomefiles.org/app.php?soft_id=736" target="_parent"&gt;http://www.gnomefiles.org/&lt;/a&gt; (release notes).&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;/center&gt; With root privilege, execute the bash script commands to install gnormalize:&lt;br /&gt;tar zxvf gnormalize-version.tar.gz&lt;br /&gt;cd gnormalize-version/&lt;br /&gt;                    ./install&lt;/blockquote&gt;&lt;br /&gt;If you need other optional features on gnormalize you can check&lt;a href="http://gnormalize.sourceforge.net/"&gt; the Gnormalize profile on sourceforge.org&lt;/a&gt; and here are some screenshots of gnormalize&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://sourceforge.net/dbimage.php?id=19056"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px;" src="https://sourceforge.net/dbimage.php?id=19056" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.gnomefiles.org/author.php?author_id=687"&gt;the author of gnormalize&lt;/a&gt;&lt;a href="http://gnormalize.sourceforge.net/"&gt;&lt;br /&gt;Source of information&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Bookmark Post Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:href='"http://www.addthis.com/bookmark.php?pub=cassanova&amp;amp;url=" + data:post.url + "&amp;amp;title=" + data:post.title' target='_blank' title='Bookmark using any bookmark manager!'&gt;&lt;img src='http://s9.addthis.com/button1-bm.gif' width='125' height='16' style='border: 0px; padding: 0px' alt='AddThis Social Bookmark Button' /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;!-- AddThis Bookmark Post Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36756822-5465710426089394747?l=wddc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wddc.blogspot.com/feeds/5465710426089394747/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=36756822&amp;postID=5465710426089394747' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/5465710426089394747'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/5465710426089394747'/><link rel='alternate' type='text/html' href='http://wddc.blogspot.com/2007/12/play-mp3-on-linux-have-never-been-that.html' title='Playing MP3 on Linux have never been that easy !'/><author><name>Cassanova</name><uri>http://www.blogger.com/profile/00460787566132621211</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17377075250157308532'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36756822.post-4501444726044684080</id><published>2007-11-28T15:08:00.000-08:00</published><updated>2007-11-28T15:13:12.239-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><title type='text'>Thoughts about Google's online storage service : Google Drive</title><content type='html'>Wall street journal has revealed that Google is preparing to announce a new online storage service. This service will allow users to upload their data on google's servers and use whenever they want.&lt;br /&gt;Google Drive will be compatible with PC and mobile phones. All files will be accepted : documents, music, films, pictures.. etc. Google's challenge is to make this service available all the time so they won't give the user a hard time! Google is planning to make it easy to access to the service and there will be some fees on unlimited storage. Yahoo and Microsoft have the same service but Google's project will be definitely bigger.&lt;br /&gt;&lt;br /&gt;Some critics around the upcoming service mainly about the illicit uploads. In the opposite side some privacy defenders are upset with manipulating the users data. Some will be sent and never seen again!&lt;br /&gt;&lt;br /&gt;Just to answer those. Google had it all : mails, photos, address book and blogs what the difference would it make if he gets our data too?! This keeps me wondering again :"&lt;a style="font-weight: bold;" href="http://wddc.blogspot.com/2007/11/is-google-monopoly.html"&gt; Is Google a monopoly?&lt;/a&gt;"&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Bookmark Post Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:href='"http://www.addthis.com/bookmark.php?pub=cassanova&amp;amp;url=" + data:post.url + "&amp;amp;title=" + data:post.title' target='_blank' title='Bookmark using any bookmark manager!'&gt;&lt;img src='http://s9.addthis.com/button1-bm.gif' width='125' height='16' style='border: 0px; padding: 0px' alt='AddThis Social Bookmark Button' /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;!-- AddThis Bookmark Post Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36756822-4501444726044684080?l=wddc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wddc.blogspot.com/feeds/4501444726044684080/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=36756822&amp;postID=4501444726044684080' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/4501444726044684080'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/4501444726044684080'/><link rel='alternate' type='text/html' href='http://wddc.blogspot.com/2007/11/thoughts-about-googles-online-storage.html' title='Thoughts about Google&apos;s online storage service : Google Drive'/><author><name>Cassanova</name><uri>http://www.blogger.com/profile/00460787566132621211</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17377075250157308532'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36756822.post-8023536096077693482</id><published>2007-11-28T06:27:00.000-08:00</published><updated>2007-11-28T06:44:14.227-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Programming'/><category scheme='http://www.blogger.com/atom/ns#' term='Webmastering'/><title type='text'>Graphic solutions for web developers.</title><content type='html'>A web developer isn't a designer. You can be a PHP genius but you you're pages won't be attractive as some designers do. I feel frustrated when my own PHP chat page was badly presented while I spent hours to fix the code. I'm not a photoshop expert and I really don't have the artistic touch to treat pictures and create my own banners and buttons. Fortunately, we can find everything we need on the net.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(153, 0, 0);"&gt;The round corners pictures&lt;/span&gt;.&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.roundpic.com/img/what.gif"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 200px;" src="http://www.roundpic.com/img/what.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Round corners was my first source of frustration until I found &lt;a style="font-weight: bold;" href="http://www.roundpic.com/index.php"&gt;this website&lt;/a&gt; which allows you to get your round picture in a second ! Round corner pictures are really sweet to present and I highly recommend it.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0); font-weight: bold;"&gt;Curvy corners&lt;/span&gt;&lt;br /&gt;Still dealing with the same problem here; the curvy corners. I liked &lt;a style="font-weight: bold;" href="http://www.curvycorners.net/"&gt;the website&lt;/a&gt; dedicated for this issue. It gives you some tips and tutorials about making your own curvy corners and how to blend your header with the background color.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.curvycorners.net/images/header.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 446px; height: 126px;" src="http://www.curvycorners.net/images/header.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(153, 0, 0);"&gt;Javascript effects&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.softcomplex.com/products/tigra_menu/javascript_menu_builder.gif"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 200px;" src="http://www.softcomplex.com/products/tigra_menu/javascript_menu_builder.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Actually I don't recommend to use too much javascript in your page even if you like the effect that it makes because it will slow down your page loading and your visitor will hit the "X" button before he can see anything of your content but there are some light scripts that you can use as the javascript menu.&lt;br /&gt;All you need to do is to download a javascript editor &lt;a style="font-weight: bold;" href="http://www.yaldex.com/"&gt;like this one &lt;/a&gt; and start to make your own scripts or download this&lt;a style="font-weight: bold;" href="http://www.softcomplex.com/products/tigra_menu/"&gt; free javascript menu maker&lt;/a&gt; .&lt;br /&gt;Beware that you're code must fit most browsers or else your visitors will start complaining abou the bugs on you page.&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Bookmark Post Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:href='"http://www.addthis.com/bookmark.php?pub=cassanova&amp;amp;url=" + data:post.url + "&amp;amp;title=" + data:post.title' target='_blank' title='Bookmark using any bookmark manager!'&gt;&lt;img src='http://s9.addthis.com/button1-bm.gif' width='125' height='16' style='border: 0px; padding: 0px' alt='AddThis Social Bookmark Button' /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;!-- AddThis Bookmark Post Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36756822-8023536096077693482?l=wddc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wddc.blogspot.com/feeds/8023536096077693482/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=36756822&amp;postID=8023536096077693482' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/8023536096077693482'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/8023536096077693482'/><link rel='alternate' type='text/html' href='http://wddc.blogspot.com/2007/11/graphic-solutions-for-web-developers.html' title='Graphic solutions for web developers.'/><author><name>Cassanova</name><uri>http://www.blogger.com/profile/00460787566132621211</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17377075250157308532'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36756822.post-2397752621163164614</id><published>2007-11-25T09:51:00.000-08:00</published><updated>2007-11-25T09:57:53.596-08:00</updated><title type='text'>France forbids illicit downloads</title><content type='html'>After we witnessed &lt;a href="http://wddc.blogspot.com/2007/11/lot-of-noise-around-peer-to-peer.html"&gt;some acts around Peer to peer network in USA&lt;/a&gt; now the French government aims to make some regulations to forbid illicit download.&lt;br /&gt;This will to &lt;a href="http://www.nytimes.com/2007/11/24/technology/24internet.html?ref=business"&gt;fight unauthorized downloading&lt;/a&gt; come from the highest scale of the French government. It was illustrated in the statements of Nicolas Sarcozy, The president of France : &lt;blockquote style="font-style: italic;"&gt;"We run the risk of witnessing a genuine destruction of culture ....."&lt;/blockquote&gt;And for describing the situation of Internet nowadays he added : &lt;blockquote style="font-style: italic;"&gt;" a lawless zone where outlaws can pillage works with abandon or, worse, trade in them in total impunity. And on whose backs? On artists’ backs.”&lt;/blockquote&gt;The government was to pushed to act from the whole film and music industry so it has come to an agreement with Internet providers to warn their users with messages if they download illegally and they will cut their Internet access if they ignore the warning.&lt;br /&gt;Now fighting illicit download is becoming an international movement. governments are trying to put more regulations to forbid it so what comes next ?&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Bookmark Post Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:href='"http://www.addthis.com/bookmark.php?pub=cassanova&amp;amp;url=" + data:post.url + "&amp;amp;title=" + data:post.title' target='_blank' title='Bookmark using any bookmark manager!'&gt;&lt;img src='http://s9.addthis.com/button1-bm.gif' width='125' height='16' style='border: 0px; padding: 0px' alt='AddThis Social Bookmark Button' /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;!-- AddThis Bookmark Post Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36756822-2397752621163164614?l=wddc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wddc.blogspot.com/feeds/2397752621163164614/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=36756822&amp;postID=2397752621163164614' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/2397752621163164614'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/2397752621163164614'/><link rel='alternate' type='text/html' href='http://wddc.blogspot.com/2007/11/france-forbids-illicit-downloads.html' title='France forbids illicit downloads'/><author><name>Cassanova</name><uri>http://www.blogger.com/profile/00460787566132621211</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17377075250157308532'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36756822.post-7800010701704321254</id><published>2007-11-25T09:25:00.000-08:00</published><updated>2007-11-25T09:34:02.017-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OpenSource'/><category scheme='http://www.blogger.com/atom/ns#' term='CMS'/><title type='text'>PHPBoost for web newbies</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.siteduzero.com/uploads/fr/files/92001_93000/92794.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 123px; height: 159px;" src="http://www.siteduzero.com/uploads/fr/files/92001_93000/92794.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;PHPBoost is an Open Source CMS dedicated to Web newbies, developed by a member of the francophone SDZ programming community. This CMS can be a solution for people who wish to make a dynamic website without having any PHP programming experience. Thus, newbies can install it in few clicks and easily edit their content via the Framework given by PHPboost.&lt;br /&gt;These are the main criteria of PHPboost 2.0 :&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;GNU/GPL liscence.&lt;/li&gt;&lt;li&gt;strict and semantic xhtml 1.0 code&lt;/li&gt;&lt;li&gt;Multilingual&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Easy to edit ; contains many themes and templates&lt;/li&gt;&lt;li&gt;Good users management ( groups...roles..)&lt;/li&gt;&lt;li&gt;Url rewriting&lt;/li&gt;&lt;li&gt;Automated updates&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Although you can create your own design thanks to the templates system, the addons given by the CMS are enough to resond to all you needs. There is also a good documentation (fr) to help you.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.phpboost.com/news/news.php"&gt;try PHPboost&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Bookmark Post Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:href='"http://www.addthis.com/bookmark.php?pub=cassanova&amp;amp;url=" + data:post.url + "&amp;amp;title=" + data:post.title' target='_blank' title='Bookmark using any bookmark manager!'&gt;&lt;img src='http://s9.addthis.com/button1-bm.gif' width='125' height='16' style='border: 0px; padding: 0px' alt='AddThis Social Bookmark Button' /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;!-- AddThis Bookmark Post Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36756822-7800010701704321254?l=wddc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wddc.blogspot.com/feeds/7800010701704321254/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=36756822&amp;postID=7800010701704321254' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/7800010701704321254'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/7800010701704321254'/><link rel='alternate' type='text/html' href='http://wddc.blogspot.com/2007/11/phpboost-for-web-newbies.html' title='PHPBoost for web newbies'/><author><name>Cassanova</name><uri>http://www.blogger.com/profile/00460787566132621211</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17377075250157308532'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36756822.post-6829493022459992871</id><published>2007-11-24T13:34:00.000-08:00</published><updated>2007-11-30T15:14:44.926-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blog tips'/><title type='text'>Successful bloggers full story : Bryan Clark</title><content type='html'>I think it's encouraging to tell you some stories of successful bloggers. If they can do it so do you. I won't be talking about those blogging "superstars" as John Chow and others like him.. I will be talking about people who started from scratch and were so determinant to achieve their goals. I'm talking about somebody who were able to make a great success in a really short period of time. It's &lt;a href="http://bryansjourney.com/"&gt;Bryan Clark&lt;/a&gt; with the "One Man's Goal" blog. Bryan's goal intended to create a respectable income by being a full time blogger within 365 days and &lt;span style="font-weight: bold;"&gt;after only four months &lt;/span&gt;&lt;a style="font-weight: bold;" href="http://www.sitepoint.com/marketplace/auction/15479"&gt;he sold his blog for $8,500&lt;/a&gt;&lt;span style="font-weight: bold;"&gt; !!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul style="font-weight: bold;"&gt;&lt;li&gt; One Man’s Goal was 4 months old&lt;/li&gt;&lt;li&gt; Pagerank 4&lt;/li&gt;&lt;li&gt; Over 10,000 backlinks&lt;/li&gt;&lt;li&gt; 1,500 daily pageviews&lt;/li&gt;&lt;li&gt; 750-1,000 daily unique visitors&lt;/li&gt;&lt;li&gt; $941.27 Last Month&lt;/li&gt;&lt;li&gt; SOLD for $8,500&lt;/li&gt;&lt;/ul&gt;&lt;a href="http://onemansgoal.com/"&gt;&lt;br /&gt;Onemansgoal.com&lt;/a&gt; niche was about blog monetization. Traffic sources were mainly from social bookmarking sites, specially Stumble Upon. Monetization methods were from direct advertising, paid posts and adsense. Bryan Clark was so active and able to post one quality article per day. His writing style is original and able attract readers.&lt;br /&gt;The blog was put on auction in site point and sold to Austin Long. You may be wondering why he put so much money in such young blog? Let me tell you that Austin was intelligent because he gained a loyal audience that he probably couldn't create it and his investment will give its fruits soon.&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Bookmark Post Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:href='"http://www.addthis.com/bookmark.php?pub=cassanova&amp;amp;url=" + data:post.url + "&amp;amp;title=" + data:post.title' target='_blank' title='Bookmark using any bookmark manager!'&gt;&lt;img src='http://s9.addthis.com/button1-bm.gif' width='125' height='16' style='border: 0px; padding: 0px' alt='AddThis Social Bookmark Button' /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;!-- AddThis Bookmark Post Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36756822-6829493022459992871?l=wddc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wddc.blogspot.com/feeds/6829493022459992871/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=36756822&amp;postID=6829493022459992871' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/6829493022459992871'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/6829493022459992871'/><link rel='alternate' type='text/html' href='http://wddc.blogspot.com/2007/11/successful-bloggers-full-story-bryan.html' title='Successful bloggers full story : Bryan Clark'/><author><name>Cassanova</name><uri>http://www.blogger.com/profile/00460787566132621211</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17377075250157308532'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36756822.post-3358661945097512671</id><published>2007-11-19T14:35:00.000-08:00</published><updated>2007-11-19T14:41:53.678-08:00</updated><title type='text'>A lot of noise around Peer-to-Peer</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.dps.unc.edu/dps/disability/P2P.gif"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 200px;" src="http://www.dps.unc.edu/dps/disability/P2P.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;As many of Internet users were so excited to use the file sharing system P2P. Many producers find it very difficult to live with such network by considering it a violation to their copyright. Some universities are paying money to cut P2P from their network and investing in producing anti-P2P software.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;div style="text-align: left; font-style: italic;"&gt;&lt;blockquote&gt;Today, the university uses a nearly $60,000 software and hardware package from Audible Magic to stop file sharing on its network and pays about $16,000 for support, maintenance and regular database updates that allow the system, called CopySense, to detect newly released music.&lt;/blockquote&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Peer to peer has another problem with traffic filtering efforts and data control. &lt;a href="http://www.businessweek.com/technology/content/nov2007/tc20071118_336100.htm?chan=technology_technology+index+page_top+stories"&gt;Comcast is having some accusations about manipulating data floods&lt;/a&gt; and bandwith and cut roads to P2P.&lt;br /&gt;&lt;blockquote style="font-style: italic;"&gt;Comcast denies it has blocked any traffic outright, but admits to using "network management" techniques to handle the rising tide of peer-to-peer traffic, and thereby maintain service for all of its other customers&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Will we see some regulations forbidding using this network ? We know that there are giant proprietary software makers which aren't very comfortable with P2P and they are very powerful and can easily create any rule they won't.&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Bookmark Post Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:href='"http://www.addthis.com/bookmark.php?pub=cassanova&amp;amp;url=" + data:post.url + "&amp;amp;title=" + data:post.title' target='_blank' title='Bookmark using any bookmark manager!'&gt;&lt;img src='http://s9.addthis.com/button1-bm.gif' width='125' height='16' style='border: 0px; padding: 0px' alt='AddThis Social Bookmark Button' /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;!-- AddThis Bookmark Post Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36756822-3358661945097512671?l=wddc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wddc.blogspot.com/feeds/3358661945097512671/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=36756822&amp;postID=3358661945097512671' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/3358661945097512671'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/3358661945097512671'/><link rel='alternate' type='text/html' href='http://wddc.blogspot.com/2007/11/lot-of-noise-around-peer-to-peer.html' title='A lot of noise around Peer-to-Peer'/><author><name>Cassanova</name><uri>http://www.blogger.com/profile/00460787566132621211</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17377075250157308532'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36756822.post-8770159661743273961</id><published>2007-11-19T11:36:00.000-08:00</published><updated>2007-11-19T11:39:21.183-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><title type='text'>Is google a monopoly?</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://blog.scifi.com/tech/pics/google_dilemma.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 320px;" src="http://blog.scifi.com/tech/pics/google_dilemma.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Through the last ten years google has been growing fast, gaining many loyal users and creating a huge business opportunities around it as advertising and search engine optimization. Other companies have tried to imitate the google way of work and started to create its own text advertising programs, even started to compete Google adsense in the web advertising market.&lt;br /&gt;&lt;br /&gt;Moreover, google's page rank has become a very trusted criterion in websites evaluation. Highest PR owners sells more expensive ad spots and even in website markets as SitePoint (where people buy and sell websites) people refer to PR to fix their first price.&lt;br /&gt;&lt;br /&gt;And here we come to the point where google used his weapons to kick his competitors by cutting down PR from their affiliates. So is that an antitrust move? PR is google's tool and he can make what he wants with it...&lt;br /&gt;&lt;br /&gt;Google has also slammed paid links users and cut off their PR. As we all know google is responsible of the relevance of his search results and he don't want to have links to show up first because its owner paid more ! But don't you think that Google exaggerated by cutting down PR that way? I think that wasn't because of the relevance of the search engine but to make bloggers and webmasters get away for paid links programs as payperpost. Because these programs were loved by bloggers because they generate a respectable revenue and for advertisers because it creates better keyword density to their link.&lt;br /&gt;&lt;br /&gt;Finally, I am afraid that Google gets to the point to be a beast that can not be fed and turn into a manipulator of the whole network because it started to show some signs of Power and monopoly... What do you think?&lt;div class="blogger-post-footer"&gt;&lt;!-- AddThis Bookmark Post Button BEGIN --&gt;
&lt;div&gt;&lt;a expr:href='"http://www.addthis.com/bookmark.php?pub=cassanova&amp;amp;url=" + data:post.url + "&amp;amp;title=" + data:post.title' target='_blank' title='Bookmark using any bookmark manager!'&gt;&lt;img src='http://s9.addthis.com/button1-bm.gif' width='125' height='16' style='border: 0px; padding: 0px' alt='AddThis Social Bookmark Button' /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;!-- AddThis Bookmark Post Button END --&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/36756822-8770159661743273961?l=wddc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wddc.blogspot.com/feeds/8770159661743273961/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=36756822&amp;postID=8770159661743273961' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/8770159661743273961'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36756822/posts/default/8770159661743273961'/><link rel='alternate' type='text/html' href='http://wddc.blogspot.com/2007/11/is-google-monopoly.html' title='Is google a monopoly?'/><author><name>Cassanova</name><uri>http://www.blogger.com/profile/00460787566132621211</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17377075250157308532'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry></feed>