<?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:blogger='http://schemas.google.com/blogger/2008' 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-7078483412184352468</id><updated>2019-05-19T02:12:32.197-07:00</updated><category term="SEO"/><category term="Web development"/><category term="ASP.NET"/><category term="advice"/><category term="Facebook"/><category term="JavaScript"/><category term="Social Networking"/><category term="C Sharp"/><category term="How to"/><category term="Twitter"/><category term="Web Design"/><category term="blog advice"/><category term="jQuery"/><category term="SQL"/><category term="UI"/><category term="Wordpress"/><category term="marketing"/><category term="HTML"/><category term="JavaScript Library"/><category term="Link building"/><category term="Primary key"/><category term="Productivity"/><category term="Visual Studio"/><category term="advertising"/><category term="blog  Ideas"/><category term="first blog post"/><category term="flash"/><category term="framework"/><category term="Adobe"/><category term="Advantages and Disadvantages"/><category term="Blogger"/><category term="CSS"/><category term="Cell phone browser compatibility"/><category term="DHTML"/><category term="Edge"/><category term="Habanero"/><category term="Installer"/><category term="LinkedIn"/><category term="Menu system"/><category term="Microsoft"/><category term="Never again"/><category term="P/Invoke"/><category term="Pietermaritzburg"/><category term="Play flash below"/><category term="Press Release"/><category term="SQL injection"/><category term="Search Engine Rankings"/><category term="South Africa"/><category term="Tree view"/><category term="Website"/><category term="Writing Better Code"/><category term="authentication"/><category term="blog comparison"/><category term="browser"/><category term="events"/><category term="indexOf"/><category term="juice"/><category term="link exchange"/><category term="link spam"/><category term="new blog"/><category term="slideshow"/><category term="technology"/><category term="tumblr"/><category term="viral marketing"/><category term="web hosting"/><category term="webmaster"/><title type='text'>Carl Bartlett | Lost in the Stack Trace</title><subtitle type='html'>A blog by Carl Bartlett, Software Developer and Comic Book Geek</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://webmisterradixlecti.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default'/><link rel='alternate' type='text/html' href='http://webmisterradixlecti.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default?start-index=26&amp;max-results=25'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>44</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7078483412184352468.post-3299391454509084391</id><published>2015-11-26T06:17:00.003-08:00</published><updated>2016-05-28T06:07:55.785-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="browser"/><category scheme="http://www.blogger.com/atom/ns#" term="Edge"/><category scheme="http://www.blogger.com/atom/ns#" term="Microsoft"/><category scheme="http://www.blogger.com/atom/ns#" term="Web development"/><title type='text'>RE: Microsoft Edge</title><summary type="text">

Dear Microsoft

On behalf of web developers everywhere, I’m asking, or rather begging, please stop making browsers.

It’s not your core business, and you are just not good at it. Give it up! Let it go.Stop making my life a living hell of coding around the problems that you make for me.

You can’t fix the problem because you are the problem. So stop trying, and for the love of all that is good, </summary><link rel='replies' type='application/atom+xml' href='http://webmisterradixlecti.blogspot.com/feeds/3299391454509084391/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webmisterradixlecti.blogspot.com/2015/11/re-microsoft-edge.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/3299391454509084391'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/3299391454509084391'/><link rel='alternate' type='text/html' href='http://webmisterradixlecti.blogspot.com/2015/11/re-microsoft-edge.html' title='RE: Microsoft Edge'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://1.bp.blogspot.com/-knYUUy1zBRw/VlcTgr95K-I/AAAAAAAADdM/ahik0OgHaE4/s72-c/Blog.jpg" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7078483412184352468.post-3205350215814161997</id><published>2013-04-28T03:18:00.000-07:00</published><updated>2013-04-28T03:54:52.699-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="ASP.NET"/><category scheme="http://www.blogger.com/atom/ns#" term="C Sharp"/><category scheme="http://www.blogger.com/atom/ns#" term="Primary key"/><category scheme="http://www.blogger.com/atom/ns#" term="SQL"/><category scheme="http://www.blogger.com/atom/ns#" term="Web development"/><title type='text'>Get the Primary key on Insert Using Entity Framework</title><summary type="text">




Hey guys, this is just a quick code example to show how you can get the auto incrementing Primary Key ID when inserting a new row using Entity Framework.




  
All you need to do is insert the record as you normally would, then 
after you saveChanges() just assign the ID to an integer as seen below.
 int TaskID;  
 using (var context = new AppName.Data.Matters.MatterContext())  
 {  
   </summary><link rel='replies' type='application/atom+xml' href='http://webmisterradixlecti.blogspot.com/feeds/3205350215814161997/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webmisterradixlecti.blogspot.com/2013/04/get-primary-key-on-insert-using-entity.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/3205350215814161997'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/3205350215814161997'/><link rel='alternate' type='text/html' href='http://webmisterradixlecti.blogspot.com/2013/04/get-primary-key-on-insert-using-entity.html' title='Get the Primary key on Insert Using Entity Framework'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-IbT9JJ-mNDM/UXz_t3uLL1I/AAAAAAAAAY4/dOsqVCoLfbw/s72-c/FindKey.jpg" height="72" width="72"/><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7078483412184352468.post-1522796535872002720</id><published>2013-04-10T09:49:00.001-07:00</published><updated>2013-04-10T14:24:43.876-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="ASP.NET"/><category scheme="http://www.blogger.com/atom/ns#" term="events"/><category scheme="http://www.blogger.com/atom/ns#" term="JavaScript Library"/><category scheme="http://www.blogger.com/atom/ns#" term="jQuery"/><category scheme="http://www.blogger.com/atom/ns#" term="UI"/><category scheme="http://www.blogger.com/atom/ns#" term="Web development"/><title type='text'>ASP.NET Postback in jQuery UI Modal Dialog</title><summary type="text">



Why is the postback not working?

When you use the jQuery UI Modal Dialog it pulls the referenced Div out of the form to create the Modal Dialog. As a result  ASP.Net elements such as the asp:Button and asp: TextBox will not function as they need to be in the form for your code behind to access them and the postback to work.


How do we fix it?

The easiest fix is to simply add the Div back </summary><link rel='replies' type='application/atom+xml' href='http://webmisterradixlecti.blogspot.com/feeds/1522796535872002720/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webmisterradixlecti.blogspot.com/2013/04/aspnet-postback-in-jquery-ui-modal.html#comment-form' title='18 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/1522796535872002720'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/1522796535872002720'/><link rel='alternate' type='text/html' href='http://webmisterradixlecti.blogspot.com/2013/04/aspnet-postback-in-jquery-ui-modal.html' title='ASP.NET Postback in jQuery UI Modal Dialog'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-emuqDLmMdEs/UWWWuRVNmzI/AAAAAAAAAVU/bZRJXkHdVVk/s72-c/popup.jpg" height="72" width="72"/><thr:total>18</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7078483412184352468.post-114668385262014502</id><published>2013-03-17T10:56:00.003-07:00</published><updated>2013-04-07T03:00:20.587-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="ASP.NET"/><category scheme="http://www.blogger.com/atom/ns#" term="C Sharp"/><category scheme="http://www.blogger.com/atom/ns#" term="How to"/><category scheme="http://www.blogger.com/atom/ns#" term="Writing Better Code"/><title type='text'>Writing Better C# Code - If Statements</title><summary type="text">

A very important part of being a good programmer is writing concise and clean code. There are many ways that we can eliminate unnecessary code so I will be writing a few articles about how to write better code, but I will start with the humble “If Statement”. 

I think a lot of developers zero in on Objects and Classes in C# because it is an Object Orientated development language, and they </summary><link rel='replies' type='application/atom+xml' href='http://webmisterradixlecti.blogspot.com/feeds/114668385262014502/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webmisterradixlecti.blogspot.com/2013/03/writing-better-c-code-if-statements.html#comment-form' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/114668385262014502'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/114668385262014502'/><link rel='alternate' type='text/html' href='http://webmisterradixlecti.blogspot.com/2013/03/writing-better-c-code-if-statements.html' title='Writing Better C# Code - If Statements'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-8LZCBxTvG7o/UUX_I7FCZpI/AAAAAAAAAPk/WtStKdOD6nE/s72-c/Batman_Bad_Code.jpg" height="72" width="72"/><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7078483412184352468.post-746786906676803003</id><published>2012-10-21T20:59:00.001-07:00</published><updated>2013-08-22T23:32:16.472-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="indexOf"/><category scheme="http://www.blogger.com/atom/ns#" term="JavaScript"/><category scheme="http://www.blogger.com/atom/ns#" term="Web Design"/><category scheme="http://www.blogger.com/atom/ns#" term="Web development"/><title type='text'>JavaScript SecondIndexOf or (x)indexOf</title><summary type="text">

The JavaScript indexOf() and lastIndexOf() methods return the position of the first and last occurrence of a specified value in a string

You can learn more about them here

These can be very usefull, but what if you want the Second indexOf() to get the second occurrence of a specified value in a string. There is no standard JavaScript method for this, so I made my own one;

 function </summary><link rel='replies' type='application/atom+xml' href='http://webmisterradixlecti.blogspot.com/feeds/746786906676803003/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webmisterradixlecti.blogspot.com/2012/10/javascript-secondindexof-or-xindexof.html#comment-form' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/746786906676803003'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/746786906676803003'/><link rel='alternate' type='text/html' href='http://webmisterradixlecti.blogspot.com/2012/10/javascript-secondindexof-or-xindexof.html' title='JavaScript SecondIndexOf or (x)indexOf'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-Ze9tulBChug/UITEmynODII/AAAAAAAAAO0/8IyT9HILE04/s72-c/secondIndexOf.png" height="72" width="72"/><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7078483412184352468.post-7859176105311188812</id><published>2012-10-07T09:16:00.000-07:00</published><updated>2013-04-07T02:56:23.283-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="ASP.NET"/><category scheme="http://www.blogger.com/atom/ns#" term="C Sharp"/><category scheme="http://www.blogger.com/atom/ns#" term="Visual Studio"/><title type='text'>Visual Studio Tips &amp; Tricks to Streamline Development</title><summary type="text">

Here are a few of my favorite Visual Studio tips &amp; tricks that I use to streamline my development;


Record and play temporary macro

Press Ctrl+Shift+R to record a new temporary macro, then press Ctrl+Shift+R to stop recording.
Ctrl+Shift+P will play the recorded macro.


Previous cursor positions

Ctrl+- (i.e. Ctrl and Hyphen)  cycles you through the code positions that you have visited.
Use </summary><link rel='replies' type='application/atom+xml' href='http://webmisterradixlecti.blogspot.com/feeds/7859176105311188812/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webmisterradixlecti.blogspot.com/2012/10/visual-studio-tips-tricks-to-streamline.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/7859176105311188812'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/7859176105311188812'/><link rel='alternate' type='text/html' href='http://webmisterradixlecti.blogspot.com/2012/10/visual-studio-tips-tricks-to-streamline.html' title='Visual Studio Tips &amp; Tricks to Streamline Development'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-8GXW6AJB0qM/UHGqke9R8JI/AAAAAAAAAOc/Zp2F9VPj1e4/s72-c/helpful_tips.jpg" height="72" width="72"/><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7078483412184352468.post-2030376887301334683</id><published>2012-09-16T09:33:00.000-07:00</published><updated>2013-04-06T13:42:32.846-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="HTML"/><category scheme="http://www.blogger.com/atom/ns#" term="JavaScript"/><category scheme="http://www.blogger.com/atom/ns#" term="Web Design"/><category scheme="http://www.blogger.com/atom/ns#" term="Web development"/><title type='text'>JavaScript Error – Submit is not a Function</title><summary type="text">


If you get the JavaScript error “Submit is not a Function” then you are probably trying to call the Form’s Submit() Method, but you also have a button whitch is called Submit. This results in a conflict in the JavaScript becuse the Submit Method is already bound to the button.

The Solution is simply to change the name of the button so that name=”newname” (or what ever you prefer). </summary><link rel='replies' type='application/atom+xml' href='http://webmisterradixlecti.blogspot.com/feeds/2030376887301334683/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webmisterradixlecti.blogspot.com/2012/09/javascript-error-submit-is-not-function.html#comment-form' title='8 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/2030376887301334683'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/2030376887301334683'/><link rel='alternate' type='text/html' href='http://webmisterradixlecti.blogspot.com/2012/09/javascript-error-submit-is-not-function.html' title='JavaScript Error – Submit is not a Function'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-BYxkaOmuB7o/UWCIpw0DW4I/AAAAAAAAASc/sMDl_FNuoWw/s72-c/angry-must-resist.fw.png" height="72" width="72"/><thr:total>8</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7078483412184352468.post-7719127712108469393</id><published>2012-09-09T11:33:00.001-07:00</published><updated>2013-04-17T00:40:00.834-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="advice"/><category scheme="http://www.blogger.com/atom/ns#" term="ASP.NET"/><category scheme="http://www.blogger.com/atom/ns#" term="authentication"/><category scheme="http://www.blogger.com/atom/ns#" term="C Sharp"/><category scheme="http://www.blogger.com/atom/ns#" term="P/Invoke"/><category scheme="http://www.blogger.com/atom/ns#" term="Web development"/><title type='text'>C# accessing or copying files over a network that requires authentication</title><summary type="text">




I was working on a project with the requirement that I copy files over a network connection that needed username and password  authentication. The big problem that I found was that the .NET framework did not natively expose the win32 API needed to do this, so I had to write my own wrapper using P/Invoke.

You can learn more about P/Invoke on MSDN or check out the pinvoke.net wiki for tons of</summary><link rel='replies' type='application/atom+xml' href='http://webmisterradixlecti.blogspot.com/feeds/7719127712108469393/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webmisterradixlecti.blogspot.com/2012/09/c-accessing-or-copying-files-over.html#comment-form' title='10 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/7719127712108469393'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/7719127712108469393'/><link rel='alternate' type='text/html' href='http://webmisterradixlecti.blogspot.com/2012/09/c-accessing-or-copying-files-over.html' title='C# accessing or copying files over a network that requires authentication'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-8dk8pb4tLIQ/UW5RQDjaTHI/AAAAAAAAAXs/x_TZx7nTS7E/s72-c/authenticationRequired.jpg" height="72" width="72"/><thr:total>10</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7078483412184352468.post-2344682802924281334</id><published>2012-09-01T07:52:00.000-07:00</published><updated>2012-09-09T11:48:15.062-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="advice"/><category scheme="http://www.blogger.com/atom/ns#" term="ASP.NET"/><category scheme="http://www.blogger.com/atom/ns#" term="Web development"/><title type='text'>A New Job and A New Focus</title><summary type="text">


I would like to start by apologizing for not posting on this blog for such a long time, I have just started a new job in a new city and I’ve been hellishly busy as a result.


The New Job

This all happened because I was getting complacent at my old job, having been there for 13 years, and was not growing as a developer. At the same time, I was suddenly inundated with recruiters desperate for </summary><link rel='replies' type='application/atom+xml' href='http://webmisterradixlecti.blogspot.com/feeds/2344682802924281334/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webmisterradixlecti.blogspot.com/2012/09/a-new-job-and-new-focus.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/2344682802924281334'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/2344682802924281334'/><link rel='alternate' type='text/html' href='http://webmisterradixlecti.blogspot.com/2012/09/a-new-job-and-new-focus.html' title='A New Job and A New Focus'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-BGDtwJzD-kE/UEIg5jAOB2I/AAAAAAAAAL0/8qUc1ObU4FQ/s72-c/newjob.png" height="72" width="72"/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7078483412184352468.post-8998926387177891724</id><published>2012-07-23T08:22:00.001-07:00</published><updated>2013-04-29T10:10:37.086-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="ASP.NET"/><category scheme="http://www.blogger.com/atom/ns#" term="How to"/><category scheme="http://www.blogger.com/atom/ns#" term="Primary key"/><category scheme="http://www.blogger.com/atom/ns#" term="SQL"/><category scheme="http://www.blogger.com/atom/ns#" term="Web development"/><title type='text'>C# Get Primary ID Key on SQL Insert</title><summary type="text">
 



How do I get the primary ID key on SQL Insert in C#
If you need to get the auto-generated Primary Key of a newly added record when inserting into SQL server, it can be a nightmare. Some people try to use timestamps and unique data to look up the record in a new query, but you don’t need to do all that.



Update: I have different post for how to Get the Primary Key on insert using Entity </summary><link rel='replies' type='application/atom+xml' href='http://webmisterradixlecti.blogspot.com/feeds/8998926387177891724/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webmisterradixlecti.blogspot.com/2012/07/c-get-primary-id-key-on-sql-insert.html#comment-form' title='14 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/8998926387177891724'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/8998926387177891724'/><link rel='alternate' type='text/html' href='http://webmisterradixlecti.blogspot.com/2012/07/c-get-primary-id-key-on-sql-insert.html' title='C# Get Primary ID Key on SQL Insert'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-Dhmkj7Uenv4/UWXgmcdO46I/AAAAAAAAAWc/841l6kMt7uk/s72-c/PrimaryKey.jpg" height="72" width="72"/><thr:total>14</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7078483412184352468.post-445135178033463827</id><published>2012-05-13T09:14:00.000-07:00</published><updated>2013-04-10T14:46:15.166-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Facebook"/><category scheme="http://www.blogger.com/atom/ns#" term="How to"/><category scheme="http://www.blogger.com/atom/ns#" term="marketing"/><category scheme="http://www.blogger.com/atom/ns#" term="SEO"/><category scheme="http://www.blogger.com/atom/ns#" term="Social Networking"/><title type='text'>Facebook Marketing Fail - A mini case study</title><summary type="text">Hi guys, I just witnessed a massive marketing failure this last week on facebook (ok… I kinda, sorta, am partly to blame), and I’m going to tell you how it went down.








So my favourite local meat deli decided that they needed to do some facebook marketing, and set up a group on facebook, and they even managed to get 680 members in the group. That’s pretty amazing for a local deli. 

The </summary><link rel='replies' type='application/atom+xml' href='http://webmisterradixlecti.blogspot.com/feeds/445135178033463827/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webmisterradixlecti.blogspot.com/2012/05/facebook-marketing-fail-mini-case-study.html#comment-form' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/445135178033463827'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/445135178033463827'/><link rel='alternate' type='text/html' href='http://webmisterradixlecti.blogspot.com/2012/05/facebook-marketing-fail-mini-case-study.html' title='Facebook Marketing Fail - A mini case study'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-7Q36r2J9WTM/UBPS7vXIJqI/AAAAAAAAALY/qOQKiNqKBR0/s72-c/fb_explosion.png" height="72" width="72"/><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7078483412184352468.post-7813538308682093942</id><published>2012-04-19T09:04:00.001-07:00</published><updated>2013-04-17T00:00:23.832-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="JavaScript"/><category scheme="http://www.blogger.com/atom/ns#" term="jQuery"/><category scheme="http://www.blogger.com/atom/ns#" term="slideshow"/><category scheme="http://www.blogger.com/atom/ns#" term="UI"/><category scheme="http://www.blogger.com/atom/ns#" term="Web Design"/><category scheme="http://www.blogger.com/atom/ns#" term="Web development"/><category scheme="http://www.blogger.com/atom/ns#" term="Wordpress"/><title type='text'>Slideshow with multiple hyperlinks links per slide</title><summary type="text">



Have you seen those websites with the cool slideshows that have items on each slide which link to other pages?

Well, one of my customers had seen this, and that’s what they wanted, only they wanted to have 3 different links on each slide.

There are a lot of WordPress plugins that provide this sort of feature, but not with the degree of control that I wanted. 

The solution that I found was </summary><link rel='replies' type='application/atom+xml' href='http://webmisterradixlecti.blogspot.com/feeds/7813538308682093942/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webmisterradixlecti.blogspot.com/2012/04/slideshow-with-multiple-hyperlinks.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/7813538308682093942'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/7813538308682093942'/><link rel='alternate' type='text/html' href='http://webmisterradixlecti.blogspot.com/2012/04/slideshow-with-multiple-hyperlinks.html' title='Slideshow with multiple hyperlinks links per slide'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-smqVG6lhvfQ/UW5IemRkdnI/AAAAAAAAAW4/xd1pmTVeQc0/s72-c/superLinks.jpg" height="72" width="72"/><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7078483412184352468.post-476211268220760724</id><published>2012-04-04T05:32:00.001-07:00</published><updated>2013-04-10T14:30:27.801-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="JavaScript"/><category scheme="http://www.blogger.com/atom/ns#" term="jQuery"/><category scheme="http://www.blogger.com/atom/ns#" term="Wordpress"/><title type='text'>jQuery cycle not crossfading in WordPress</title><summary type="text">If your jQuery cycle is not cross fading or is choppy and you are using it in WordPress or the content section of your CMS then this post is for you...






The Problem
If you put your slideshow in the content of a page, you need to be aware that the standard WYSIWYG editor places tags in the code when presenting the page, but then hides then when you use the HTML view.  

As a result, what </summary><link rel='replies' type='application/atom+xml' href='http://webmisterradixlecti.blogspot.com/feeds/476211268220760724/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webmisterradixlecti.blogspot.com/2012/04/jquery-cycle-not-crossfading-in.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/476211268220760724'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/476211268220760724'/><link rel='alternate' type='text/html' href='http://webmisterradixlecti.blogspot.com/2012/04/jquery-cycle-not-crossfading-in.html' title='jQuery cycle not crossfading in WordPress'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-mOOVRDLhUbQ/T3w9-VtorqI/AAAAAAAAAHc/Trz6EinCbJ0/s72-c/nobr.jpg" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7078483412184352468.post-9171422385038967875</id><published>2012-03-29T07:52:00.003-07:00</published><updated>2012-03-29T07:54:43.733-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="ASP.NET"/><category scheme="http://www.blogger.com/atom/ns#" term="Visual Studio"/><title type='text'>Create .sln file for ASP.NET</title><summary type="text">


How to create a .sln file for an existing ASP.NET
application



From the Visual Studio menu choose &quot;File | New |
Project...&quot;
From the resulting dialog, under &quot;Other Project
Types&quot; choose &quot;Visual Studio Solutions&quot; and create a blank solution.
Then from the Visual Studio menu choose &quot;File | Add |
Existing Web Site&quot; and point it to your web site to add it to your new solution.



It’s that </summary><link rel='replies' type='application/atom+xml' href='http://webmisterradixlecti.blogspot.com/feeds/9171422385038967875/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webmisterradixlecti.blogspot.com/2012/03/create-sln-file-for-aspnet.html#comment-form' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/9171422385038967875'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/9171422385038967875'/><link rel='alternate' type='text/html' href='http://webmisterradixlecti.blogspot.com/2012/03/create-sln-file-for-aspnet.html' title='Create .sln file for ASP.NET'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-uKJGmHvsQRQ/T3R3CnfSyAI/AAAAAAAAAHU/odqqx_koSJU/s72-c/victory_dance.gif" height="72" width="72"/><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7078483412184352468.post-8005208267771734353</id><published>2011-07-18T10:58:00.000-07:00</published><updated>2013-04-29T10:31:35.692-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="advice"/><category scheme="http://www.blogger.com/atom/ns#" term="Facebook"/><title type='text'>How to disable Facebook Chat</title><summary type="text">


PLEASE NOTE:  If you are looking for information on how to Disable Facebook Chat saving directly in your messages inbox, Click Here.

This post is simply about how to stop people from messaging you in Facebook chat.

The New Chat Sidebar

First of all, lets deal with that pesky new Sidebar




If you haven’t yet done so, click the “try now” Button. Don’t worry, It won’t do anything bad to your</summary><link rel='replies' type='application/atom+xml' href='http://webmisterradixlecti.blogspot.com/feeds/8005208267771734353/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webmisterradixlecti.blogspot.com/2011/07/how-to-disable-facebook-chat.html#comment-form' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/8005208267771734353'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/8005208267771734353'/><link rel='alternate' type='text/html' href='http://webmisterradixlecti.blogspot.com/2011/07/how-to-disable-facebook-chat.html' title='How to disable Facebook Chat'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-0ocQcG8C3Qs/TiRymKITOwI/AAAAAAAAAFw/OnU585mjYUY/s72-c/Facebook-Chat-Sidebar.jpg" height="72" width="72"/><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7078483412184352468.post-1451881574525783542</id><published>2011-06-20T09:54:00.000-07:00</published><updated>2011-07-11T08:05:26.790-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="advice"/><category scheme="http://www.blogger.com/atom/ns#" term="SQL"/><title type='text'>SQL : select between specific times but relative dates?</title><summary type="text">This is just a quick post in case any of my more technical readers ever need this solution.

An online friend of mine recently wrote a useful blog post on how to select rows between specific times but relative dates in SQL.

He uses MySQL, so if you are using SQL server, you may need to tweak the solution.

</summary><link rel='replies' type='application/atom+xml' href='http://webmisterradixlecti.blogspot.com/feeds/1451881574525783542/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webmisterradixlecti.blogspot.com/2011/06/sql-select-between-specific-times-but.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/1451881574525783542'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/1451881574525783542'/><link rel='alternate' type='text/html' href='http://webmisterradixlecti.blogspot.com/2011/06/sql-select-between-specific-times-but.html' title='SQL : select between specific times but relative dates?'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7078483412184352468.post-4749193420455112775</id><published>2011-06-19T02:38:00.000-07:00</published><updated>2012-07-15T10:14:34.714-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="advice"/><category scheme="http://www.blogger.com/atom/ns#" term="SEO"/><category scheme="http://www.blogger.com/atom/ns#" term="Social Networking"/><category scheme="http://www.blogger.com/atom/ns#" term="Twitter"/><title type='text'>10 Most and Least Retweeted Words</title><summary type="text">

If you are trying to generate traffic using twitter, then you want to get retreated for 3 reasons;
1. Links that are re-tweeted more than twice car considered to valuable by search engines.
2. If someone with a lot of followers re-tweets your link you can get a lot of visitors from their followers.
3. Some people pipe their twitter feeds into other social networks or their blogs as feeds, this </summary><link rel='replies' type='application/atom+xml' href='http://webmisterradixlecti.blogspot.com/feeds/4749193420455112775/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webmisterradixlecti.blogspot.com/2011/06/10-most-and-least-retweeted-words.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/4749193420455112775'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/4749193420455112775'/><link rel='alternate' type='text/html' href='http://webmisterradixlecti.blogspot.com/2011/06/10-most-and-least-retweeted-words.html' title='10 Most and Least Retweeted Words'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-5umvH6wwEPQ/Tf3DlZ7dR4I/AAAAAAAAAFA/-0RXfH4a9q8/s72-c/icon_top_10.png" height="72" width="72"/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7078483412184352468.post-2533042079281674117</id><published>2011-05-29T10:09:00.000-07:00</published><updated>2011-07-18T11:03:16.520-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Facebook"/><title type='text'>Disable Facebook Chat Saving Directly in the Messages (NOT)</title><summary type="text">Facebook have managed to upset users with their latest upgrade to the chat feature.

PLEASE NOTE:  If you are looking for information on how to Disable Facebook Chat so that your pesky friends don’t bug you when you are on facebook, Click here.

A lot of people are trying to find out how to disable the new Facebook “feature” that saves your full chat directly into the messages inbox as a </summary><link rel='replies' type='application/atom+xml' href='http://webmisterradixlecti.blogspot.com/feeds/2533042079281674117/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webmisterradixlecti.blogspot.com/2011/05/disable-facebook-chat-saving-directly.html#comment-form' title='42 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/2533042079281674117'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/2533042079281674117'/><link rel='alternate' type='text/html' href='http://webmisterradixlecti.blogspot.com/2011/05/disable-facebook-chat-saving-directly.html' title='Disable Facebook Chat Saving Directly in the Messages (NOT)'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-d5rZIkWUOaw/TeJ9nGF4BUI/AAAAAAAAAEw/i3803KIAH-E/s72-c/facebookPA_203x150.jpg" height="72" width="72"/><thr:total>42</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7078483412184352468.post-6023148687802315309</id><published>2011-04-30T04:00:00.000-07:00</published><updated>2012-07-15T10:16:14.523-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="SEO"/><category scheme="http://www.blogger.com/atom/ns#" term="Social Networking"/><category scheme="http://www.blogger.com/atom/ns#" term="Twitter"/><title type='text'>Tips to improve your chances of getting retweeted</title><summary type="text">Continuing on my Using twitter for SEO series,  in this post I will give you a few tips and techniques to improve your chances of getting retweeted.

Time of the day: 
Peak tweet hours - business hours. 
Peak retweet hours - 3pm to midnight.
If you want your tweets read, tweet in the morning; if you want to be retweeted, tweet at night. 
Pro Tip: Keep in mind the time zone of your target audience</summary><link rel='replies' type='application/atom+xml' href='http://webmisterradixlecti.blogspot.com/feeds/6023148687802315309/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webmisterradixlecti.blogspot.com/2011/04/tips-to-improve-your-chances-of-getting.html#comment-form' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/6023148687802315309'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/6023148687802315309'/><link rel='alternate' type='text/html' href='http://webmisterradixlecti.blogspot.com/2011/04/tips-to-improve-your-chances-of-getting.html' title='Tips to improve your chances of getting retweeted'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-ABnaLhRDZgs/TbvroQy7QOI/AAAAAAAAAEg/mOwe9085wMo/s72-c/Retweet.png" height="72" width="72"/><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7078483412184352468.post-6407946480268201212</id><published>2011-03-01T12:06:00.000-08:00</published><updated>2012-07-15T10:16:20.757-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="advice"/><category scheme="http://www.blogger.com/atom/ns#" term="SEO"/><category scheme="http://www.blogger.com/atom/ns#" term="Social Networking"/><category scheme="http://www.blogger.com/atom/ns#" term="Twitter"/><title type='text'>Are Hashtags Harming Your Twitter Success?</title><summary type="text">Over my next few posts, I will be writing about how you can use twitter for Search Engine Optimisation (SEO) and to drive traffic to your website.

In this post we will look at Hashtags. I will explain what they are and how they can both help and hurt your efforts to get more website traffic.

What are Hashtags?

By placing a the # symbol in front of a word in your tweet, you are telling twitter </summary><link rel='replies' type='application/atom+xml' href='http://webmisterradixlecti.blogspot.com/feeds/6407946480268201212/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webmisterradixlecti.blogspot.com/2011/03/are-hashtags-harming-your-twitter.html#comment-form' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/6407946480268201212'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/6407946480268201212'/><link rel='alternate' type='text/html' href='http://webmisterradixlecti.blogspot.com/2011/03/are-hashtags-harming-your-twitter.html' title='Are Hashtags Harming Your Twitter Success?'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://lh4.googleusercontent.com/-x9nc0c_ajKg/TW1RrI1qrBI/AAAAAAAAAEc/W7GX4x7VKTc/s72-c/Twitter-Hashtag.jpg" height="72" width="72"/><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7078483412184352468.post-1774245468417212611</id><published>2011-01-10T04:53:00.000-08:00</published><updated>2011-01-10T04:53:35.248-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="advice"/><category scheme="http://www.blogger.com/atom/ns#" term="Productivity"/><title type='text'>Productivity and Focus tip</title><summary type="text">Has this ever happened to you? 
You’re working on a project, and suddenly get inspiration for another project or task, perhaps you remember some other small job that needs to be done, or maybe you receive an email asking you to do something quickly for somebody else. It’s tempting to stop what you are doing and work on this other task, after all it’s just a small little thing and won’t take much </summary><link rel='replies' type='application/atom+xml' href='http://webmisterradixlecti.blogspot.com/feeds/1774245468417212611/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webmisterradixlecti.blogspot.com/2011/01/productivity-and-focus-tip.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/1774245468417212611'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/1774245468417212611'/><link rel='alternate' type='text/html' href='http://webmisterradixlecti.blogspot.com/2011/01/productivity-and-focus-tip.html' title='Productivity and Focus tip'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_wywU9nWqEz8/TSsAstz2l2I/AAAAAAAAAD0/f-obw0RHXAA/s72-c/Focus.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7078483412184352468.post-6273324492931227374</id><published>2011-01-05T08:14:00.000-08:00</published><updated>2011-03-01T12:08:38.084-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="advice"/><category scheme="http://www.blogger.com/atom/ns#" term="Productivity"/><title type='text'>Productivity with a 2do list</title><summary type="text">
As the senior software developer in a development team I have a thousand and one different things that need to be done an any given time. We have all sorts of systems in place to ensure that I do all that needs to be done; job cards, MS Outlook calendar, project documents, etcetera. Surprisingly, the most effective is still the good old fashioned “To Do” list (or 2do list as I call it).

The 2do</summary><link rel='replies' type='application/atom+xml' href='http://webmisterradixlecti.blogspot.com/feeds/6273324492931227374/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webmisterradixlecti.blogspot.com/2011/01/productivity-with-2do-list.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/6273324492931227374'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/6273324492931227374'/><link rel='alternate' type='text/html' href='http://webmisterradixlecti.blogspot.com/2011/01/productivity-with-2do-list.html' title='Productivity with a 2do list'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_wywU9nWqEz8/TSSYzWgSpHI/AAAAAAAAADw/dT2WDDPJ_sk/s72-c/MessyDesk.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7078483412184352468.post-7313705069341020266</id><published>2010-12-19T04:45:00.000-08:00</published><updated>2013-05-07T00:12:03.602-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="blog advice"/><category scheme="http://www.blogger.com/atom/ns#" term="SEO"/><title type='text'>Spring clean your blog</title><summary type="text">

I have recently suffered through the dreadful ordeal of cleaning out my cupboards at home.  Digging out the dusty relics of my past was fun at first, but by the end I had found enough crap and clutter to start my own junk planet.  This gave me a sudden brain fart... I realized that the same thing probably happens with a lot of blogs. 

So I decided to get my Mary Poppins on and “Spring clean” </summary><link rel='replies' type='application/atom+xml' href='http://webmisterradixlecti.blogspot.com/feeds/7313705069341020266/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webmisterradixlecti.blogspot.com/2010/12/spring-clean-your-blog.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/7313705069341020266'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/7313705069341020266'/><link rel='alternate' type='text/html' href='http://webmisterradixlecti.blogspot.com/2010/12/spring-clean-your-blog.html' title='Spring clean your blog'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_wywU9nWqEz8/TQ385p_TwDI/AAAAAAAAADg/2_t2txDyFe8/s72-c/spring-cleaning.jpg" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7078483412184352468.post-3259986340605094276</id><published>2010-12-17T03:04:00.000-08:00</published><updated>2010-12-19T04:32:44.025-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="juice"/><category scheme="http://www.blogger.com/atom/ns#" term="SEO"/><category scheme="http://www.blogger.com/atom/ns#" term="webmaster"/><title type='text'>Webmaster SEO Training manual - SEO Juice</title><summary type="text">I am writing a Webmaster SEO Training manual for our clients, the following is an extract from the Introduction to SEO Chapter, any thoughts?

SEO Juice

Search engines provide search results based on how pages perform in a series of algorithms to determine the relative value of a result based on a search query. Basically, the search engine is trying to mathematically deduce who is the recognised</summary><link rel='replies' type='application/atom+xml' href='http://webmisterradixlecti.blogspot.com/feeds/3259986340605094276/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webmisterradixlecti.blogspot.com/2010/12/webmaster-seo-training-manual-seo-juice.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/3259986340605094276'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/3259986340605094276'/><link rel='alternate' type='text/html' href='http://webmisterradixlecti.blogspot.com/2010/12/webmaster-seo-training-manual-seo-juice.html' title='Webmaster SEO Training manual - SEO Juice'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7078483412184352468.post-1944867464711478951</id><published>2010-10-14T03:56:00.000-07:00</published><updated>2010-10-14T03:57:11.832-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="blog  Ideas"/><category scheme="http://www.blogger.com/atom/ns#" term="blog advice"/><category scheme="http://www.blogger.com/atom/ns#" term="SEO"/><title type='text'>12 Ideas to Revitalise your Blog</title><summary type="text">Your blog may be providing some great content, but you feel like you are getting stuck in a rut and not making progress. You might want to consider diversifying a bit with guest writers (always let them link to their own blog/website in exchange for the write-up) or by using some of the following ideas; 

Lists: for example “5 brilliant Business Resources” or “10 Tips for Managers” or “10 New </summary><link rel='replies' type='application/atom+xml' href='http://webmisterradixlecti.blogspot.com/feeds/1944867464711478951/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://webmisterradixlecti.blogspot.com/2010/10/12-ideas-to-revitalise-your-blog.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/1944867464711478951'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7078483412184352468/posts/default/1944867464711478951'/><link rel='alternate' type='text/html' href='http://webmisterradixlecti.blogspot.com/2010/10/12-ideas-to-revitalise-your-blog.html' title='12 Ideas to Revitalise your Blog'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_wywU9nWqEz8/TLbhYEnh0-I/AAAAAAAAADU/gCjM_6M54iw/s72-c/idea.jpg" height="72" width="72"/><thr:total>2</thr:total></entry></feed>