|
|
Front Page News
-
|
http://www.codezest.com/archive/2008/09/28/development-tools-i-use-amp-recommend.aspx this is an excellent post. Will add to it in a bit...
|
-
|
If you are not sure about the sites you visit, make sure you try http://www.mywot.com/ It will tell you if the site is a scam or not...
|
-
|
I should have checked but www.baydownloads.com is a scam. If you type in a search box for anything it will say the file is available. Don't sign up! They will take your money!...
|
-
|
I admit, I was sucked in by Apple Iphone hype. I been a windows mobile user for many years and the bad battery life, misbehaving apps got to me. So begins my adventure with the iphone. After many issues culminating with Optus loosing my number; Verdict...Iphone...
|
-
|
My latest craze is collecting portable apps. What is portable apps you say? Applications that leave zero footprint on a client pc. Check it out here...
|
-
|
The app store isnt a new concept by any means. I mean Handango been there for the windows platform for ages. But because with Apple there is an integrated approach, it works well. The apps like everything else; is good and bad.. Not sure what Apple criteria...
|
-
|
Been a while since I blogged. Life kinda gets in the way. Natalie ( my youngest ) been having the HSC so my life been revolving around tuition and being a driver. Lately on the technology front, been playing with Windows Server 2008. I can say that my...
|
-
|
I found myself agreeing with this article. I am a windows developer pure and simple but at times windows suck http://arstechnica.com/articles/culture/what-microsoft-could-learn-from-apple.ars...
|
-
|
http://www2.john.rummellcc.com/2007/02/using-aspnet-to-open-new-browser-window_19.html...
|
-
|
Ever wondered how Windows Vista source code looks? Here it is! http://www.drunkenfairies.com/windows-vista-source-code/...
|
-
|
I have reached the point where I am totally disenchanted with the NSW government. Can they do nothing right? First is the disaster that the transport system in Sydney, then the hospital system in shambles, corruption in the councils and now this . We...
|
-
|
Over the last week or so, I been spending some quality time with Graffiti. I found that there were absolutely things that I love, even to the point of trying to convert this blog over to it. (more about this later). The layout and site design, is relatively...
|
-
|
I been hearing good things about Graffiti so I took advantage of the $99 offer from Telligent. Will be implementing it on this site this weekend. This site was built on CS2.1 and to be honest CS2.1 is too clunky for a blog. Now with the licensing costs...
|
-
|
I was using Beetztreams rss reader for a while but it doesn't quite seem to work properly so i decided to look around for something that will work on my mobile device. After some searching, I found News Break by IIium software. I don't know why...
|
-
|
I havd issues my Atom and Active sync It is not possible to use the Internet connection via ActiveSync to certain desktop computers - connection to desktop seems working correctly but Pocket Internet Explorer is showing error message 0x80072f78 each time...
|
-
|
At work, one of the logs was taking up too much space as the transaction mode was set to full and we deleted the log and had difficulty reattaching the database. There is a gem of a command that allows you to do that. exec sp_attach_single_file_db @dbname...
|
-
|
Jag showed me this..wayyy kool http://www.koders.com/info.aspx?c=tools#IDEs...
|
-
|
My trusty O2 Atom is a bit long in the tooth, and since I moved to Vodafone from Optus is being acting strangely. Vodafone swears back and blue that it isn't them but i am a bit sus about it. The phone can be on, and shows full network coverage but...
|
-
|
/// <summary> /// <summary> /// Gets Monday and Sunday dates /// Gets Monday and Sunday dates /// </summary> /// </summary> /// <param name="SeedDate"> The seed date. </param> /// <param name="SeedDate">...
|
-
|
function CheckAllDataGridCheckBoxes(aspCheckBoxID, checkVal) { re = new RegExp(':' + aspCheckBoxID + '$') //generated control name starts with a colon for(i = 0; i < document.forms[0].elements.length; i++) { elm = document.forms[0].elements[i]...
|
-
|
If you worked at multiple places like I have, you would know what a chore it is to keep in touch with people and where they are working now. Invariably you will lose touch and if you are a bad communicator like me, relationships that you build up, tends...
|
-
|
Another one of my interests is Digital Photography. Besides a Nikon D70, which I absolutely love, the fam and I were planning a trip to the land of the long white cloud..aka New Zealand. So I thought I would go look on Ebay to see if there was a video...
|
-
|
I blogged before about Coderush...however I think I am about to change camps to Jetbrains Resharper. Resharper code analysis and coverage tools are so much better than coderush. Only gripe about it is that it takes over the intellisense functionality...
|
-
|
Agile Development Agile Software programming is a framework for undertaking high risks projects that embraces evolutionary change throughout the lifecycle of the project. Agile programming is developing in short timeframes called iterations which typically...
|
-
|
Private Function convertToSqlDate(ByVal TheDate As Date) As String Dim str As String With TheDate str = (.Year.ToString.PadLeft(2, Convert.ToChar("0")) & "-" & .Month.ToString.PadLeft(2, Convert.ToChar("0")) &...
|
|
|
|