At the moment it feels like I am re-designing a navigation system that has probably already been built before. The reason for saying this is because the navigation controls provided to you by Visual Studio 2008 produce table-based layouts, which is not what I want for my website. I want my website to generate valid [...]
Continue reading about ASP.NET Navigation and Content Management
I regularly check out www.jimmyr.com for the top digg posts and images and I also clicked through to another very popular web design portal called Smashing Magazine and found their one of their latest articles with 30 “free” wordpress themes from which I found my current website’s theme. Its really quite clean and crisp
I recently updated my Google Alerts and came across a really funny video clip. “I forgot to tell you about this other feature we have, it’s called suing you for everything you have.” lol Originally found here
So I’m gonna spend some cash on a new system that I will primarily use for windows and web development, and also to play some Starcraft 2 and Diablo 3. The system will have: Coolermaster CM 690 Stacker check it out here Coolermaster Extreme Power 650W PSU Gigabyte Motherboard 4GB of RAM Intel Core 2 [...]
Writing simple programming instructions is an easy task, but taking those simple tasks and putting them to work in a complete framework requires a lot of thinking and problem solving. Its also way easier to define solutions on a conceptual level than it is to take those concepts and implement them on a technology platform. [...]
Today I was coding some C# and I decided to refresh my understanding of classes and how you declare methods and how they become accessible or inaccessible to other classes. C# has the following access modifiers, and depending on which one you use, it wll determine how other classes can use them: Public: Members and [...]
Last night I watched the Mummy 3, hoping on a movie that would help me escape the real world for a while.I got that, but the reminder that the movie was far fetched came back quite a few times. I got the feeling that some of the ideas and concepts in the movie were at [...]
How often do you use GMail? Well, if you use Gmail and you use the web-based version in your browser then you will know how boring the interface can be. With that being said I found Globex Designs and the Stylish Firefox plug in that literally transforms a mundane and boring looking GMail into a [...]
So finally I ditched Flock for Firefox. One of the main reasons I chose to drop Flock was because of Firefox’s cool address bar, which is better than sliced cheese in my opinion. You simple type in a few words (title tags) and Firefox will take you to that page. Another reason for ditching Flock [...]
So there I was today trying to understand why the Script Manager code and the Silverlight Javascript didnt want to work together. I soon realised and figured out that in your Script Manager tag you have to specify all the references to the Silverlight Javascript files. After I did this everything worked perfectly, and I [...]