<?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' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8079621118620556169</id><updated>2012-02-16T20:54:34.465+11:00</updated><category term='Introduction'/><category term='Network'/><category term='xml'/><category term='MSSQL'/><category term='Computer Name'/><category term='Javascript'/><category term='xsd schema'/><category term='Ipod'/><category term='Session'/><category term='Oracle'/><category term='VB'/><category term='Google'/><category term='ASP.NET'/><category term='Identity'/><category term='Risk Strategies'/><category term='PHP'/><category term='Pool'/><category term='Frames'/><category term='Icon'/><category term='Database'/><category term='HTML'/><category term='Internet Explorer'/><category term='Error'/><category term='Centaman'/><category term='Sequence'/><category term='http://lukejpocock.googlepages.com'/><category term='minInclusive'/><title type='text'>Luke's IT Issues and Solutions</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://lukejpocock.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8079621118620556169/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://lukejpocock.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Aus_Pokey</name><uri>http://www.blogger.com/profile/03606792723644250580</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://bp1.blogger.com/_hSqW0p8GnaQ/R-DpTtd9p-I/AAAAAAAADlE/QALJQI8DPNc/S220/P3180027.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>11</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8079621118620556169.post-893250615720492746</id><published>2008-03-29T17:41:00.005+11:00</published><updated>2008-03-29T18:11:47.441+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Error'/><category scheme='http://www.blogger.com/atom/ns#' term='xml'/><category scheme='http://www.blogger.com/atom/ns#' term='minInclusive'/><category scheme='http://www.blogger.com/atom/ns#' term='xsd schema'/><title type='text'>XML minInclusive and maxInclusive</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Problem: &lt;/span&gt;I originally built a xsd Schema for a xml file.  The element I was designing was a "cpostcode" that has a restriction of 2000-7999.  This was my code and then the error.&lt;br /&gt;&lt;br /&gt;Original Code&lt;br /&gt;&lt;blockquote&gt;&lt;pre&gt;&amp;lt;xsd:element name = "cpostcode"&amp;gt;&lt;br /&gt;   &amp;lt;xsd:simpletype&gt;&lt;br /&gt;           &amp;lt;xsd:mininclusive value = "2000"&gt;&lt;br /&gt;           &amp;lt;xsd:maxinclusive value = "7999"&gt;&lt;br /&gt;   &amp;lt;/xsd:simpleType&gt;&lt;br /&gt;&amp;lt;/xsd:element&gt;&lt;/pre&gt;&lt;/blockquote&gt;Error was complaining about minInclusive tag.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Solution: &lt;/span&gt;A restriction tag is needed for minInclusive and needs a attribute type.&lt;br /&gt;&lt;br /&gt;Solution code is as follows&lt;br /&gt;&lt;blockquote&gt;&lt;pre&gt;&amp;lt;xsd:element name = "cpostcode"&gt;&lt;br /&gt;    &amp;lt;xsd:simpletype&gt;&lt;br /&gt;        &amp;lt;xsd:restriction base="xsd:integer"&gt;&lt;br /&gt;            &amp;lt;xsd:mininclusive value = "2000"&gt;&lt;br /&gt;            &amp;lt;xsd:maxinclusive value = "7999"&gt;&lt;br /&gt;        &amp;lt;/xsd:restriction&gt;&lt;br /&gt;    &amp;lt;/xsd:simpleType&gt;&lt;br /&gt;&amp;lt;/xsd:element&gt;&lt;/pre&gt;&lt;/blockquote&gt;I added a restriction type with a base of xsd:integer around the minInclusive and maxInclusive tags.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8079621118620556169-893250615720492746?l=lukejpocock.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lukejpocock.blogspot.com/feeds/893250615720492746/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8079621118620556169&amp;postID=893250615720492746' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8079621118620556169/posts/default/893250615720492746'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8079621118620556169/posts/default/893250615720492746'/><link rel='alternate' type='text/html' href='http://lukejpocock.blogspot.com/2008/03/xml-mininclusive-and-maxinclusive.html' title='XML minInclusive and maxInclusive'/><author><name>Aus_Pokey</name><uri>http://www.blogger.com/profile/03606792723644250580</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://bp1.blogger.com/_hSqW0p8GnaQ/R-DpTtd9p-I/AAAAAAAADlE/QALJQI8DPNc/S220/P3180027.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8079621118620556169.post-7875885507351347149</id><published>2008-01-22T19:10:00.000+11:00</published><updated>2008-01-22T19:19:08.821+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Risk Strategies'/><category scheme='http://www.blogger.com/atom/ns#' term='VB'/><category scheme='http://www.blogger.com/atom/ns#' term='ASP.NET'/><category scheme='http://www.blogger.com/atom/ns#' term='Database'/><category scheme='http://www.blogger.com/atom/ns#' term='HTML'/><title type='text'>ASP Retrieving Login Name</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Issue:&lt;/span&gt;  I wanted to retrieve the user name that is currently logged in using Visual Basics in the ASP.NET Environment. I had used the built in logging in system&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Solution:&lt;/span&gt; Using the following code retrieves the text need.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;HttpContext.current.user.identity.name&lt;/blockquote&gt;&lt;br /&gt;Note:  Thought was important to Blog due to always referring to it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8079621118620556169-7875885507351347149?l=lukejpocock.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lukejpocock.blogspot.com/feeds/7875885507351347149/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8079621118620556169&amp;postID=7875885507351347149' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8079621118620556169/posts/default/7875885507351347149'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8079621118620556169/posts/default/7875885507351347149'/><link rel='alternate' type='text/html' href='http://lukejpocock.blogspot.com/2008/01/asp-retrieving-login-name.html' title='ASP Retrieving Login Name'/><author><name>Aus_Pokey</name><uri>http://www.blogger.com/profile/03606792723644250580</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://bp1.blogger.com/_hSqW0p8GnaQ/R-DpTtd9p-I/AAAAAAAADlE/QALJQI8DPNc/S220/P3180027.jpg'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8079621118620556169.post-1598878951547315949</id><published>2007-12-23T17:45:00.000+11:00</published><updated>2007-12-23T17:52:17.230+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Sequence'/><category scheme='http://www.blogger.com/atom/ns#' term='Database'/><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><category scheme='http://www.blogger.com/atom/ns#' term='MSSQL'/><category scheme='http://www.blogger.com/atom/ns#' term='Identity'/><title type='text'>SQL Confusion</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Problem: &lt;/span&gt;I have learnt SQL using an Oracle database at university and tried to use the keyword sequence when developing SQL for MSSQL.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Solution: &lt;/span&gt;MSSQL does not support Sequence and after some research I found a solution from this article:&lt;br /&gt;&lt;br /&gt;http://www.pcbuyersguide.co.za/showthread.php?t=4104&lt;br /&gt;&lt;br /&gt;The solution is to use this code&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 500px; height: 130px; text-align: left;"&gt;CREATE TABLE [dbo].[Customers] (&lt;br /&gt;  &lt;b&gt; [pk_ID] [int] &lt;span style="color:Red;"&gt;IDENTITY&lt;/span&gt; (&lt;span style="color:DarkGreen;"&gt;1&lt;/span&gt;, &lt;span style="color:Orange;"&gt;1&lt;/span&gt;) NOT NULL ,&lt;/b&gt;&lt;br /&gt;   [sValue] [char] (10) NULL ,&lt;br /&gt;   [sDesc] [char] (10) NULL ,&lt;br /&gt;   [iOrd] [numeric](18, 0) NULL&lt;br /&gt;) ON [PRIMARY]&lt;br /&gt;GO&lt;/pre&gt;&lt;/blockquote&gt;using Identity will allow a start point and to increment each record that is added to the databse.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8079621118620556169-1598878951547315949?l=lukejpocock.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lukejpocock.blogspot.com/feeds/1598878951547315949/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8079621118620556169&amp;postID=1598878951547315949' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8079621118620556169/posts/default/1598878951547315949'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8079621118620556169/posts/default/1598878951547315949'/><link rel='alternate' type='text/html' href='http://lukejpocock.blogspot.com/2007/12/sql-confusion.html' title='SQL Confusion'/><author><name>Aus_Pokey</name><uri>http://www.blogger.com/profile/03606792723644250580</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://bp1.blogger.com/_hSqW0p8GnaQ/R-DpTtd9p-I/AAAAAAAADlE/QALJQI8DPNc/S220/P3180027.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8079621118620556169.post-4398561398488768104</id><published>2007-12-17T11:47:00.000+11:00</published><updated>2007-12-17T12:18:34.621+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet Explorer'/><category scheme='http://www.blogger.com/atom/ns#' term='Icon'/><category scheme='http://www.blogger.com/atom/ns#' term='HTML'/><title type='text'>Icon not appearing in HTML pages using Inernet Explorer</title><content type='html'>&lt;p class="MsoNormal" style="margin-bottom: 12pt; line-height: normal;"&gt;&lt;b&gt;&lt;span style=""&gt;Problem:&lt;/span&gt;&lt;/b&gt;&lt;span style=""&gt; Icon not appearing when linking an icon to a HTML page in Internet Explorer but appearing in Firefox&lt;/span&gt;&lt;span style=""&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;b&gt;&lt;span style=""&gt;Solution: &lt;/span&gt;&lt;/b&gt;&lt;span style=""&gt;The code below shows what I had used on the a HTML page:&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style=""&gt;&lt;blockquote&gt;&lt; rel="icon" href="images/intefaces/riskStrategies40x40.ico" type="image/x-icon"&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style=""&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style=""&gt;***Note "link" should appear before "rel"***&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style=""&gt;After some research, this was the code I ended up using:&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;br /&gt;&lt;span style=""&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style=""&gt;&lt;blockquote&gt;&lt; rel="icon" href="riskStrategies40x40.ico"&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style=""&gt;***Note "link" should appear before "rel"***&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style=""&gt;The icon must be in the root directory and an absolute address.&lt;span style=""&gt;  &lt;/span&gt;Also the type was deleted.&lt;span style=""&gt;  &lt;/span&gt;Not sure of the reasoning why it did not work in the first place but does now in both Internet Explorer and Firefox&lt;/span&gt;&lt;span style=""&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8079621118620556169-4398561398488768104?l=lukejpocock.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lukejpocock.blogspot.com/feeds/4398561398488768104/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8079621118620556169&amp;postID=4398561398488768104' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8079621118620556169/posts/default/4398561398488768104'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8079621118620556169/posts/default/4398561398488768104'/><link rel='alternate' type='text/html' href='http://lukejpocock.blogspot.com/2007/12/icon-not-appearing-in-html-pages-using.html' title='Icon not appearing in HTML pages using Inernet Explorer'/><author><name>Aus_Pokey</name><uri>http://www.blogger.com/profile/03606792723644250580</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://bp1.blogger.com/_hSqW0p8GnaQ/R-DpTtd9p-I/AAAAAAAADlE/QALJQI8DPNc/S220/P3180027.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8079621118620556169.post-3098503502434228897</id><published>2007-11-13T17:08:00.000+11:00</published><updated>2007-11-13T18:10:59.333+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Network'/><category scheme='http://www.blogger.com/atom/ns#' term='Computer Name'/><category scheme='http://www.blogger.com/atom/ns#' term='Pool'/><category scheme='http://www.blogger.com/atom/ns#' term='Centaman'/><title type='text'>Network Issues at Outdoor Swimming Pool</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Situtation:&lt;/span&gt; Two computers Networked together for purposes of printing and tending of money through &lt;a href="http://www.centaman.com.au/"&gt;Centaman Systems.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Problem 1: &lt;/span&gt;Computers were not talking.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Solution:&lt;/span&gt; Not sure what had happened before I had got there but just made sure they were both plugged in and that the network connections were enabled.  All worked then.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Problem 2: &lt;/span&gt;Centaman was not loading on slave machine, bringing up an error about "Could not find Computer Destination Address". &lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Solution: &lt;/span&gt;Again, not sure what had happened before me but the computer name had been changed and centaman can not change the computer name it looks for.  To fix this, I had changed server computer back to what it was looking for and then it worked.&lt;br /&gt;&lt;br /&gt;Payment was a Tim Tam Cornetto.  Should try it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8079621118620556169-3098503502434228897?l=lukejpocock.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lukejpocock.blogspot.com/feeds/3098503502434228897/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8079621118620556169&amp;postID=3098503502434228897' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8079621118620556169/posts/default/3098503502434228897'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8079621118620556169/posts/default/3098503502434228897'/><link rel='alternate' type='text/html' href='http://lukejpocock.blogspot.com/2007/11/network-issues-at-outdoor-swimming-pool.html' title='Network Issues at Outdoor Swimming Pool'/><author><name>Aus_Pokey</name><uri>http://www.blogger.com/profile/03606792723644250580</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://bp1.blogger.com/_hSqW0p8GnaQ/R-DpTtd9p-I/AAAAAAAADlE/QALJQI8DPNc/S220/P3180027.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8079621118620556169.post-3220482310721893475</id><published>2007-11-13T16:49:00.000+11:00</published><updated>2007-11-13T17:54:51.715+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Risk Strategies'/><category scheme='http://www.blogger.com/atom/ns#' term='Javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='Frames'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><title type='text'>Google and Frames Issue</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Problem:&lt;/span&gt; The &lt;a href="http://www.riskstrategies.com.au/"&gt;ACOHS Risk Strategies&lt;/a&gt; website that I am currently working on has dropped positions on Google as well as there is no link on Google to the home page.  The site is based on frames and because the link is not directly to the home page, the site looks incomplete.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Solution:&lt;/span&gt; I have researched a lot to find a temporary solution for the time being.  I have come across this site:&lt;br /&gt;&lt;br /&gt;http://searchenginewatch.com/showPage.html?page=2167901&lt;br /&gt;&lt;br /&gt;Which gives a guide to implementing a solution.  It first speaks about "noFrame" browsers and how to control that.  Also speaks about search engines having great difficulty in reading the site.  What I have done that has been spoken about in this article is used the line of JavaScript in each page:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;pre id="line1"&gt;&lt;span id="__firefox-tidy-id" style="background-color: rgb(221, 221, 255);"&gt;&lt; &lt;span class="start-tag"&gt;SCRIPT&lt;/span&gt;&lt;span class="attribute-name"&gt; LANGUAGE&lt;/span&gt;=&lt;span class="attribute-value"&gt;"JavaScript"&lt;/span&gt; &gt;&lt;/span&gt;&lt;br /&gt;&lt; !-- if (top == self) self.location.href = "index.html"; // -- &gt;&lt;br /&gt;&lt; / &lt;span class="end-tag"&gt;SCRIPT&lt;/span&gt; &gt; &lt;blockquote&gt;&lt;/blockquote&gt;&lt;/pre&gt;&lt;/blockquote&gt;&lt;br /&gt;What this does is ensures that if the page is loaded and has no frames around it, it will link back to the page with links in it.&lt;br /&gt;&lt;br /&gt;Not a complete solution but for now, it will do.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8079621118620556169-3220482310721893475?l=lukejpocock.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lukejpocock.blogspot.com/feeds/3220482310721893475/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8079621118620556169&amp;postID=3220482310721893475' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8079621118620556169/posts/default/3220482310721893475'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8079621118620556169/posts/default/3220482310721893475'/><link rel='alternate' type='text/html' href='http://lukejpocock.blogspot.com/2007/11/google-and-frames-issue.html' title='Google and Frames Issue'/><author><name>Aus_Pokey</name><uri>http://www.blogger.com/profile/03606792723644250580</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://bp1.blogger.com/_hSqW0p8GnaQ/R-DpTtd9p-I/AAAAAAAADlE/QALJQI8DPNc/S220/P3180027.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8079621118620556169.post-7587078774152497824</id><published>2007-09-24T23:10:00.000+10:00</published><updated>2007-11-13T17:05:53.671+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Error'/><category scheme='http://www.blogger.com/atom/ns#' term='PHP'/><category scheme='http://www.blogger.com/atom/ns#' term='Database'/><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>Websystems 2: PHP CGI error</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Problem:&lt;/span&gt; An CGI error kept occuring when inserting data to the database and could not find the problem&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Solution:&lt;/span&gt; Missed some simple code&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;oci_free_statement($stmt); &lt;/blockquote&gt;&lt;br /&gt;The statement was not closed which created errors.  Fairly simple error but may happen again&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8079621118620556169-7587078774152497824?l=lukejpocock.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lukejpocock.blogspot.com/feeds/7587078774152497824/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8079621118620556169&amp;postID=7587078774152497824' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8079621118620556169/posts/default/7587078774152497824'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8079621118620556169/posts/default/7587078774152497824'/><link rel='alternate' type='text/html' href='http://lukejpocock.blogspot.com/2007/09/websystems-2-php-cgi-error.html' title='Websystems 2: PHP CGI error'/><author><name>Aus_Pokey</name><uri>http://www.blogger.com/profile/03606792723644250580</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://bp1.blogger.com/_hSqW0p8GnaQ/R-DpTtd9p-I/AAAAAAAADlE/QALJQI8DPNc/S220/P3180027.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8079621118620556169.post-5182151727330218847</id><published>2007-09-24T17:44:00.000+10:00</published><updated>2007-11-13T17:05:34.684+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Error'/><category scheme='http://www.blogger.com/atom/ns#' term='PHP'/><category scheme='http://www.blogger.com/atom/ns#' term='Database'/><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>Websystems 2: PHP and database occuring problem</title><content type='html'>I had thought that it maybe a good idea to blog what I am doing over and over incorrectly.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;When retrieving attributes from the database:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;while ($row = oci_fetch_array ($stmt))&lt;br /&gt;       {&lt;br /&gt;? &gt;&lt;br /&gt;          Breed: &lt; value = ""&gt;&lt;br /&gt;             &lt; ? echo $row["BREED_NAME"]; ? &gt;&lt;br /&gt;          &lt; /option &gt;&lt;br /&gt; &lt;br /&gt;    &lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Attributes have to be in capitals or else errors occur.  My problem is that I write what the attribute of the database case is for which is in lower case.&lt;br /&gt;&lt;br /&gt;Problem solved&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8079621118620556169-5182151727330218847?l=lukejpocock.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lukejpocock.blogspot.com/feeds/5182151727330218847/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8079621118620556169&amp;postID=5182151727330218847' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8079621118620556169/posts/default/5182151727330218847'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8079621118620556169/posts/default/5182151727330218847'/><link rel='alternate' type='text/html' href='http://lukejpocock.blogspot.com/2007/09/websystems-2-php-and-database-occuring.html' title='Websystems 2: PHP and database occuring problem'/><author><name>Aus_Pokey</name><uri>http://www.blogger.com/profile/03606792723644250580</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://bp1.blogger.com/_hSqW0p8GnaQ/R-DpTtd9p-I/AAAAAAAADlE/QALJQI8DPNc/S220/P3180027.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8079621118620556169.post-7004600442250721511</id><published>2007-09-24T14:08:00.000+10:00</published><updated>2007-11-13T17:06:21.260+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PHP'/><category scheme='http://www.blogger.com/atom/ns#' term='Session'/><title type='text'>Websystems 2: PHP Session problem</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Problem&lt;/span&gt;: I wanted to use sessions for an login so it remembers username and password.  i had used the code:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt; ?        ob_start();        session_start(); ? &gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;but kept getting errors about already defined header.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Solution&lt;/span&gt;: The code was put in the incorrect position.  This code needs to be above the html header as I found out after 20mins of pulling my hair out.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8079621118620556169-7004600442250721511?l=lukejpocock.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lukejpocock.blogspot.com/feeds/7004600442250721511/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8079621118620556169&amp;postID=7004600442250721511' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8079621118620556169/posts/default/7004600442250721511'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8079621118620556169/posts/default/7004600442250721511'/><link rel='alternate' type='text/html' href='http://lukejpocock.blogspot.com/2007/09/websystems-2-php-session-problem.html' title='Websystems 2: PHP Session problem'/><author><name>Aus_Pokey</name><uri>http://www.blogger.com/profile/03606792723644250580</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://bp1.blogger.com/_hSqW0p8GnaQ/R-DpTtd9p-I/AAAAAAAADlE/QALJQI8DPNc/S220/P3180027.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8079621118620556169.post-3822565415612202110</id><published>2007-09-18T13:54:00.000+10:00</published><updated>2007-11-13T17:06:42.723+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Ipod'/><title type='text'>Ipod Nano Freeze Alert</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Problem&lt;/span&gt;- Ipod Nano had frozen with the screen lit up and no ways in communicating or controlling the IPod.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Solution&lt;/span&gt; - The way to restart the Ipod is by select the menu and middle button and holding both down for 10 seconds which then fixed the problem&lt;br /&gt;&lt;br /&gt;-- Only a small issue but I need something for my blog.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8079621118620556169-3822565415612202110?l=lukejpocock.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lukejpocock.blogspot.com/feeds/3822565415612202110/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8079621118620556169&amp;postID=3822565415612202110' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8079621118620556169/posts/default/3822565415612202110'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8079621118620556169/posts/default/3822565415612202110'/><link rel='alternate' type='text/html' href='http://lukejpocock.blogspot.com/2007/09/ipod-nano-freeze-alert.html' title='Ipod Nano Freeze Alert'/><author><name>Aus_Pokey</name><uri>http://www.blogger.com/profile/03606792723644250580</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://bp1.blogger.com/_hSqW0p8GnaQ/R-DpTtd9p-I/AAAAAAAADlE/QALJQI8DPNc/S220/P3180027.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8079621118620556169.post-3064213791228535608</id><published>2007-09-04T12:00:00.000+10:00</published><updated>2007-11-13T17:07:15.409+11:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='http://lukejpocock.googlepages.com'/><category scheme='http://www.blogger.com/atom/ns#' term='Introduction'/><title type='text'>Getting Started</title><content type='html'>Hello World&lt;br /&gt;&lt;br /&gt;Getting started on this blog to help me record all my issues that I have found in my IT career, hopefully helping me out if issues occur again in which I can refer to it.  Hopefully you can make sense of my work and it may help you out in solving your issues.&lt;br /&gt;&lt;br /&gt;Initially this blog is going to hold issues in my assignment at University.  The headings will specify the subject that the  problem will occur.&lt;br /&gt;&lt;br /&gt;Visit my profile page on &lt;a href="http://lukejpocock.googlepages.com/"&gt;http://lukejpocock.googlepages.com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Happy blogging world&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8079621118620556169-3064213791228535608?l=lukejpocock.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lukejpocock.blogspot.com/feeds/3064213791228535608/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8079621118620556169&amp;postID=3064213791228535608' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8079621118620556169/posts/default/3064213791228535608'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8079621118620556169/posts/default/3064213791228535608'/><link rel='alternate' type='text/html' href='http://lukejpocock.blogspot.com/2007/09/getting-started.html' title='Getting Started'/><author><name>Aus_Pokey</name><uri>http://www.blogger.com/profile/03606792723644250580</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://bp1.blogger.com/_hSqW0p8GnaQ/R-DpTtd9p-I/AAAAAAAADlE/QALJQI8DPNc/S220/P3180027.jpg'/></author><thr:total>0</thr:total></entry></feed>
