1. Week in review: Battening down Microsoft's hatches

    Date: 12/07/07 (Security)    Keywords: microsoft

    The rate of piracy on Windows Vista is lower than its predecessor, and Congress moves to ramp up copyright infringement penalties. Also: Peeling Apple. Microsoft says it's gotten better at securing its products, but some observers question Redmond's perspective. Microsoft is seeing piracy rates for Windows...

    Source: http://news.zdnet.com/2100-9595_22-6221868.html

  2. When more bugs can mean tighter security

    Date: 12/07/07 (Security)    Keywords: browser, web, microsoft

    Mozilla Europe president explains why having fewer disclosed vulnerabilities doesn't mean Internet Explorer is safer than the open-source Web browser. The Mozilla Foundation is perhaps best known for its Firefox Web browser, an open-source offering that was first developed to go head-to-head with Microsoft's Internet Explorer. Tristan...

    Source: http://news.zdnet.com/2100-1009_22-6221954.html

  3. New 'Astoria' test build released; final set for mid-2008

    Date: 12/10/07 (Data Management)    Keywords: technology, microsoft

    Microsoft made available for download on December 9 a Community Technology Preview (CTP) of "Astoria," the technology now officially known as ADO.Net Data Services. Pablo Castro, Technical Lead on ADO.Net, has taken to describing Astoria as "a REST interface for data." Astoria is designed to enable applications...

    Source: http://blogs.zdnet.com/microsoft/?p=1033

  4. Projity exanding open source, Saas attack against Microsoft Project

    Date: 12/11/07 (Open Source)    Keywords: microsoft

    Projity is turning up the heat on its SaaS and open source attack on Microsoft Project. The San Mateo, Calif. company is launching next week the next major release of its commercial project management service, Project-ON-Demand. Projity is also looking to expand its footprint in the open source space with support programs for its OpenProj desktop, [...]

    Source: http://feeds.feedburner.com/~r/zdnet/open-source/~3/198636262/

  5. Gates’ Microsoft future of intense interest

    Date: 12/12/07 (Open Source)    Keywords: microsoft

    Those hoping for a peace between Microsoft and open source are going to be disappointed.

    Source: http://feeds.feedburner.com/~r/zdnet/open-source/~3/199234789/

  6. US-CERT warns of Microsoft Access Database attacks

    Date: 12/12/07 (Data Management)    Keywords: software, database, microsoft

    On the same day Microsoft issued fixes for at least 11 Windows software flaws, the U.S. Computer Emergency Response Team (US-CERT) warned that hackers were using malicious Microsoft Access databases to launch attacks against unknown targets. According to a US-CERT alert, the attacks are using an unpatched...

    Source: http://blogs.zdnet.com/security/?p=738

  7. Browser battle v2: Opera’s complaint about Microsoft IE may fly in Europe

    Date: 12/13/07 (Open Source)    Keywords: browser, microsoft

    It’s the brower war v. 2.0. No doubt, Opera’s antitrust complaint filed against Microsoft today to the European Commission is causing huge headaches in Redmond. The Norwegian company, whose pioneering open source browser rose to prominence on mobile devices, claims that the company’s integration of IE with Windows is anti-competitive and that it is [...]

    Source: http://feeds.feedburner.com/~r/zdnet/open-source/~3/199985183/

  8. News to know: Working with Android; XP activation; Google Talk woe; Apple

    Date: 12/17/07 (Data Management)    Keywords: crm, microsoft

    Notable headlines: Ed Burnette: Getting started with Android Ed Bott: Microsoft to relax XP activation rules with SP3 Mary Jo Foley: There's still a lot of life left in desktop office suite. Microsoft releases CRM 4.0 to manufacturing just under the...

    Source: http://blogs.zdnet.com/BTL/?p=7361

  9. Microsoft fate draws strong open source reaction

    Date: 12/17/07 (Open Source)    Keywords: microsoft

    Microsoft, I argued, is closer to being Favre than Woods. And the young guns challenging its dominance are all associated with open source. This observation may make it a bit harder to boo Microsoft in the future. But there it is.

    Source: http://feeds.feedburner.com/~r/zdnet/open-source/~3/201752396/

  10. How To Uninstall GrooveMonitor.exe

    Date: 12/18/07 (Java Web)    Keywords: software, microsoft

    GrooveMonitor is a service utility that tracks groove behavour and creates reports for error reporting to MS (what else does it report?). It loads on startup. It gets installed when you install Office 2007. However it doesn’t get uninstalled when you uninstall Office 2007. GrooveMonitor starts upon Windows startup (via registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run). In the [...]

    Source: http://blog.taragana.com/index.php/archive/how-to-uninstall-groovemonitorexe/

  11. Interesting IE Bug

    Date: 12/18/07 (Javascript Community)    Keywords: microsoft

    I've found an interesting little bug in Internet Explorer, by interesting I of course mean totally bloody annoying. I shall walk you through the situation. You have an existing input element you'd like to make a copy of with a new name. EG:

    So you grab it, clone it, rename the clone and append it like so:

    var base = document.getElementById( 'target' );
    var newNode = base.cloneNode( true );
    newNode.name = 'new_input';
    newNode.id= 'new_target';
    base.parentNode.appendChild( newNode );

    Woot! You now have two input tags. Here's where it gets interesting. what would you expect the following code to do?

    var list = document.getElementsByName( 'target_input' );
    for ( var i = 0; i < list.length; i++ )
    {
       list[i].value = list[i].name;
    }
    

    If you answer was set the first input field to have a value of 'target_input' and the second would keep it's value of 'value' then well done, have a banana. If your answer was set the first input field to have a value of 'target_value' and the second would keep it's value of 'new_input' then I guess you work for Microsoft.

    Yup. document.getElementsByName( 'target_input' ); returns our new element in IE despite it knowing that the name has been changed. Interestingly document.getElementsByName( 'new_input' ); returns a single element list with just our new element in it. Yup, IE seems to have gone a tad nutty. The moral of this story seems to be avoid cloneNode with form elements and IE. Joy.

    Source: http://community.livejournal.com/javascript/147771.html

  12. Desktop Linux most popular topic of 2007

    Date: 12/18/07 (Open Source)    Keywords: linux, microsoft

    The apparent success of GOS in selling-through the channel means we're bound to see more from this duo in the coming year. But it also means we're going to see more activity from Dell, H-P, and the other main PC vendors on desktop Linux, regardless of what that means for their relations with Microsoft.

    Source: http://feeds.feedburner.com/~r/zdnet/open-source/~3/202261056/

  13. I'm a weirdo, I live in The Cloud

    Date: 12/18/07 (Data Management)    Keywords: microsoft, google

    A statistically unsound study shows that comparatively few PC  people have heard of, let alone use online applications As sure as night follows day and the blogs go bonkers. Attention is naturally directed towards a Google v Microsoft shoot out. If you're one of the 500 million...

    Source: http://blogs.zdnet.com/Howlett/?p=262

  14. Samba is beneficiary of Microsoft-EU deal

    Date: 12/20/07 (Open Source)    Keywords: microsoft

    Samba will be a direct beneficiary of Microsoft's agreement to cooperate with the European Union, which was announced today.

    Source: http://feeds.feedburner.com/~r/zdnet/open-source/~3/203664474/

  15. Kaspersky inadvertently quarantines Windows Explorer

    Date: 12/21/07 (Security)    Keywords: virus, antivirus, microsoft

    A false positive in company's antivirus products leads to quarantine or deletion of some Windows users' copies of explorer.exe. Windows Explorer, one of the most crucial components of Microsoft's operating system, was quarantined earlier this week after being falsely identified as malicious code by an antivirus company. ...

    Source: http://news.zdnet.com/2100-1009_22-6223836.html

  16. Zero Day's most popular posts of 2007

    Date: 12/26/07 (Security)    Keywords: security, microsoft

    Here's a look at the most popular posts of 2007 based on traffic. It's a microcosm of the year in security. Hacker, Microsoft duke it out over Vista design flaw Wi-Fi hacking, with a handheld PDA Super Bowl stadium site hacked, seeded with exploits ...

    Source: http://blogs.zdnet.com/security/?p=769

  17. .NET Remoting on port 80 -- reasonable?

    Date: 12/29/07 (C Sharp)    Keywords: software, xml, database, asp, web, linux, hosting, microsoft

    All,

    As those of us who have worked with attempting to make any logically partitioned/layered OO schema work between .NET client applications and WebServices know, it's simply not possible without going far out of your way to do a lot of extra work that the elegant OO inheritance/extension was supposed to alleviate anyway. When I am especially irked about this issue, I will construct job interviews with the following two questions spaced one after the other:

    n) Do you consider yourself a fully object-oriented developer, familliar with the concepts of inheritance, extension, abstract classes, interfaces, with the ability to both understand and work with the boundaries/"layers"/"tiers" between classes for a given software project (e.g. Database/Business Objects/User Interface)?

    m) If so, what do you consider the most effective way to transmit an instance or instances of a business object from one .NET application to another (either client -> server or server -> client)?

    The answers are invariably n) Absolutely, yes, I am God's gift to rational software development; and m) [whirr-clunk as Microsoft gears engage within brain] Using disconnected System.Data.DataSets since they're already XmlSerializable!

    Always gives me a laugh. Nevermind that employing such an approach basically necessitates the creation of a FOURTH boundary/"layer"/"tier" -- call it Middleware, or specifically in this hideous world, Serialization/Deserialization.

    Anyway, on to my question!

    Due to the headaches raised by the above subject, and the deeper object replication that goes on using .NET Remoting (e.g. regardless of what is actually transmitted down the wire, you get a complete, functional, fully type-specific object with its public/private members/properties/methods intact, with NO Reference.cs or any other whiz-bang class-redefinition machinery thrown in your face), I come upon a quandary.

    In my mind, at least up til the present moment, .NET Remoting is great for applications over whose general operational control you or your company or your trusted partner will maintain for the lifecycle of said application. With this kind of organizational scenario, routers and firewalls are generally surmountable, or at least negotiable, obstacles, since you know exactly from which machine(s) or subnet(s) certain TCP packets will be sent, and exactly to which machine(s) or subnet(s) those packets will be transmitted, and on what TCP port(s).

    .NET WebServices, on the other hand, are a better choice for software with an eventual goal of wider distribution to CUSTOMERS rather than colleagues or partners -- entities whose firewalls you do not control, and who will regard something as little as a request as to its status wrt your application's performance as reflecting an incredibly unprofessional design. In other words, it's not much of a limit to place on your customers that they can transmit HTTP over port 80, and/or HTTPS over port 443.

    But, as I finish up the previous 4 hours of banging my head into various WebService-related walls attempting to get class instances (or even just their public data -- I know how WebServices work and I understand it's for good reason) to replicate, I have to wonder -- what kinds of problems might there be lurking in, say, a widespread commercial application, some of whose clients employ .NET Remoting to communicate with their remote servers using TCP port 80? I don't see any particular *TECHNICAL* problems that are unsurmountable -- obviously, as usage scales, there will be more of a hassle doing load-balancing types of activities compared to, say, turning on IIS clustering and walking away. But that's a problem that is entirely out-of-scope for me -- if I get there with the subject of this question, and it's my biggest problem, I will be very happy.

    Anyone consider or try this in a relatively large/Enterprise-level "ASP" (in its original disambiguation, that is, an Application Service Provider hosting the requests of potentially hundreds or thousands or more clients) environment? I pulled the better part of a decade as a systems/network admin and general TCP/IP geek (UNIX/Linux), so I know that, at least as of ~2003, you couldn't tell your router (unless it had more processors than most mainstream servers in 2007) to ONLY allow traffic fitting the profile of HTTP requests out on port 80. So I don't really see any technical problems.

    However, any feedback is welcome. Thanks for reading this -- my fingers tend to run away from me. :)

    Source: http://community.livejournal.com/csharp/90393.html

  18. How to re-create the Show Desktop icon on the Quick Launch toolbar [windows]

    Date: 12/30/07 (Computer Geeks)    Keywords: microsoft

    i deleted mine by mistake then was confused on how to get it back.
    in case you need it too:

    http://support.microsoft.com/kb/190355/en-us

    http://www.sendspace.com/file/yuvots

    Source: http://community.livejournal.com/computergeeks/1140268.html

  19. Installing Oracle database with your nose

    Date: 01/03/08 (Data Management)    Keywords: database, microsoft

    Oracle's database has a reputation for being hard to install. This video might persuade you otherwise. Over to you IBM and Microsoft. Can you do any better? Link courtesy of Justin Kestelyn at OTN by Dennis Howlett

    Source: http://blogs.zdnet.com/Howlett/?p=274

  20. Microsoft plans two security bulletins; one critical impacting Vista

    Date: 01/03/08 (Security)    Keywords: security, microsoft

    Microsoft plans a relatively light haul of two security bulletins on Patch Tuesday, but one of them is rated critical and dings Vista. Thursday's preview, which is an advance notice for folks that need to prepare for Microsoft's patches on Jan. 8, highlight two issues. ...

    Source: http://blogs.zdnet.com/security/?p=778

Previous page  ||  Next page


antivirus | apache | asp | blogging | browser | bugtracking | cms | crm | css | database | ebay | ecommerce | google | hosting | html | java | jsp | linux | microsoft | mysql | offshore | offshoring | oscommerce | php | postgresql | programming | rss | security | seo | shopping | software | spam | spyware | sql | technology | templates | tracker | virus | web | xml | yahoo | home