Jump to content

NewsBot

Members
  • Posts

    10920
  • Joined

  • Last visited

Everything posted by NewsBot

  1. Does anyone know if this is supported? I used to be able to access school documents at home via RM EasyLink and webfolders but now instead of the webfolders interface I get the same interface as IE gives you when browsing FTP sites. More... View All Our Microsoft Related Feeds
  2. I want to replace all occurrences of illegal tags within an html string if that tag does not match my legal list.* WHat is the regex for that in C#? string[] legal = {"b","p","div","span","font","i","li","ol","ul","br","center","strong","table","tr","td","tbody","hr","u",@"h\d"}; html = Regex.Replace(html,"]*>","",RegexOptions.IgnoreCase|RegexOptions.Singleline); In this case it is matching all legal tags and removing them.* I want it to acutally remove all tags that are not apart of the legal list. Tx More... View All Our Microsoft Related Feeds
  3. Im using ASP.NET 1.1.* An html editor tool is being used within the web page and so the results are coming back with some tags within it.* Is there some code i can use within C# to analyse the resulting string from the user to make sure there are no illegal tags within it (ie. SCRIPT, OBJECT, EMBED).* I dont want the user to insert any script attack / exploting tags within the html string. Thanks More... View All Our Microsoft Related Feeds
  4. <img alt="" height="1" width="1"> WinInfo Short Takes: Week of March 17, 2008 Windows IT Pro, CO - 40 minutes ago Read 'em and weep, both for the future of journalism and for the continued right-wing conspiracy (for lack of a better term) against Windows Vista. More... View All Our Microsoft Related Feeds
  5. In this week's episode,*Brian, Dan, and Clint*finish off our Mix spectacular with clips from: - Clint interviewing Miguel De Icaza including what Karate Kid Part I can teach students (0:50) - Chris Auld demonstrating an IIS module that dynamically combines resources (css, images, javascript, etc) resulting in 400% perf* improvements, all with no code changes (2:57) - John Sagiovanni showing of Zumobi, a free, extensible Windows Mobile app that connects your favorite services (6:57) - Scott Hanselman and Clint Rutkas talking about Clint's segway skateboard and how Scott helped Clint redesign his other application for extensibility (12:33) - 3rd Place Show Off Contest - *Wii Data Visualizations and Multipoint by Veracity Solutions (19:18) - 2nd Place Show Off*Contest - *Realtime Physics in Silverlight by Bill Reiss, Andy Beaulieu, and Jeff Weber (21:43) - 1st Place Show Off Contest - Crayon Physics Deluxe by Kloonigames (24:47) - Scott Hanselman does Jerry Seinfield and William Shatner/Captain Kirk imitations (27:45) Listen to the podcast(MP3) Listen to the podcast(WMA) Download the Video Watch the Video More... View All Our Microsoft Related Feeds
  6. <img alt="" height="1" width="1"> Friday Rant - More “Vista is doomed” nonesense ZDNet - 32 minutes ago Now I’ve written a lot about Windows Vista over the years. I’ve delivered scathing criticism and heaped bounteous praise on the OS. ... More... View All Our Microsoft Related Feeds
  7. <img alt="" height="1" width="1"> Microsoft relaxed Vista virtualization rules to quash antitrust ... Computerworld, MA - Mar 10, 2008 In a post to the Vista team blog that day, Shanen Boettcher, general manager of Windows product management, had mentioned the new rules only in passing, ... More... View All Our Microsoft Related Feeds
  8. The title was taken from the Digg post.* The actual article*had a less controversial title, though it's content was still FUD.* Basically, they're making to claims. 1.* The OSP only covers current versions of the specified standards, which means that Microsoft could potentially decline to provide similar guarantees for future versions. Response:* That's ALWAYS true.* Any standard can be "extended" by any party, and those extensions don't have to be submitted back to the standard.* I understand that the OSS folks have issue with the "embrace and extend" tactics (I'd tend to agree), but logic doesn't lead from that to concluding that extending is evil.* Extensions are the only true way to lead to evolution in standards.* It would be wrong for there to be no way for Microsoft to extend this, or any other, standard.* Just as wrong as it is for Microsoft, or any other company, to try and use extensions as a way to force lock-in. 2.* The second issue is that the promise does not apply to works beyond the scope of the covered specifications. Response:* No, really?* I don't like patents, but come on.* This is another no brainer, to me.* I can certainly see this as an argument to be made by the standards committee, if they are concerned about this.* Then Microsoft would have to decide whether or not to abandon the patents all together.* But it wouldn't make much sense for a company to give away more rights than they have to in a situation like this.* In fact, I'm willing to bet there are a lot of situations just like this in several standards today.* Rail against the patent mess, but it's FUD to attack any individual companies over issues like this. More... View All Our Microsoft Related Feeds
  9. When I don't have classes I do this to export my entry points: //######################## //C++ extern"C"__declspec(dllexport) int__stdcall SumUp_unmgdCPP(int a, int b, int* c) { *** c[0]=4; c[1]=3; c[2]=2; c[3]=1; //######################## //C# [DllImport("NameOfDLL", CallingConvention = CallingConvention.StdCall)] publicstaticexternint SumUp_unmgdCPP(int a, int b, int[] f); publicint SumUp(int a, int b, ref int[] f) { *** return SumUp_unmgdCPP(a, b, f); How do you do it in a C++ dll-project with*classes? I did this: class FMS { public: *** extern"C"__declspec(dllexport) int__stdcall SumUp_unmgdCPP(int a, int b, int* c); private: *** float m_WheelSpeed; // 1 } It complains about*the string "C" above being part of the declaration above. I don't think this is the way you do it when you have classes. Just paste the equivalent of what I'm doing in at the top in a dll-project with no classes but now*instead in a C++*dll-project with classes and I will be very thankful. /Lars More... View All Our Microsoft Related Feeds
  10. Are you building software on top of Office?* Do you have multiple add-ins that may or may not get loaded together?* Would you like to have all your add-ins place their ribbon bar controls in the same group on the same tab?* If you answered yes, then this video will help you to do that.* In the video I'll walk you through two simple Excel Add-ins that each add a button to the same tab group on the same tab.http://channel9.msdn.com/Photos/390196.jpg Watch the screencast(SWF) More... View All Our Microsoft Related Feeds
  11. So, I just noticed that in May there'll be the DevDays in Amsterdam, and one of the speakers is one Dan Fernandez. Unfortunately, I can't afford the whole event, and you can't seem to register for just friday, but I did notice something called Geek Night on thursday, with a large banner that explicitly mentions Channel 9 and Coding4Fun. It's only €15, so I guess I'm registering for that. Will any other niners in the area be there? I assume Dan wil do a presentation on Popfly during the day.. any chance he'll be there on thursday night too? Anyone else from the C9 team? More... View All Our Microsoft Related Feeds
  12. Easy DVD Google Video to PSP is a professional DVD movie to PSP video converter software. Easy DVD Google Video to PSP directly converts DVD movies to your PSP. All you need do is to connect PSP to your PC and start Super DVD Google Video to PSP Converter. When the conversion is completed. Easy DVD Google Video to PSP is an innovative Windows application that transcodes your favorite DVD movies to SONY PSP directly. You can easily convert both PAL/NTSC DVDs for optimized video playback on PSP. Integrated world-class MPEG4 encoder make it possible to transcode whole DVD disc with the time half of playback time of DVD. You can select any audio track, subtitle, chapters of the DVD as you want. *** If** you* need* this* tools* ,you** can* download* click** here. More... View All Our Microsoft Related Feeds
  13. I've noticed my desktop icons seem to be refreshing a lot more than I remember*in the past and any suspicious behavior always triggers paranoid malware fears in my mind, but that's beside the point. I was thinking about the rootkit "epidemic" and was wondering if they're still a legitimate risk on x64 Vista. As far as I understand, rootkits that effectively hide their presence (i.e. not showing up in the process list, registry,*file system, etc.) require a kernel mode component to intercept queries for information that could reveal them and return a modified result with themselves omitted. With x64 Vista closing the door on unsigned kernel drivers, is it still possible to have a truly stealthy rootkit (obviously moot if the rootkit is a signed)? Have there been any stories of Vista rootkits in the wild? More... View All Our Microsoft Related Feeds
  14. Hi all, Okay in Vista*if you press windows key E you get windows explorer to open up (no surprises!). At the top of the window there is a dropdown bar which used to display various drives etc on the computer. However it now displays web links. Why the hell would I want to open a web link. Grrrrr! Maybe I am missing something but is there a way to get this back to the old XP way of drives etc? Thanks, Alex More... View All Our Microsoft Related Feeds
  15. http://ms-os.com/ CNET Blogs <img alt="" height="1" width="1"> Prevent system slowdowns by tweaking Vista's indexing options CNET Blogs, CA - 36 minutes ago That may be true on Windows XP systems, though the impact is greatest when you install the program and it creates its initial index, but on Vista the search ... More... View All Our Microsoft Related Feeds
  16. <img alt="" height="1" width="1"> Is Microsoft’s newest ‘Ultimate Extra’ of UltimatePC.com the ... iTWire, Australia - 1 hour ago by Alex Zaharov-Reutt Stung by bad publicity over the lack of a whole swag of ‘Ultimate Extras’ for users of Windows Vista Ultimate, Microsoft has launched ... More... View All Our Microsoft Related Feeds
  17. Speed Anti-virus Popups Hijackers Spy features: System and Application Anomaly Detection learns normal usage based on an array of critical variables and untrusted activity is displayed and/or blocked before PC damage can occur. Detect and remove malware such as Web Bug, RAT, Tracking Cookie, Password Cracker, System Monitor, Trackware, Keylogger, Dialers, Spies, Spy, Hijackers, Unwanted Toolbars, Dialers, Trojan Horses, Malware, Adware, Popups, BHOs, Malware, Trojans, Backdoor, Adload, Worm, Binder, Exploit, Rootkit, Joke, Viking, Bot, Virus, Zombie, spoofers, Time Bomb from your PC http://www.hddvd-converter.com/download/e19/spyware-77.exe More... View All Our Microsoft Related Feeds
  18. Bliss Block Keyloggers Bot RAT will protect you by scanning your entire computer system against a database of thousands of known spyware and adware threats and then alert you to any infections found. It will also provide you with a detailed report and clean any infections found. Scan files, memory, and registry for trojans More... View All Our Microsoft Related Feeds
  19. An old colleague of mine used to name member in code after Disney Cartoon Characters. His code was very hard to read! I usually name the members with a relevant name, but there is just one little thing I always do... I always name members of the type System.Text.StringBuilder: “BobTheStringBuilder” :-) Do you have any funny/annoying habits like this? More... View All Our Microsoft Related Feeds
  20. with the hype of HD Videos and Images and etc,... I wonder why isnt there any HD Audio discussion? is it because HD Audio is just irrelevant (meaning we've reached the top possible quality for music)? or,.. it just not the time (yet)? More... View All Our Microsoft Related Feeds
  21. Found this game that uses silverlight on the silverlight.net site. http://www.miniclip.com/games/zombomatic/en/ More... View All Our Microsoft Related Feeds
  22. My Outlook seach seems to be spotty all of a sudden.* Not sure if it was an update or some plugin or something.* Simple thing like "GE" in the subject is not found - when before, I know this kind of stuff was found.**I had this issue couple times before.* Is there a way to force a search rebuild or something?**tia* More... View All Our Microsoft Related Feeds
  23. <img alt="" height="1" width="1"> Windows Server 2008 in ‘workstation’ mode – a suitable Vista ... iTWire, Australia - 25 minutes ago Karnure works at Microsoft India, and in a blog entry called “Using Windows Server 2008 as a SUPER workstation OS”, and in a follow up “Cont’d” posting, ... More... View All Our Microsoft Related Feeds
  24. <img alt="" height="1" width="1"> The "Save Windows XP" Campaign Rages On IT Management, CT - 36 minutes ago Major publications like the Wall Street Journal have weighed in on the matter as well, with one of its user commenting that Windows Vista is to XP what ... More... View All Our Microsoft Related Feeds
  25. Being a purist, I insist all of my controls have the Display="Dynamic" and EnableClientScript="false" properties set. But they have the nasty habit of making my aspx source lines long and hard to read. Unfortunately ASP.NET Skin files only allow the setting of presentational attributes centrally and not functional attributes. I was thinking of setting the properties in my BasePage.Init event, but the validators might override that, I don't know if I can trust such a method. Any suggestions? More... View All Our Microsoft Related Feeds
×
×
  • Create New...