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

<channel>
	<title>database &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/database/</link>
	<description>Feed of posts on WordPress.com tagged "database"</description>
	<pubDate>Wed, 15 Oct 2008 22:08:26 +0000</pubDate>

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

<item>
<title><![CDATA[ORACLE initialization or shutdown in progress]]></title>
<link>http://gleew.wordpress.com/?p=97</link>
<pubDate>Wed, 15 Oct 2008 20:43:32 +0000</pubDate>
<dc:creator>SnapJag</dc:creator>
<guid>http://gleew.pl.wordpress.com/2008/10/15/oracle-shutdown-in-progress/</guid>
<description><![CDATA[Error &#8220;ORA-01033 ORACLE initialization or shutdown in progress&#8221; plagued me twice, not a ]]></description>
<content:encoded><![CDATA[<p>Error "ORA-01033 ORACLE initialization or shutdown in progress" plagued me twice, not a third, unprepared!</p>
<p>Since this was the second time this happened to me so I decided I should get all my ducks in a row cause if it happened twice, it will most likely happen a third time, if not to me, then to someone else.</p>
<p>The reason this happened was because my automated script that restores two databases and does everything to shut down and restart the instance got fowled up. It fowled up when I accidentally ran both scripts simultaneously. The first script did the shutdown operations, and the second script did the same. ... which then barfed everything up and locked the files and considered everything in a shutdown state.<!--more-->This is what I did to get out of it. Parts of this came from the following <a href="http://www.orafaq.com/forum/t/38120/0/" target="_blank">weblog</a> (<a href="http://www.orafaq.com/forum/t/38120/0/" target="_blank">http://www.orafaq.com/forum/t/38120/0/</a>), but it was too convoluted, and got me in the mood to put down exactly what I did. ('cause that's my real job, Systems Analysis and Design)</p>
<p>Execute the following commands to get things started.</p>
<ul>
<li>VNC to or access the oracle server in some way</li>
<li>go to a command prompt (cmd at the Start &#124; Run dialog)</li>
</ul>
<p>In the command window execute the following</p>
<ul>
<li>sqlplus /nolog</li>
<li>connect sys/change_on_install as sysdba;</li>
<li>shutdown abort;</li>
<li>startup nomount;</li>
<li>alter database mount;</li>
<li>alter database open;</li>
</ul>
<p>If an error appears like...</p>
<blockquote><p>cannot identify/lock data file 5<br />
data file 5: '&#60;filename&#62;'</p></blockquote>
<p>... then execute the following</p>
<ul>
<li>alter database datafile '&#60;filename&#62;' offline drop;</li>
<li>alter database open;</li>
</ul>
<p>If another error occurs, because another file is locked, then repeat the same command. Do these two commands until you see a "<strong>database is altered</strong>" response, and no errors. If there are other errors, they are not covered here. For me I have three database files, so it took doing those two commands three times.</p>
<h2>Successful Response</h2>
<p>Finally execute this last command</p>
<ul>
<li>shutdown immediate;</li>
</ul>
<p>And you should see this response.</p>
<blockquote><p>Database closed.<br />
Database dismounted.<br />
ORACLE instance shut down.</p></blockquote>
<h2>Test</h2>
<p>To prepare for the test make sure these commands are executed to ensure the instance is properly started.</p>
<ul>
<li> cmd prompt</li>
<li> sqlplus /nolog</li>
<li> connect sys/change_on_install as sysdba;</li>
<li> startup;</li>
</ul>
<p>Everything should come online.</p>
<p>Now test the connection with the following steps.</p>
<ul>
<li>get to a command prompt</li>
<li>sqlplus</li>
<li>username: "sys as sysdba" (without the double-quotes)</li>
<li>password: "change_on_install" (without the double-quotes)</li>
</ul>
<p>You should now be connected to the database without any errors.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Programming tips and tricks. A new feature.]]></title>
<link>http://yaosio.wordpress.com/?p=50</link>
<pubDate>Wed, 15 Oct 2008 17:00:54 +0000</pubDate>
<dc:creator>yaosio</dc:creator>
<guid>http://yaosio.pl.wordpress.com/2008/10/15/programming-tips-and-tricks-a-new-feature/</guid>
<description><![CDATA[Another feature before I quit writting for a few months again.
Relational databases are SLOW and tak]]></description>
<content:encoded><![CDATA[<p>Another feature before I quit writting for a few months again.</p>
<p>Relational databases are SLOW and take up a lot of space, worst of all they can only use whatever pet language the designers decided to use. You should use a flat text file, every modern programming language supports writing to disk and it's very easy to edit the files. You can even edit them manually if you need to make a few quick changes without bloating up your system with useless tools. My website (it's a private website so it is unlisted sorry guys), uses a savagely optimized text file for everything. All of the webpages are in it, the forums, dns, dhcp; you name it and it's in there.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[My Database Project (Part II and the last part)]]></title>
<link>http://ammiiam.wordpress.com/?p=126</link>
<pubDate>Wed, 15 Oct 2008 15:36:23 +0000</pubDate>
<dc:creator>Ammii*</dc:creator>
<guid>http://ammiiam.pl.wordpress.com/2008/10/15/my-database-project-part-ii/</guid>
<description><![CDATA[After I tried hard to write PHP code&#8230; You know what, I&#8217;m so lazy to create a new one. So]]></description>
<content:encoded><![CDATA[<p>After I tried hard to write PHP code... You know what, I'm so lazy to create a new one. So, I did copy it from book! But... It can't query my database! What's wrong w/ my computer? what???</p>
<p>......and now, I did solve my problem!!! It's bcoz of my book!!! Some mistake on it -*-</p>
<p>And here it is the page that I worked hard on it... more than 3-4 hrs -*-</p>
<p style="text-align:center;"><a href="http://ammiiam.files.wordpress.com/2008/10/logintohospitalmanagement1.jpg"><img class="size-medium wp-image-128 aligncenter" title="logintohospitalmanagement1" src="http://ammiiam.wordpress.com/files/2008/10/logintohospitalmanagement1.jpg?w=300" alt="" width="300" height="187" /></a></p>
<p>Nothing inside this page but it is the first page that i used real php with myself.</p>
<p>Then, I used my emergency version to combine with flash version. And here it is the part for administrator!!!</p>
<p style="text-align:center;"><a href="http://ammiiam.files.wordpress.com/2008/10/registerpatient.jpg"><img class="size-medium wp-image-129 aligncenter" title="registerpatient" src="http://ammiiam.wordpress.com/files/2008/10/registerpatient.jpg?w=300" alt="" width="300" height="187" /></a></p>
<p style="text-align:center;">This page is New Register for new patient. If clicked on submit and information is correct, it will show "Register Completed!" This page is really complicated in the part of SQL code. As you can see that we have to insert many thing into database. So, I have to write a lot and (absolutely) get many error in it about its type - -"</p>
<p style="text-align:center;"><a href="http://ammiiam.files.wordpress.com/2008/10/searchpage.jpg"><img class="alignnone size-medium wp-image-130" title="searchpage" src="http://ammiiam.wordpress.com/files/2008/10/searchpage.jpg?w=300" alt="" width="300" height="187" /></a></p>
<p style="text-align:center;">And this is the search page, this page also has a problem about SQL code! Actually, this page is only 80% completed. Because I used "=" instead of "LIKE" in SQL code. This is the new thing that I've just known that we can't use OR for "LIKE". Because it will run everything in our database into our result - -" Really bad!!!</p>
<p style="text-align:center;">So, while I presented to prof. Thanaruk, I used the real word like "chawisa" not "cha" or "chawi" 555+</p>
<p style="text-align:center;"><a href="http://ammiiam.files.wordpress.com/2008/10/station.jpg"><img class="alignnone size-medium wp-image-131" title="station" src="http://ammiiam.wordpress.com/files/2008/10/station.jpg?w=300" alt="" width="300" height="144" /></a></p>
<p style="text-align:center;">Next, this is the Doctor Station. This page will be used by doctor for diagnosing patients. While I presented to Dr. Thanaruk, it ran the word "Incompleted" for me!!! So, I think I lost point about this sure! After my presentation, I went back to check my problem and I found that it's because of my ERD - -"</p>
<p style="text-align:center;"><a href="http://ammiiam.files.wordpress.com/2008/10/medicineandpharmaceuticsrecord.jpg"><img class="alignnone size-medium wp-image-132" title="medicineandpharmaceuticsrecord" src="http://ammiiam.wordpress.com/files/2008/10/medicineandpharmaceuticsrecord.jpg?w=300" alt="" width="300" height="187" /></a></p>
<p style="text-align:center;">This page also can work as Doctor Station and New Register (because I copied code from New Register and adapted it lol) However, it almost not completed as Doctor Station while I presented to Dr. Thanaruk! Huh, Good luck for me lol</p>
<p style="text-align:center;"><a href="http://ammiiam.files.wordpress.com/2008/10/payment.jpg"><img class="alignnone size-medium wp-image-133" title="payment" src="http://ammiiam.wordpress.com/files/2008/10/payment.jpg?w=300" alt="" width="300" height="187" /></a></p>
<p style="text-align:center;">The last page. This page is really driving me crazy so much because I don't know what should I do with this! Actually, I should do Prescribe! But I don't have time to do it (prescribe is the page for pharmacist to get the medicine and pharmaceutics from doctor and record the number of those thing for patients).</p>
<p style="text-align:center;">So, if pharmacist didn't do anything, how can I create invoice? So, this is the cheating idea lol I pull information of invoice from database and print it out to microsoft word like this...</p>
<p style="text-align:center;"><a href="http://ammiiam.files.wordpress.com/2008/10/invoice.jpg"><img class="alignnone size-medium wp-image-134" title="invoice" src="http://ammiiam.wordpress.com/files/2008/10/invoice.jpg?w=300" alt="" width="300" height="187" /></a></p>
<p style="text-align:center;">Really stupid invoice lol. I put only 2 commands of PHP. Then, it can be print out from HTML code to ms word!!! Really amazing, isn't it? Thank you, google! I'm really sorry that I forgot the website that I got these command lines but I will put it here...</p>
<blockquote><p>header('Content-type: application/ms-word');<br />
header('Content-Disposition: attachment; filename="invoice.doc"');</p></blockquote>
<p>Dr.Thanaruk said about this page that... this is the good idea ^^" 555+ My project don't have anything perfect like the other group but let me do something which is difference from them ^^" Many thankz to Google again ^^</p>
<p>And that's all for my project - -"</p>
<p>I know that I did it not many pages as the other group. But this is my first time that I wrote php codes. (not include my lab and my exam) Moreover, I survived this project ALONE! But that's ok. Because I know that my member can't help me except asking me that... how far of our project we have? su su na am... That's ok na ja! Thanks for inserting database, drawing GUI and working with report... If I don't have anyone of you guys, maybe our projects may not be like this. Maybe it will be really worse ^^"</p>
<p>Thank you, lookgade and roong too. Thank you for letting me to sit with you girls ^^ If I lost you, maybe my project will not done ^^"</p>
<p>Thank you, my parents and my sister. Because they didn't let me to swimming pool!!! If they did, my project will not finished for sure!!!</p>
<p>Thank you for every sponcers - น้ำดื่มคริสตัล(จำนวนหลายขวด หลายไซส์), ฟูจิของอาอ๋อยกับแชมป์, น้ำเสาวรสจากตลาดนัดของแชมป์, ช็อคโกแลตที่เหลือของคุณเพื่อนๆในตู้เย็น, ปาปริก้าและขนมปังลูกเกดของลูกเกด, ข้าวอร่อยๆที่ครัวอินเตอร์, โต้รุ่งสำหรับขนมยามดึก, โปรตีนขวดฟ้าๆที่เซเว่นที่แม่ซื้อให้(ช่วยมากจริงๆ มากกว่าวิตามินบีอีก) และ อื่นๆจาก 7-ELEVEn สำหรับทุกอย่างที่เราซื้อไป</p>
<p>And... the last one, every KAM-LANG-JAI from my family and my friends^^ Some calls and sms ^^ Many thanks na ka ^^</p>
<p>...</p>
<p>ทำเสมือนว่ามันเป็นเรื่องใหญ่มาก เหมือนโปรเจ็คจบเลยคะ แต่นี่เป็นเพียงแค่ <strong>การเริ่มต้น!!!</strong></p>
<p>...</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Week 4]]></title>
<link>http://samcom425.wordpress.com/?p=60</link>
<pubDate>Wed, 15 Oct 2008 15:16:56 +0000</pubDate>
<dc:creator>samcom425</dc:creator>
<guid>http://samcom425.pl.wordpress.com/2008/10/15/week-4/</guid>
<description><![CDATA[
st1\:*{behavior:url(#ieooui) }
&lt;!&#8211;  /* Style Definitions */  p.MsoNormal, li.MsoNormal, di]]></description>
<content:encoded><![CDATA[<p><!--[if gte mso 9]&#62;  Normal 0   false false false        MicrosoftInternetExplorer4  &#60;![endif]--><!--[if gte mso 9]&#62;   &#60;![endif]--><!--[if !mso]&#62;--><br />
st1\:*{behavior:url(#ieooui) }<br />
&#60;!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0cm; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} a:link, span.MsoHyperlink 	{color:blue; 	text-decoration:underline; 	text-underline:single;} a:visited, span.MsoHyperlinkFollowed 	{color:purple; 	text-decoration:underline; 	text-underline:single;} p 	{mso-margin-top-alt:auto; 	margin-right:0cm; 	mso-margin-bottom-alt:auto; 	margin-left:0cm; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} @page Section1 	{size:612.0pt 792.0pt; 	margin:72.0pt 90.0pt 72.0pt 90.0pt; 	mso-header-margin:36.0pt; 	mso-footer-margin:36.0pt; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&#62;</p>
<p><!--[if gte mso 10]&#62;--><br />
/* Style Definitions */<br />
table.MsoNormalTable<br />
{mso-style-name:"Table Normal";<br />
mso-tstyle-rowband-size:0;<br />
mso-tstyle-colband-size:0;<br />
mso-style-noshow:yes;<br />
mso-style-parent:"";<br />
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;<br />
mso-para-margin:0cm;<br />
mso-para-margin-bottom:.0001pt;<br />
mso-pagination:widow-orphan;<br />
font-size:10.0pt;<br />
font-family:"Times New Roman";<br />
mso-ansi-language:#0400;<br />
mso-fareast-language:#0400;<br />
mso-bidi-language:#0400;}</p>
<p style="text-align:center;" align="center"><strong><span style="text-decoration:underline;">Question 7</span></strong></p>
<p>The terms and conditions for purchasing from my site are not entirely reasonable. I think this because since gametheworld operates a policy where if you see an item you like on there website you have to go to your nearest store to purchase it. What would be unreasonable about this store would be that it’s ok if you lived in a fairly populated area such as Bangor, Belfast, Newry, Dublin or Armagh where you are in fairly close access to the stores. (i.e within 5- 10 miles of one.) However if you where to live in a remote area of west Ireland such as Galway or on the bigger scale in England, Scotland, Wales or further a field in Europe or the USA, if someone wanted to by a product from there website and where currently living in one of these countries listed above they would have a problem as they would be able to select the product they wanted but they wouldn’t be able to buy it as there wouldn’t be any stores near to them. As for the returns of goods purchased from the stores around northern Ireland and Ireland if you take it back to the store you bought it in complete with the receipt then you should be able to get an exchange. For support on how to order a product or any problems with the website itself you can go to the <a title="support" href="http://www.gametheworld.com/aboutus.php" target="_blank">about us</a> section located on the main menu bar on the front page. Once there scroll down to the very bottom of the page where you can contact the main store for more information. As for the competition gametheworld has from other stores its information and purchasing section I would say is not as good as there competitors (<a title="PONG purchasing webpage" href="http://www.pongcentral.co.uk/viewart.php?aid=29" target="_blank">pong</a>).However in terms of in store competitions, store ownership and popularity I would say that overall gametheworld would be much better than pong on this level.</p>
<p style="text-align:center;" align="center"><strong><span style="text-decoration:underline;">Question 8</span></strong></p>
<p>The main point of registering is to be able to use and access the gametheworld forum. This can be done by entering into the store nearest to you and registering an account name. This name is then stored in the secure encrypted GTW database (only accessed by the GTW engineer.) Therefore when you log on to a computer in your local store or log into the forums on the website your registration name can be extracted from the database and used by you. By having the data in the database encrypted at GTW this means that the data is inputted into the secure database system and the words are scrambled into a series of random letters characters and numbers.</p>
<p style="text-align:center;" align="center"><strong><span style="text-decoration:underline;">Question 9</span></strong></p>
<p style="text-align:left;">Yes my site does use cookies. The cookies are used when the user either logs on to one of the computers in his local centre or when he logs into the forum page on the GTW website. It is clearly evident that these two areas use cookies as when you log in to both areas they say welcome back "users name inserted in here"</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Big Brother - Urine extraction]]></title>
<link>http://h1r3z.wordpress.com/?p=63</link>
<pubDate>Wed, 15 Oct 2008 14:13:20 +0000</pubDate>
<dc:creator>Rez</dc:creator>
<guid>http://h1r3z.pl.wordpress.com/2008/10/15/big-brother-urine-extraction/</guid>
<description><![CDATA[First of all this has nothing to do with a bunch of random people in a house making fools of themsel]]></description>
<content:encoded><![CDATA[<p><span style="color:#993300;">First of all this has nothing to do with a bunch of random people in a house making fools of themselves for a TV show in the hope of impressing someone enough to give them their own show.</span></p>
<p><span style="color:#993300;">What this is actually all about is the Government once again doing what they have become so adept at of late and that is nationwide urine extraction. Yet again they take it upon themselves to 'protect' us with yet another 'brilliant' scheme that we have no say in, no right to challenge, in some cases no idea about and yet again takes away more of our ever dwindling rights.</span></p>
<p><span style="color:#993300;">"Rights?" I hear you ask. "What are these rights you speak of?"</span></p>
<p><span style="color:#993300;">How many of you have heard or read about this plan to tap into <span style="text-decoration:underline;"><strong>all </strong></span>emails and calls in the UK?</span></p>
<p><span style="color:#993300;">Before I started this particular post I rang the <a title="Daily Express" href="http://www.express.co.uk/home" target="_blank">Daily Express</a> to check that it would be OK for me reproduce their story in the October 6, 2008 newspaper, but they said I would have to pay. I shouldn't have been surprised at that, after all it's not about awareness is it? It's about money, as with most things.</span></p>
<p><span style="color:#993300;">I could have just gone ahead and copied it out word for word and I doubt they would have ever found out, but I try to do the right thing. It makes no difference anyway really as I am quite capable of rewording the entire story so that I do not break any rules.</span></p>
<p><span style="color:#993300;">So anyway, as it stands, the new snooping plans propose to monitor <strong><span style="text-decoration:underline;">all </span></strong>telephone calls, emails and text messages (and even log every website visited by computer users nationwide) in Britain at a cost of £12bn, which will be paid for by taxpayers. <a title="GCHQ" href="http://www.gchq.gov.uk/" target="_blank">GCHQ</a> have already had £1bn of your money to get this going.</span></p>
<p><span style="color:#993300;">As somebody from the anti-identity card group No2ID has already said, If you or I carried out this same kind of snooping it would be a crime. Also, consider the Government's recent record of keeping information safe, how many times have they 'lost' sensitive information?</span></p>
<p><span style="color:#993300;">Even their own watchdog warns that such a scheme would be "A step too far for the British way of life".</span></p>
<p><span style="color:#993300;">Apparently the aim is to set up a "live tap" on every electronic communication in the country. MI5 already carry out limited monitoring of emails and 'net use.</span></p>
<p><span style="color:#993300;">This is all being done under the huge 'combat terrorism' umbrella along with attempting to stop computer fraud and internet-based paedophile rings. These reasons are all things that people should not question, we should put up with any amount of intrusion if it helps beat these things. The problem is, it wont. There will always be terrorists, paedophiles and fraud.</span></p>
<p><span style="color:#993300;">A few statistics:</span></p>
<p><span style="color:#993300;">Last year 57 billion text messages were sent in Britain, this works out to 1,800 every second. About 3 billion emails are sent every day, that's 35,000 every second.</span></p>
<p><span style="color:#993300;">No2ID spokesman said: "This database could have no practical use at all. It would be so big, it would be impossible to find anything useful."</span></p>
<p><span style="color:#993300;">This information is from a headline story printed in the <a title="Daily Express Newspaper" href="http://www.express.co.uk/home" target="_blank">Daily Express Newspaper</a> on Monday October 6, 2008.</span></p>
<p><span style="color:#993300;">I couldn't find that actual article on their website, but this <a title="UK News article" href="http://www.express.co.uk/posts/view/45062/Database-plan-to-bug-phones-email" target="_blank">UK News article</a> is part of the same story and several responses in the 'Have your say' section below the main story.</span></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Independent Developer Workstation]]></title>
<link>http://aparnachaudhary.wordpress.com/?p=40</link>
<pubDate>Wed, 15 Oct 2008 13:29:32 +0000</pubDate>
<dc:creator>aparnachaudhary</dc:creator>
<guid>http://aparnachaudhary.pl.wordpress.com/2008/10/15/independent-developer-workstation/</guid>
<description><![CDATA[In one of my projects I did some work on process improvements. The main target was to set up indepen]]></description>
<content:encoded><![CDATA[<p>In one of my projects I did some work on process improvements. The main target was to set up independent developer workstation. We stubbed out all the interfaces. Earlier we tried to share a development database in a group of 4-5 developers. But believe me, I've seen developers throwing coffee cups when someone touches their data. Imagine you spending couple of precious hours out of your day on analysing the data and then getting it in right state to run your test cases and the moment before you hit "Run", someone drops in and mess up all your data. How insane!!</p>
<p>Well the answer is simple, give me my own database and save yourself from the typical excuses. I evaluated couple of open source databases like <a href="http://www.mysql.com/" target="_blank">MySQL</a>, <a href="http://www.postgresql.org/" target="_blank">Postgres</a>, <a href="http://www.enterprisedb.com/" target="_blank">EnterpriseDB</a> and finally settled on <a href="http://www.oracle.com/technology/products/database/xe/index.html" target="_blank">OracleXE</a>. Well we use Oracle in production and hence its easy to setup development environment with OracleXE with almost no extra tweaks in the scripts. I used <a href="http://www.dbunit.org/" target="_blank">DBUnit</a> for testing database modules. It works quite well, but I think my strategy to setup test data was not optimum. It takes bit longer to run the tests now. I used <a href="http://quintanasoft.com/dumbster/" target="_blank">Dumbster</a> as a fake SMTP server and <a href="http://xstream.codehaus.org/" target="_blank">XStream</a> for creating enriched objects for my tests.</p>
<p>Also one useful tool I would like to share here is <a href="http://dbmonster.kernelpanic.pl/" target="_blank">DBMonster</a>. It really helped me for generating mass random test data. Now I don't have to request the DBA' to give me test data. Well its not that simple also, as you need to understand the states of the dataset to create the seed xml files. But I think its still better than having human dependencies.</p>
<p>Happy Development :-) !!</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[holiday data]]></title>
<link>http://kwikhols.wordpress.com/?p=3</link>
<pubDate>Wed, 15 Oct 2008 11:43:33 +0000</pubDate>
<dc:creator>kwikhols</dc:creator>
<guid>http://kwikhols.pl.wordpress.com/2008/10/15/holiday-data/</guid>
<description><![CDATA[kwikhols offer the largest database for travel agents searches in the UK
]]></description>
<content:encoded><![CDATA[<p>kwikhols offer the largest database for travel agents searches in the UK</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Mysql - Log - Bug]]></title>
<link>http://denniszeng2008.wordpress.com/?p=78</link>
<pubDate>Tue, 14 Oct 2008 23:04:24 +0000</pubDate>
<dc:creator>denniszeng2008</dc:creator>
<guid>http://denniszeng2008.pl.wordpress.com/2008/10/15/mysql-log-bug/</guid>
<description><![CDATA[These two days I encounter a problem that when I query data from database, and update them, I cann]]></description>
<content:encoded><![CDATA[<p>These two days I encounter a problem that when I query data from database, and update them, I cann't get the query log.</p>
<p>Since that I got to find a method to log it.</p>
<p>And mysql has  such a build-in function, So i use it, here is the usage:</p>
<p>Windows:</p>
<p>1.Go to the bin folder.</p>
<p>2.mysqld-nt --install  <span style="color:#ff0000;">mysql <span style="color:#000000;">--log=c:\mylog.log; </span>Here must have the "mysql" or it will not work!!!</span></p>
<p><span style="color:#000000;">Ubuntu</span></p>
<p>I still cann't find out the solution. I wasted two days on it , just to find that it is a bug of mysql</p>
<p><a href="http://bugs.mysql.com/bug.php?id=17368">http://bugs.mysql.com/bug.php?id=17368</a></p>
<p><span style="text-decoration:underline;"><span style="color:#0000ff;"><strong>Conclusion: When you get to do something, but the function doesn't work. Please let yourself calm down, and extract the point of the problem! You should also suspect whether there is a bug in this system instead of your fault? Since that you can find out the solution quickly. In case there is a bug you will not get stuck.</strong></span></span></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Rebooting the Schema (part 2)]]></title>
<link>http://olmonrails.wordpress.com/?p=99</link>
<pubDate>Tue, 14 Oct 2008 22:32:06 +0000</pubDate>
<dc:creator>Geofrey</dc:creator>
<guid>http://olmonrails.pl.wordpress.com/2008/10/14/rebooting-the-schema-part-2/</guid>
<description><![CDATA[Last time, I talked about the old model schema, and the problems it had that lead us to refactor the]]></description>
<content:encoded><![CDATA[<p>Last time, I <a href="http://olmonrails.wordpress.com/2008/10/10/rebooting-the-schema-part-1/">talked</a> about the old model schema, and the problems it had that lead us to refactor the code. After refactoring, this is what the database looks like:</p>
<p><a href="http://olmonrails.wordpress.com/files/2008/10/new_schema.jpg"><img class="aligncenter size-large wp-image-124" title="new_schema" src="http://olmonrails.wordpress.com/files/2008/10/new_schema.jpg?w=700" alt="" width="700" height="507" /></a></p>
<p><strong>Association</strong></p>
<p>The relationships are now more concrete with the addition of <em>memberships </em>and <em>assignments_groups</em> tables. The <em>assignments_groups</em> is a Rails convention of declaring a many-to-many relationship between two objects by use of the join table. Thus, an assignment can have many groups, and groups can also have many assignments if a group persists throughout the course. A caveat though is to make sure that the join table is in alphabetical order, meaning it must be <em>assignments_groups</em> and not <em>groups_assignments</em>. That's just the "convention-over-configuration" mantra of Rails at work.</p>
<p>Once we have the database schema set, we can then just go in and declare those relationships in the ActiveRecord classes respectively:</p>
<p><code><br />
class Group &#60; ActiveRecord::Base<br />
has_and belongs_to_many :assignments<br />
end<br />
class Assignment &#60; ActiveRecord::Base<br />
has_and belongs_to_many :groups<br />
end</code></p>
<p>However it is a different case if the join table contains extra information, which is our case with the  <em>memberships</em> table. Here, not only does it reference the user and the group together, but it also contains extra information such as status of the member. Thus, we need to have a <em>Membership</em> class representing a member, and use has-many-through relationship. which sort of explicitly states that the association between a User and a Group uses <em>memberships </em>as its link. Here we declare the relationship as follows:</p>
<p><code> class Membership &#60; ActiveRecord::Base<br />
belongs_to :user<br />
belongs_to :group<br />
end<br />
class User &#60; ActiveRecord::Base<br />
has_many :memberships<br />
has_many :groups, :through =&#62; :memberships<br />
end<br />
class Group &#60; ActiveRecord::Base<br />
has_many :memberships<br />
has_many :members, :through =&#62; :memberships, :source =&#62; :user<br />
end</code></p>
<p><strong>Abstraction</strong></p>
<p>We've also separated the old submissions table to a <em>submissions </em>and <em>submission_files</em> tables.  The new <em>submissions </em>table doesn't seem to have much information and seems to be a waste of space.  However, having this table allows us to delegate submission functions to a Submissions class rather than mixing them directly with either the User or Group classes.  All we have to do now is just ask a User or Group for its Submission instance, and handle all queries related to submitted files from it.</p>
<p>Since we also want to avoid checking to see if it is a User or a Group submission everytime, we've abstracted the Submissions class and added separate classes for each type, UserSubmission and GroupSubmission - classes that are linked to Users and Groups respectively. Since instead of declaring the relationship with <em>Submissions</em>, we have:</p>
<p><code> class User &#60; ActiveRecord::Base<br />
has_many :submissions, :classname =&#62; UserSubmission<br />
end<br />
class Group &#60; ActiveRecord::Base<br />
has_many :submissions, :classname =&#62; GroupSubmission<br />
end</code></p>
<p><code> class UserSubmission &#60; Submission<br />
has_many :users<br />
end<br />
class Group</code><code>Submission</code><code> &#60; </code><code>Submission</code><br />
<code> has_many :groups<br />
end</code></p>
<p>This allows us to call either <code>user.submissions</code> or <code>group.submissions</code> and return with an instance of the appropriate Submission subclass type.</p>
<p><strong>Final Results</strong></p>
<p>The refactored models with the appropriate associations gave way to a much cleaner code in the end. With the schema set in place, I've revisited the old code and heeded the advice in the first post, stuffing all the business logic in the appropriate models and leaving workflow control to the controllers.  The result turned several functions with 200+ lines into a single function with less than 50 lines.  I was also able to create more thorough unit testing while code was being written.  Here, we can see that we've improved our stats quite a bit:</p>
<p><code>$ for f in app/controllers app/models app/helpers; do echo $f<br />
`find $f -name "*.rb" &#124;xargs wc -l &#124;tail -n1`; done<br />
app/controllers 563<br />
app/models 591<br />
app/helpers 60<br />
</code></p>
<p>In retrospect, I think the refactoring decisions suits us very well with what we have in mind and gives us room for modifications at the same time...until we actually start porting OLM. Stay tuned.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Wordpress database and template tweaks]]></title>
<link>http://mikegosmart.wordpress.com/?p=14</link>
<pubDate>Tue, 14 Oct 2008 21:19:38 +0000</pubDate>
<dc:creator>Michael Thompson</dc:creator>
<guid>http://mikegosmart.pl.wordpress.com/2008/10/14/wordpress-database-and-template-tweaks/</guid>
<description><![CDATA[Summary: If you use WordPress on your site and need the ability to add new (non-WordPress) database ]]></description>
<content:encoded><![CDATA[<p><strong>Summary</strong>: If you use WordPress on your site and need the ability to add new (non-WordPress) database tables and then query those tables in your WordPress templates, use the <a title="WordPress wpdb Class" href="http://codex.wordpress.org/Function_Reference/wpdb_Class" target="_blank">wpdb Class</a>.</p>
<p>First, let me start by bragging about my qualifications on WordPress… I don’t have any. I am fairly new to WordPress and I am learning more about it every day.We needed the ability to install WordPress on our own domain, allowing us full control over the source code. That was easy enough. Then we needed to implement a few plugins and templates. That was easy enough as well. Then, the stump of all stumps came up. We needed the ability to create a new table in the WordPress database and then extract the data from said table to displayed on the appropriate place on the template. The search for a solution was on.</p>
<p>I search Google and a lot of stuff came up. One suggestion that was made was to create a specialized PHP database function that you could include in the wp-config.php file. Then call that function when you needed the data. Another was to simply modify the template with an IFRAME to handle the data that you needed. While all these suggestions would have worked, I thought there should be a better solution. I didn’t want to modify any of the wp-*.php files only because they would be over written when we needed to upgrade WordPress. I figured that WordPress was already calling data from the database, it was just a matter of finding and using the same process.Late on Tuesday evening, I stumbled upon a <a title="Adding new fields to Wordpress tables(database)" href="http://wordpress.org/support/topic/196353" target="_blank">hint at a possible solution</a> (I'm mikesmobile) on the WordPress website. While, the post that I read did not provide the black and white answer, it did refocus my search a little. After reading through the <a title="WordPress Docs" href="http://codex.wordpress.org/Main_Page" target="_blank">WordPress Docs</a>, I found a very important class (piece of code) that WordPress uses. The '<a title="WordPress wpdb Class" href="http://codex.wordpress.org/Function_Reference/wpdb_Class" target="_blank">wpdb Class</a>' is what WordPress uses to call data from the database. It’s quit powerful and fairly easy to use. I tested it out and it works like a charm. I was able to put in a query statement and handle the data as needed. As I stated, this class is pretty powerful. Not only can you ‘get’ data with it, but you can also ‘put’ data with it. As an example, $contact_picture_id = $wpdb-&#62;get_var("SELECT contact_picture_id FROM tbl_usr WHERE ID=5"); will assign the value of the ‘contact_picture_id’ field in the ‘tbl_usr’ table in my WordPress database. As a matter of note, the ‘tbl_usr’ table was not a generic WordPress table. This was created, by me, after the fact. Now, all I need to do to get the contents of the $contact_picture_id variable is to simply echo out the variable in my template.</p>
<p>I should also note that there is a WordPress <a title="Cimy User Extra Fields" href="http://www.cimatti.it/blog/cimy-wordpress-plugins/cimy-user-extra-fields/" target="_blank">Cimy User Extra Fields</a> plugin that allows you to add, delete, and modify tables from within the WordPress admin area. That is, if you don’t like using (or don’t have access to) phpMyAdmin. This plugin also offer documentation, so it is worth a look as well. Personally, I don't like installing plugins that are not offered by WordPress. After all, the security of your website/blog is as weak as your weakest plugin.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Необычные базы данных]]></title>
<link>http://erppress.wordpress.com/?p=24</link>
<pubDate>Tue, 14 Oct 2008 21:12:20 +0000</pubDate>
<dc:creator>Alexey Kalmykov</dc:creator>
<guid>http://erppress.pl.wordpress.com/2008/10/14/non-standard-dbms/</guid>
<description><![CDATA[Проекты:
http://hadoop.apache.org/hbase/
http://www.hypertable.org/
http://incubator.apache.o]]></description>
<content:encoded><![CDATA[<p>Проекты:</p>
<p><a href="http://hadoop.apache.org/hbase/" target="_blank">http://hadoop.apache.org/hbase/</a></p>
<p><a href="http://www.hypertable.org/" target="_blank">http://www.hypertable.org/</a></p>
<p><a href="http://incubator.apache.org/couchdb/" target="_blank">http://incubator.apache.org/couchdb/</a></p>
<p><a href="http://strokedb.com/" target="_blank">http://strokedb.com/</a></p>
<p>Документы:</p>
<p><a href="http://labs.google.com/papers/bigtable.html" target="_blank">http://labs.google.com/papers/bigtable.html</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Chronobuilder -- A New Tool For Attorneys]]></title>
<link>http://misgatos.wordpress.com/?p=310</link>
<pubDate>Tue, 14 Oct 2008 20:15:46 +0000</pubDate>
<dc:creator>misgatos</dc:creator>
<guid>http://misgatos.pl.wordpress.com/2008/10/14/chronobuilder-a-new-tool-for-attorneys/</guid>
<description><![CDATA[My friend Jim is helping launch a new tool intended to make data entry and document management as pa]]></description>
<content:encoded><![CDATA[<p>My friend Jim is helping launch <a href="http://chronobuilder.com/">a new tool</a> intended to make data entry and document management as painless and as accessible as possible. Though aimed primarily at litigators, the tool seems like it might also be useful for managing contract and licensing transactions. From their site:</p>
<blockquote>
<p class="bodyheading">Every screen of this program was designed by attorneys with one goal in mind: to enable high volume, fast-paced data entry and analysis of facts and evidence.</p>
<p><a href="http://chronobuilder.com/index.html">Chronobuilder</a> was designed so that you can immediately start entering evidence. It is very similar to how you enter facts on the web when you buy products, how you enter information to online tax programs, or how you buy movie tickets online. You do not need to think about objects, lists, or start trying to make linkages. Just grab your first piece of evidence or think of the first fact you want to enter, and go to the Single Evidence Entry Screen. We like to call the Single Evidence Entry screen “S.E.E.” or “SEE”. (You can remember this by thinking: “I use Chronobuilder to SEE my facts and evidence.”)</p></blockquote>
<p>They're offering a 30-day free trial, and offer a discount to 2L Summer Associates and recent Law School grads. No risk, so give it a spin, kick the tires, and see if <a href="http://chronobuilder.com/index.html">Chronobuilder</a> can remove some of the complexity from your practice.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Nokia Trends MobJam recebe Mathias Aguayo e Flosstradamus em sua edição de outubro]]></title>
<link>http://mixcarioca.wordpress.com/?p=268</link>
<pubDate>Tue, 14 Oct 2008 18:27:02 +0000</pubDate>
<dc:creator>Gláucio Burle</dc:creator>
<guid>http://mixcarioca.pl.wordpress.com/2008/10/14/nokia-trends-mobjam-recebe-mathias-aguayo-e-flosstradamus-em-sua-edicao-de-outubro/</guid>
<description><![CDATA[DJ chileno e duo norte-americano conectarão suas pickups aos aparelhos Nokia XpressMusic
São Paulo]]></description>
<content:encoded><![CDATA[<p style="text-align:left;">DJ chileno e duo norte-americano conectarão suas pickups aos aparelhos Nokia XpressMusic</p>
<p>São Paulo, 14 de outubro de 2008 – Neste mês de outubro, música, arte e tecnologia vão convergir rumo aos DJ sets de duas atrações internacionais na penúltima edição do projeto Nokia Trends MobJam. O DJ chileno Mathias Aguayo toca no dia 17 no Fosfobox (RJ), enquanto a dupla Flosstradamus se apresenta nos dias 31 de outubro, no Clube Glória (SP), e 1º de novembro, no Cabaret do Beco (Porto Alegre).</p>
<p>Nesta sexta-feira, 17 de outubro, Mathias Aguayo, do casting da Kompakt Label, vai comandar a pista da noite Electroshake, no clube Fosfobox, no Rio de Janeiro, ao lado de Renato Lopes, munidos de seus Nokia 5610 XpressMusic, apostando em sonoridades que permeiam o minimal e o tech-house.</p>
[caption id="attachment_269" align="aligncenter" width="300" caption="Mathias Aguayo"]<a href="http://mixcarioca.files.wordpress.com/2008/10/matias-aguayo-baixa.jpg"><img class="size-medium wp-image-269" title="matias-aguayo-baixa" src="http://mixcarioca.wordpress.com/files/2008/10/matias-aguayo-baixa.jpg?w=300" alt="" width="300" height="199" /></a>[/caption]
<p style="text-align:left;">Já Flosstradamus, que segue uma linha focada em breakbeat, mashups e influências de electro, comemora com Fabrizio Martinelli, DJ e guitarrista da banda Hateen, um ano da festa maximal Crew, no Clube Glória, dia 31 de outubro, em São Paulo. O debut da Crew, no ano passado, hospedou o Nokia Trends MobJam, em sua primeira edição.</p>
<p>O mesmo Flosstradamus, que se apresentou no último festival Lollapalooza, comanda as pickups conectadas aos aparelhos Nokia XpressMusic, acompanhado do produtor Bo$$ in Drama, em 1º de novembro, em Porto Alegre. O clube Cabaret do Beco recebe o projeto em sua festa I Love Diskorock.</p>
[caption id="attachment_270" align="aligncenter" width="237" caption="Flosstradamus "]<a href="http://mixcarioca.files.wordpress.com/2008/10/flosstradamus-2.jpg"><img class="size-medium wp-image-270" title="flosstradamus-2" src="http://mixcarioca.wordpress.com/files/2008/10/flosstradamus-2.jpg?w=237" alt="" width="237" height="300" /></a>[/caption]
<p style="text-align:left;">Neste ano, o projeto Nokia Trends MobJam, iniciado em julho, tem fortalecido a plataforma Nokia Trends e se aproximado do público ao incluir outras capitais brasileiras em seu circuito, além de apresentar os diversos segmentos da música, como o techno, rock, electro e hip hop.</p>
<p>Os DJs convidados a participar do projeto vão completar sua mixagem com os aparelhos Nokia 5310 XpressMusic e Nokia 5610 XpressMusic conectados às pickups, mesclando bases eletrônicas, samplers, vocais e sons diferenciados. Os modelos, que contam com design inovador, teclas dedicadas de música e compatibilidade com diversos formatos de arquivos de áudio, também trazem equalizadores que proporcionam qualidade de som superior e diferenciada.</p>
<p><strong>Nokia Trends MobJam real e virtual</strong></p>
<p>Além de musical, o projeto Nokia Trends MobJam acrescenta conteúdo audiovisual em que VJs convidados farão intervenções no ambiente das festas.</p>
<p>Por meio do aparelho Nokia 5610 XpressMusic, com tecnologia 3G, promotoras conectadas por videochamada, vão transmitir o Nokia Trends MobJam de dentro dos clubes para os visitantes que estiverem ao lado de fora.</p>
<p>O Bluetooth também será uma ferramenta de troca de informações. Quem estiver com o recurso ativado durante as festas poderá receber fotos, vídeos e vinhetas para customização de seus aparelhos e upload deste conteúdo colaborativo no site Nokia Trends www.nokiatrends.com.br, fotos e vídeos.</p>
<p><strong>Nokia Trends em 2008</strong></p>
<p>Neste ano, a plataforma Nokia Trends fez sua primeira aparição no evento Be True. Street Expressions que comemorou os 23 anos do modelo Nike Dunk em que ambas as marcas compartilharam a cultura urbana em interações entre arte, música e tecnologia. Além disso, os DJs Dubstrong, Zegon, Mixhell e Busy P, proprietário do aclamado selo new raver, Ed Banger, vindo ao Brasil pela primeira vez, comandaram as pickups conectados aos aparelhos Nokia 5310 XpressMusic e Nokia 5610 XpressMusic em uma performance Nokia Trends MobJam.</p>
<p>O grande evento da plataforma Nokia Trends será realizado no dia 29 de novembro, em São Paulo. Detalhes serão divulgados em breve.</p>
<p>Nokia Trends MobJam@Electroshake - Fosfobox<br />
17 de outubro, às 23h59<br />
Rua Siqueira Campos, 143, Copacabana – Rio de Janeiro, RJ<br />
Entrada: R$ 30,00 na porta<br />
R$ 20,00 com flyer</p>
<p>Line-up<br />
Mathias Aguayo (Nokia Trends MobJam)<br />
Renato Lopes (Nokia Trends MobJam)<br />
DJ Schild<br />
Felipe Mustache<br />
Diogo Reis</p>
<p>Nokia Trends MobJam@Crew – Glória<br />
31 de outubro, às 23h30<br />
Rua 13 de maio, 830, Bela Vista – São Paulo, SP<br />
Entrada: R$ 35,00 na porta<br />
R$ 25,00 com nome na lista (www.clubegloria.com.br)<br />
Line-up<br />
Flosstradamus (Nokia Trends MobJam)<br />
Fabrizio Martinelli (Nokia Trends MobJam)<br />
Database<br />
Gil Bárbara<br />
Gorky<br />
Killer on the Dancefloor<br />
Rebel DJs<br />
Roots Rock Revolution<br />
Tchiello K</p>
<p>Nokia Trends MobJam@I Love Diskorock – Cabaret do Beco<br />
1º de novembro, às 23h<br />
Avenida Independência, 590, Independência – Porto Alegre, RS<br />
Entrada: R$ 15,00 até 1h<br />
R$ 20,00 a partir da 1h<br />
Line-up<br />
Flosstradamus (Nokia Trends MobJam)<br />
Bo$$ in Drama (Nokia Trends MobJam)<br />
Schutz<br />
Machuca<br />
VJ Leo</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Date and Time Styles]]></title>
<link>http://sqlserversd.wordpress.com/?p=209</link>
<pubDate>Tue, 14 Oct 2008 15:41:28 +0000</pubDate>
<dc:creator>Susan</dc:creator>
<guid>http://sqlserversd.pl.wordpress.com/2008/10/14/date-and-time-styles/</guid>
<description><![CDATA[
The CONVERT function provides a variety of useful Date and Time styles.  Here is the syntax for t]]></description>
<content:encoded><![CDATA[<p><span style="font-size:small;font-family:arial, tahoma;color:#000000;"><br />
The CONVERT function provides a variety of useful <a href="http://msdn.microsoft.com/en-us/library/ms187928(SQL.90).aspx">Date and Time styles.</a>  Here is the syntax for the CONVERT function syntax:
<pre><code>CONVERT (data_type[(length)],expression [, style])</code></pre>
<p>
Here's the T-SQL for date style conversions that I use on a regular basis along with the corresponding query results from running the batch at the bottom:<br />
<br />
<a href="http://sqlserversd.files.wordpress.com/2008/10/converdate.gif"><img class="alignleft size-full wp-image-210" title="convertdate" src="http://sqlserversd.wordpress.com/files/2008/10/converdate.gif" alt="" width="480" height="470" /></a></p>
<p></span></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[SORT]]></title>
<link>http://stuartbenjamin.wordpress.com/?p=32</link>
<pubDate>Tue, 14 Oct 2008 13:18:13 +0000</pubDate>
<dc:creator>Stuart</dc:creator>
<guid>http://stuartbenjamin.pl.wordpress.com/2008/10/14/sort/</guid>
<description><![CDATA[This is a web-resource I hadn’t heard of before today, when it was mentioned in the TRB newsletter]]></description>
<content:encoded><![CDATA[<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Arial;">This is a web-resource I hadn’t heard of before today, when it was mentioned in the <a title="TRB eNewsletter" href="http://www.trb.org/news/" target="_blank">TRB newsletter</a>.<span>  </span><a title="SORT Social Research in Transport" href="http://www.sortclearinghouse.info/access/" target="_blank">SORT</a> (Social Research in Transport) is a database of research into social exclusion and access to transport.<span>  </span>The website, grandly called a clearinghouse, brings together reports, abstracts and links to research findings of social issues in transport. In some cases you can download full text documents.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Arial;">Though it comes out of the well renowned <a title="Institute of Transport Studies, Monash University, Australia" href="http://civil.eng.monash.edu.au/its" target="_blank">Institute of Transport Studies </a>at Monash University, Australia, it is international in scope and certainly of use to any transport researcher working in this subject area. There’s also a free newsletter, updating you on all the latest research to be added to the SORT database.</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;"><span style="font-family:Arial;">Searching is fairly easy, you can browse an alphabetical list, or use the search function to retrieve articles.<span>  </span>You also have the option of uploading your own research to the database – which presumably they vet before publishing it on the website.<span>  </span>They also have a useful page of links to organisations with an interest in social exclusion and transport.</span></span></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Thompsons Holidays]]></title>
<link>http://globalacquisition.wordpress.com/?p=162</link>
<pubDate>Tue, 14 Oct 2008 11:54:49 +0000</pubDate>
<dc:creator>globalgods</dc:creator>
<guid>http://globalacquisition.pl.wordpress.com/2008/10/14/thompsons-holidays/</guid>
<description><![CDATA[Thompsons Holidays is large tour operator and holiday booking group in South Africa.
Thompsons does ]]></description>
<content:encoded><![CDATA[<p><a href="http://www.thompsons.co.za" target="_blank">Thompsons Holidays</a> is large tour operator and holiday booking group in South Africa.</p>
<p>Thompsons does regular targeted email marketing to our database for the various travel packages they have.</p>
<p>They cater for high end consumers as well as more budget aware consumers. Our database can be segmented into these very profiles and therefore there is a great fit for Thompsons to do targeted email campaigns to our database.</p>
<p>This has proved to be very responsive for Thompsons as each mail shot generates many enquiries for the different travel packages.</p>
<p>They segment by:</p>
<ol>
<li>Age</li>
<li>Province</li>
<li>Income</li>
<li>Gender</li>
</ol>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Nedbank]]></title>
<link>http://globalacquisition.wordpress.com/?p=160</link>
<pubDate>Tue, 14 Oct 2008 11:46:02 +0000</pubDate>
<dc:creator>globalgods</dc:creator>
<guid>http://globalacquisition.pl.wordpress.com/2008/10/14/nedbank/</guid>
<description><![CDATA[Nedbank Group Limited is a bank holding company that operates as one of the four largest banking gro]]></description>
<content:encoded><![CDATA[<p><a href="http://www.nedbank.co.za" target="_blank">Nedbank</a> Group Limited is a bank holding company that operates as one of the four largest banking groups in South Africa through its principal banking subsidiaries, Nedbank Limited and Imperial Bank Limited, in which it has a 50,1% interest. The company's ordinary shares have been listed on the JSE Limited since 1969.</p>
<p>Nedbank uses our database for their email marketing campaigns.</p>
<p>They select a certain segment of our database depending on the product they want to sell. They provide us with the material and we broadcast this advert to the targeted segment.</p>
<p>Some of the segments they have used are:</p>
<ol>
<li>Age</li>
<li>Gender</li>
<li>Income</li>
<li>Province</li>
<li>Current bank</li>
</ol>
]]></content:encoded>
</item>
<item>
<title><![CDATA[MiWay]]></title>
<link>http://globalacquisition.wordpress.com/?p=157</link>
<pubDate>Tue, 14 Oct 2008 11:34:36 +0000</pubDate>
<dc:creator>globalgods</dc:creator>
<guid>http://globalacquisition.pl.wordpress.com/2008/10/14/miway/</guid>
<description><![CDATA[MiWay is a financial services company that offers a full range of financial products and services di]]></description>
<content:encoded><![CDATA[<p><a href="http://www.miway.co.za" target="_blank">MiWay</a> is a financial services company that offers a full range of financial products and services direct to the consumer. MiWay’s initial offering includes short term insurance, motor warranty, credit life and home loans but there are long term plans to extend this offering to a complete array of services all under one convenient umbrella. All insurance products are underwritten by Centriq Insurance Co Ltd.</p>
<p>The brief from MiWay was very specific and highly detailed. They wanted two services from us:</p>
<ol>
<li>To build them a higly targeted, opt in database of leads</li>
<li>To use our existing database for their targeted email campaigns</li>
</ol>
<p>In terms of building them a database, we had to make sure that the lead:</p>
<ol>
<li>Was over a certain age</li>
<li>Was in a certain income bracket</li>
<li>Had certain assets</li>
</ol>
<p>If the lead fitted the above criteria then we needed the following information:</p>
<ol>
<li>Name, Surname</li>
<li>ID number</li>
<li>Contact details</li>
</ol>
<p>In terms of MiWay using our existing database for targeted email campaigns, this was also executed. They chose a specific target market and then we broadcast their message via email to the segment. Global Acquisition continues to have a very receptive and responsive database of consumers.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Standard Bank]]></title>
<link>http://globalacquisition.wordpress.com/?p=153</link>
<pubDate>Tue, 14 Oct 2008 11:13:34 +0000</pubDate>
<dc:creator>globalgods</dc:creator>
<guid>http://globalacquisition.pl.wordpress.com/2008/10/14/standard-bank/</guid>
<description><![CDATA[Standard Bank Group is one of the big four full-service South African banks. The group operates in a]]></description>
<content:encoded><![CDATA[<p><a href="http://www.standardbank.co.za" target="_blank">Standard Bank</a> Group is one of the big four full-service South African banks. The group operates in a range of banking and related financial services. The group has a wide representation which spans 18 African countries and 20 countries outside of Africa with an emerging markets focus. Standard Bank has 694 branches in South Africa and 323 in the rest of Africa.</p>
<p>Standard Bank's brief was for us to build them a database of leads of people who were potential customers of the bank. The criteria was very specific and was to be used to market a whole array of banking products.</p>
<p>In order to be considered a potential customer for Standard Bank in this campaign the criteria of the lead was:</p>
<ol>
<li>The lead had to have a transactional account with Standard Bank's competitors</li>
<li>The lead had to be over a certain age</li>
<li>The lead had to be within a certain income bracket</li>
</ol>
<p>Once a lead fitted the above criteria, the following information was gathered:</p>
<ol>
<li>Name, Surname</li>
<li>ID number</li>
<li>Contact details</li>
<li>Income</li>
<li>Province</li>
<li>Gender</li>
<li>Name of bank where credit card is held</li>
<li>Name of bank where vehicle finance is held</li>
<li>Name of bank where home loan is held</li>
<li>No of credit card transactions per month</li>
<li>Happiness with current bank</li>
</ol>
<p>This high level marketing database was then used for direct sales and marketing by the bank. This database is fully compliant with all current and pending legislation and is fully opt in.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Vodacom]]></title>
<link>http://globalacquisition.wordpress.com/?p=151</link>
<pubDate>Tue, 14 Oct 2008 11:04:46 +0000</pubDate>
<dc:creator>globalgods</dc:creator>
<guid>http://globalacquisition.pl.wordpress.com/2008/10/14/vodacom/</guid>
<description><![CDATA[Vodacom is a Pan-African cellular communications company providing a world class GSM service to more]]></description>
<content:encoded><![CDATA[<p><a href="http://www.vodacom.co.za" target="_blank">Vodacom</a> is a Pan-African cellular communications company providing a world class GSM service to more than 34.6 million customers in South Africa, Tanzania, the Democratic Republic of the Congo, Lesotho and Mozambique.</p>
<p>Vodacom Direct is the direct operation of Vodacom. They have an outbound and inbound call centre which is used for contract sales.</p>
<p>We built Vodacom a database of potential leads which were distributed to the Vodacom Direct call centre to be used for sales.</p>
<p>The brief was to build a highly targeted and opt in database of potential clients with the following criteria:</p>
<ol>
<li>All leads had to be non Vodacom clients</li>
<li>All leads had to be nearing the end of their contracts</li>
</ol>
<p>Once a client fitted the above criteria, the following information needed to be collected:</p>
<ol>
<li>Name, Surname</li>
<li>ID number</li>
<li>Contact Details</li>
<li>Income</li>
<li>Province</li>
<li>Current mobile network</li>
<li>Current monthly mobile spend</li>
<li>Current happiness with existing mobile network</li>
<li>Propensity to switch to Vodacom</li>
</ol>
<p>This fully opt in database was collected in volume and is used for sales, marketing and advertising.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Database, database development and exchange of information]]></title>
<link>http://spujar.wordpress.com/?p=44</link>
<pubDate>Tue, 14 Oct 2008 10:29:00 +0000</pubDate>
<dc:creator>spujar</dc:creator>
<guid>http://spujar.pl.wordpress.com/2008/10/14/database-database-development-and-exchange-of-information/</guid>
<description><![CDATA[Database, database development and exchange of information or data are quite familiar terms for LIS ]]></description>
<content:encoded><![CDATA[<p><!--[if gte mso 9]&#62;  Normal 0     false false false  EN-GB X-NONE X-NONE              MicrosoftInternetExplorer4              &#60;![endif]--><!--[if gte mso 9]&#62;                                                                                                                                            &#60;![endif]-->Database, database development and exchange of information or data are quite familiar terms for LIS professionals. However, the intricacies involved with the development and exchange are quite large.  I had an opportunity to discuss the issues related to exchange of data with Ms Julie, Head of <a title="BLDS" href="http://blds.ids.ac.uk" target="_blank">British Library for Development Studies</a> [BLDS], Mr Andrew Buxton, Information Systems Unit and with few others.</p>
<p>I think the problems are similar everywhere in relation to the fields used for development of database.  It may be invariably due to development database fields based on the individual library requirements without taking into consideration what fields standard international commercial databases use. This issue came up for discussion as BLDS is planning to have an agreement with <a title="IBSS" href="http://www.lse.ac.uk/collections/IBSS/" target="_blank">International Bibliography of Social Sciences </a>[IBSS] brought out by <a title="LSE" href="http://www.lse.ac.uk" target="_blank">London School of Economics</a> [LSE] and <a title="ESRC" href="http://www.esrc.ac.uk" target="_blank">Economic and Social Research Council</a> [ESRC], UK in sharing bibliographic data of articles. BLDS has a database consisting index to articles published in various social science periodicals, now in order to increase its scope, it would like to have a data exchange agreement with IBSS. As per this agreement, BLDS contribute data for around 100 journals and in turn it will receive data for another 100 journals from IBSS.  Presently, they are working out to standardize certain fields for the hassle free exchange of data.</p>
<p>One more interesting issue came up for discussion is whether copyright permission is required from the publishers to include abstracts of the articles into a the database. Many opined that it may be required, however Mr Andrew Buxton mentioned about copyright exclusion for scientific articles abstracts, he further added that it needs to be confirmed for social science articles abstracts.</p>
<p>In another meeting, I had an opportunity to talk to Ms Shanti Mahendra, one of the editors of <a title="id21" href="http://www.id21.org" target="_blank">ID21</a> (one of the knowledge services of IDS) in relation to <a title="oii" href="http://oii.igidr.ac.in" target="_blank">OII</a> database output based on author's affiliation or institution's contribution to the development of social science literature or use by policy makers. Here again, it reminded me about the standard fields to be used in the database.</p>
<p>All these discussions remind me that, the group or institute or library, who are into the development of databases need to take care of all the fields as per existing international standard norms and also to take feedback of users before the database is being built. This will help in avoiding any future conflicts with data interchange. Also, we need to adhere to international copyright agreements.</p>
<p class="MsoNormal"><span style="font-size:12pt;font-family:&#34;"> </span></p>
<p class="MsoNormal"><span style="font-size:12pt;font-family:&#34;"> </span></p>
<p class="MsoNormal"><span style="font-size:12pt;font-family:&#34;"> </span></p>
<p class="MsoNormal">
]]></content:encoded>
</item>

</channel>
</rss>
