Just downloaded and included the ASP.NET Google SiteMap control, had to modify it a little so it looks at the mainMenu="true" option. You can have a look at its output here.Also I've added a Post Archive, which just passes straight down to the sqlite datalayer where it groups posts by a formatted month/year string.The other addition so far is a new search control on the sidebar. It also passes straight down to the sqlite datalayer and returns the appropriate post records.
personal C# SMS gateway:
Host your own sms gateway. This project will probably need the windows .NET platform and a phone connected to a local com port. The project will be written in C# and demonstrate how to implement AT commands to control your phone in a web interface. I have read an article about controlling the com port using mono at as yet doesn't seem reliable.
virtual present using webcam
:
What is this about? Well you've probably all seen those status messages on webpages saying '3 users online'. Well this project will use a motion detector on my local webcam, when it senses that someone is moving around in my room it'll update my online, then when there's no movement offline. Simple.
xmlwebpackage
: What is it? Well its basically using the same idea as a compiled help file (eg. chm). But, the content will be stored in plain text in an xml file, then zipped into a non compressed archive along with the pictures and other document related files. When the page is requested by the client, the picture files are streamed straight from the archive by the web server as if they were separate files. All this content will then be combined and formatted using a specified Dreamweaver template file. So content can simply be 'plugged' into the website and the...
MS Released what looked to only be a partial implementation of their XMLparser with windows 2000, this was then finished by windows XP and a patchis floating around to update windows 2000. Now there is .NET, with its own built in XML parsing.
I have been pulling data from a sql server, and then saving it out to XML. I then use the windows XML Parser to run it against an XSLT template to create my desired output file. Anyway .NET saves out a thing that looks like this: ' ;' not exactly sure what it is yet, however...
I've noticed an unusual process starting up after I installed Visual Studio .NET 2005 b2.
mscorsvw.exe is .net 2.0's assembly optimizer. The good news is; it starts up and works away in the background optimizing .net assemblies for your pc. However I did notice, when installed on WindowsXP SP1 that has been upgraded to SP2 the mscorsvw.exe process starts up and claims an unbearable amount of CPU.
It is apparently supposed to optimize in the background after it does your core assemblies which should apparently only take a few minutes. If it doesn't you've got a problem.
My solution come coincidently...
Haha rivalry…lov’n it ;)
“Jim Allchin, Windows platform Vice President at Microsoft, said Longhorn is a much weightier project than Tiger, which he described as ‘a peripheral to the iPod.’”
Oh and also this:
“Allchin also said that some of Apple's ideas such as Dashboard were inspired by early demos of Longhorn.”
http://www.macminute.com/2005/04/25/tiger/
So who really invented the Konfabulator idea??
Very very cool..http://www.konfabulator.com/
Works with windows and mac..As for Apple's dashboard?http://www.macworld.com/news/2004/06/29/konfabulator/index.php"If this is what they do with the products they think are the best, then whywould anyone have any reason to develop more cool stuff? I certainly don't" (Arlo Rose, the developer of Konfabulator)
I wouldn't be happy either.
It’s finally happened…
Apple to Ship Mac OS X “Tiger” on April 29
http://www.apple.com/pr/library/2005/apr/12tiger.html
Yep...And yet another reason why I like IBM AlphaWorks...Using .NET winforms from within Eclipse...they'll do anything. http://www.alphaworks.ibm.com/tech/eclipsewinforms
SQL Server diagrams help visualise your database schema, but copying them seems to be a little tricky. Here is an article on MSDN that will help: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q320125