Recommended Posts

Are you a web developer?  I am.  I have a lot more trouble making web pages look good in Safari and Opera then I have making them look good in IE and Gecko.

I have a Javascript dropdown thing on Bink.nu, and it totally fails under Safari.  So what did I do?  Instead of wasting days figuring out a way to make it work all over, I pop up a box saying the pulldown is not compatible with Safari. 

Safari and Opera are an order of magnitude harder to work with compared to IE and Gekco based browsers.  I admire your idealism, but in practice your ideals are totally off.

586119375[/snapback]

Yeah, I don't even really bother with testing EVERY browser with websites I make. I test IE and Firefox, because they are the main two that are most used (Well, I can't test Safari because I don't have a mac ;)). Past that, I don't have time to check with Opera because I don't have time to follow up and fix issues with browsers that don't work properly, and are used so little.

The bottom line is, I follow specification guidelines. My websites are written in Strict XHML, it's up to browsers to support that, and IE and Firefox rarely have problems if you do it that way. If I want to add something out of spec, then I would test with more browsers, because I'm using potentially unsupported code that is my responsibility to make sure works.

Yeah, I don't even really bother with testing EVERY browser with websites I make. I test IE and Firefox, because they are the main two that are most used (Well, I can't test Safari because I don't have a mac ;)). Past that, I don't bother with Opera because I don't have time to follow up and fix issues with browsers that don't work as they should.

The bottom line is, I follow specification guidelines. My websites are written in Strict XHML, it's up to browsers to support that, and IE and Firefox rarely have problems if you do it that way.

586119386[/snapback]

uh....no, opera has its own engine...

Are you a web developer?  I am.  I have a lot more trouble making web pages look good in Safari and Opera then I have making them look good in IE and Gecko.

586119375[/snapback]

Well, if you're Ryan Hoffman and responsible for http://www.extended64.com/ (as written in your profile) you also seem to have some issues making websites look good in Internet Explorer and Gecko!

This site is best viewed with a 1024x768 or higher screen resolution

Well, even with a maximzed browser window, without any sidepanels and on the recommended resolution of 1024x768 you cannot read the website without scrolling vertically and horizontally! That can hardly be an intended user experience and is absolutely unnecessary.

And there is just so much wrong with the javascript on bink.nu that I don't know where to start. There is nothing on bink.nu that cannot be done with standard compliant DOM 2.0 / JS 1.5 which works fine on most current browsers including IE 5+ and Safari / KHTML. You're using so much MS specific JS that it's just sad. That's also why the JS-skript is bloated with code for specific user agents instead of just using code that doesn't require any check's like that (if you ignore IE 4.x or netscape 4.x, which you're doing anyways and which is quite save to do).

The *number* of security issues, by itself, means little, of course. (Unless it is zero.)

"The report shows the Firefox browser was only exposed to a publicly known vulnerability without a patch for 65 days in 2004; IE, on the other hand, was safe for only seven days last year."

586118642[/snapback]

Firefox 1.0 was released on November 9 of 2004, all builds before that were betas. (Preview Builds)

:)

Really? Any reason for you thinking its pathetic?

586121559[/snapback]

It's these one-word replies that are pathetic, actually. :)

I don't know how many people actually took the time to watch the C9 video before posting, but it seems like many of you are missing the point of the Gnomedex announcement by a mile.

This isn't about MSFT playing catch-up. Sure, RSS support has existed for a while in Opera, Firefox and Safari. IE7's implementation looks quite a bit like Safari's. Agreed there too. Why reinvent the wheel when there's already a great implementation available. Besides, there are only so many ways you can present an RSS feed to a user in a coherent manner. In any case, what's really significant about the announcement is the platform model for RSS that's being built into the OS. That's the really cool stuff; that's the stuff that hasn't been done before - the concept of a single data store for all your subscribed feeds that's tied to your user profile, and that's freely accessible through a set of available API's by any third-party application that wants to be RSS-enabled.

The Gnomedex keynote presentation and the C9 video highlighted some of the scenarios that are made possible by this framework. So you're surfing the web and you subscribe to a bunch of feeds that contain a variety of enclosures, including photos, music/podcasts, a list of events, etc. Your subscription list becomes available to any RSS-enabled app installed on your system. So your screensaver could pull images dynamically from a photoblog's feed; your media player could pull media files embedded into feeds to enable podcasting support; your PIM could pull events and meeting times from a feed and automatically add them to your calendar and todo lists. Due to the very nature of RSS, it would even reflect any changes that are made, so you're always in sync. And of course, your standalone news aggregator could pull regular text feeds from your favorite news sources and blogs. The beauty of this approach is that it's one single, common data store for all your feeds. It does away with redundancy, and since it's easily accessible via an available API, any third-party software can tie into it.

Then of course, there's the extension to the RSS standard for lists, which are similar, but work slightly differently from regular feeds. I won't go into that since there's plenty of information already available on the web from some authoritative sources, including Dave Winer, who was essentially responsible for the pioneering work in blogging, syndication, enclosures/podcasting, OPML and aggregators. The point is, even people like him are impressed with the work that Microsoft is doing here.

So a word of advise - before you jump and post something, stop, look around the web, watch the videos, listen to the podcasts, read the reactions of Gnomedex attendees, and get a clear picture of what's going on. You'll end up being much more informed and you won't have to resort to "pathetic" one-word posts. ;)

Edited by NetRyder
In any case, what's really significant about the announcement is the platform model for RSS that's being built into the OS. That's the really cool stuff; that's the stuff that hasn't been done before - the concept of a single data store for all your subscribed feeds that's tied to your user profile, and that's freely accessible  through a set of available API's by any third-party application that wants to be RSS-enabled.

and yes its all coming together in one hand under one name . its always the same story . i see a new threat on the horizon ....

and yes its all coming together in one hand under one name . its always the same story . i see a new threat on the horizon ....

586122069[/snapback]

As long as the APIs are publicly (Accuratly & Fully) documented it shouldn't be a problem. Anyone can access it....and it doesn't preclude you from keeping your own store, just makes it easy to share...

From what I've seen, Internet Explorer 7 will only be slightly better than Internet Explorer 6. I do mean "slightly." The overall progress that has been made with Internet Explorer 7 is depressing.

The rendering engine has had some show-stopping bugs fixed in it, but relative standards support will remain poor. Web designers currently have to devote a lot of time and effort to work around Internet Explorer's lack of standards-compliancy. The extra work usually results in sites being more expensive and longer to construct; more expensive and harder to maintain or redesign; and the overall user experience plummits because the resulting sites are bloated with extraneous (X)HTML, CSS, and JavaScript (or "JScript", as Microsoft calls it) and the extra bloat makes the sites much slower for end users and cost much more to keep online for visitors.

Speaking of standards support, I found it moderately funny earlier when someone said they had no problems writing valid XHTML for Internet Explorer. It is *impossible* to write valid XHTML because it requires the XHTML mimetype to be sent and that causes Internet Explorer to choke. When Internet Explorer chokes, it prompts the user to download the XHTML page instead of render it. If the page is working in Internet Explorer then that is because it is rendered as an HTML 4 document in quirks mode.

I wish the Internet Explorer team would stop working on extending RSS support to do things it wasn't meant to do. All of the things they are touting that will be possible with the enhanced RSS support is already available to us, they are simply wasting their time. Bundling RSS support into the operating system is a good idea, but the effort they are putting into making it a publicly-usable API is pointless; it's not exactly hard for a programmer to find a powerful XML parser if they actually intended to use RSS (plus, if an exploit occurs to the RSS API then it would effect almost everything, whereas individual solutions wouldn't be as vulnerable.) The majority of people that will be creating RSS feeds are web designers and RSS is always a smaller priority than getting the site working (so they should fix their standards-compliancy issues first.) Don't get me wrong, I love RSS - what I don't love is extraneous effort being put in to create a universal API for an XML parser that totally defies the RSS standard and claims that it is an RSS API (oops, another standards-compliancy problem we'll undoubtedly have problems with for the next decade.)

I'm not impressed with the security of Internet Explorer either. They keep touting the least-privilege user access system and protected administrator system as features of Internet Explorer 7. Those aren't Internet Explorer features, they're Longhorn features. All of the applications running under Longhorn will have this extra layer of protection. They keep touting their efforts to prevent phishing attacks, what are they? Perhaps you could start by fixing all of the spoofing issues in the interface: the status bar can be spoofed, the title bar can be spoofed, the whole document can be spoofed, dialogs can be spoofed, the "save picture as" dialog can be spoofed, I'll just say that everything can be spoofed just to keep things simple. All of the "security enhancements" I've heard about Internet Explorer is hype, nothing of substance.

As far as I can see, this is just Internet Explorer 6 with a few fixes and unneeded additions. That's just my opinion, anyways.

hmmmm i don't think so "Super duper ultracat",and obviously the IE7 looks better

586115922[/snapback]

LMAO. IE7 looks so similar to the Mac browser. :laugh: Microsoft suck.

would people please stop with the "this is similar to firefox" thing its getting really tiresome now. i can understand reasons for choices of browser but that isnt a reason to choose one over another. it seems to me it is just people complaining that ie might gain some ground back on firefox and you shouldnt care about that (unless you are a fanboy) i use ie because it loads fastest on my machine and renders all pages correctly and i now none of this is microsofts doing but neither is firefox being more secure. it is only more secure because less people are using it and it might have 500% less insecure time (even though this figure is wrong because that includes beta time) than ie but ie has about 9 times the number of users than firefox has so it makes sense.

i am looking forward to having rss support in ie though it will be great :)

I don't want to start a flamewar really, but appearance-wise I don't see anything special about it.

586123238[/snapback]

There is nothing wrong with current IE's appearance and it has a really nice UI. What they need to fix is the IE engine and hence it won't show on the surface :shifty:

For those complaining that MS needs to get IE right first and forget RSS platform API etc etc...keep in mind that apparently from c9 video, RSS team is different from IE team. :rolleyes:

For those complaining that MS needs to get IE right first and forget RSS platform API etc etc...keep in mind that apparently from c9 video, RSS team is different from IE team.

I know they're a different team, they need to merge the RSS and IE developers into a single IE-team so the most important web-based application isn't another peice of crap.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Microsoft Weekly: Xbox exclusives are back, big Windows app updates, and more by Taras Buria This week's news recap is here. Microsoft is returning to XBOX exclusives, Windows 11 gets new preview builds, the Low-latency Profile is here, big updates for inbox Windows apps, Patch Tuesday updates, and more. Quick links: Windows 10 and 11 Windows Insider Program Updates are available Reviews are in Gaming news Great deals to check Windows 11 and Windows 10 Here, we talk about everything happening around Microsoft's latest operating system in the Stable channel and preview builds: new features, removed features, controversies, bugs, interesting findings, and more. And, of course, you may find a word or two about older versions. The June 2026 Patch Tuesday updates are now publicly available. Windows 11 users can download KB5094126, which introduces plenty of new features and security updates, including the Low-latency Profile for better performance, shared Bluetooth audio support, and more. Windows 10 users with PCs enrolled in the Extended Security Update program can download KB5094127. In addition, Microsoft released new Defender updates for its operating systems. Speaking of Defender, Microsoft will now deliver EDR updates via Microsoft Update for faster security improvements independent of Patch Tuesday updates. Following the release of this month's Patch Tuesday updates, Microsoft also published new Windows 11 images available in the Media Creation Tool app. Now, you can create bootable USB media for clean Windows 11 installations with the latest releases. Some unfortunate stuff is going on with certain PCs from Dell and HP. Dell acknowledged that the SupportAssist bug causes black screens of death, while HP systems are suffering from Secure Boot update issues and boot loops. Both companies issued official advisories. Windows Insider Program Here is what Microsoft released for Windows Insiders this week: Builds Canary Channel Builds 29610.1000 and 28120.2302 This week's "Canary" builds only contain performance improvements and fixes, including the Low-latency mode, which is now available in the Stable channel for all Windows 11 24H2 and 25H2 users. Dev Channel Build 26300.8687 Microsoft brought some useful File Explorer changes with this build. You can now open folders in a new tab by middle-clicking them in the address bar. Beta Channel Build 26220.8680 and 28020.2298 Screen Tint, improved Windows Widgets, and other enhancements are included in this week's Beta releases. Release Preview Channel Builds 26200.8728 and 26100.8728 These builds also feature better widgets, new Windows Update controls, point-in-time restore, File Explorer improvements, and more. In addition to new Windows 11 preview builds, Microsoft announced that inbox Windows 11 apps now have their dedicated release notes in the official documentation. Also, Microsoft dropped massive feature updates for six apps, including Paint, Clock, Calculator, Camera, Media Player, Photos, and more. Updates are available This section covers software, firmware, and other notable updates (released and coming soon) delivering new features, security fixes, improvements, patches, and more from Microsoft and third parties. Google has some bad news for those still using MV2-based extensions in Chromium-based browsers, particularly Chrome. The company is now removing flags responsible for Manifest V2-based extensions (uBlock Origin is one of the most popular). However, some browsers resist this change, and Opera issued a statement that it will allow users to continue using MV2 extensions for as long as possible. While Microsoft is still not ready to share new details about MV2 extensions in Microsoft Edge, the company shared important details about the way it will be updating the browser going forward. Now, Microsoft wants to update Edge every two weeks across all platforms instead of the current four-week schedule (only the Extended Stable is exempt from this change). This week, Microsoft confirmed a useful new Teams feature that is coming to the messenger soon. It also detailed all the improvements that made the platform better for users in 2026. However, not all changes are great, as the company is moving ahead with the check-in feature, which many believe will lead to employee monitoring. PowerToys received a feature update this week. Version 0.100 arrived with a big rework for the Shortcut Guide, a new extension gallery for Command Palette, new Dock features, and plenty of other changes. Here are other updates and releases you may find interesting: Microsoft is bringing big performance improvements to OneDrive on Mac Popular Windows 11 file manager Files gets improved tags, layouts, and a new OneDrive icon New Outlook for Windows and Web is getting a simple but very useful email feature Microsoft had to shut down 70+ GitHub repos after getting hacked, bringing back some Microsoft AI boss no longer believes that AI will replace human workers Microsoft wants to end printer driver headaches with Windows Ready Print SQL Server Management Studio 22.7 brings "What's New" page, T-SQL formatting, and lots more Microsoft releases Visual Studio Code 1.124 with smarter autonomous AI agents Windows Server gets DNS over HTTPS (DoH) support Here are the latest drivers and firmware updates released this week: NVIDIA 610.52 Hotfix with multiple fixes for black screens of death, sleep issues, G-SYNC, and more. Reviews are in Here is the hardware and software we reviewed this week Steven Parker reviewed a rather unorthodox device here on Neowin this week. He took for a spin the DWARF mini, the world's smallest smart telescope for night and day sky captures. It tracks objects in the sky, has a sun filter, and has a low learning curve. There is also nice build quality and a quite affordable price. Pulasthi Ariyasinghe reviewed 007 First Light. The game turned out to be a satisfying spy adventure in the James Bond universe with great gunplay and combat, impressive crowds, over-the-top action sequences, and more. There are a few quirks here and there, but overall, the game scored high on our scale. On the gaming side Learn about upcoming game releases, Xbox rumors, new hardware, software updates, freebies, deals, discounts, and more. Microsoft held the latest XBOX Games Showcase this week. There, the company announced plenty of cool stuff, including a remake of Halo: Combat Evolved, a special 25th anniversary XBOX Series X with a classic translucent green design (coming in November 2026), details about Gears of War: E-Day, Spyro: A Realm Beyond after nearly 20 years since the last release, a new Hellblade game from Ninja Theory, a new expansion for DOOM: The Dark Ages, fresh details about State of Decay 3, and even a new entry in the Crazy Taxi series. More improtantly for XBOX fans, Microsoft announced the return of XBOX exclusives, with Gears of War: E-Day and Clockwork Revolution kicking it off. Microsoft also has some good news for Nintendo Switch 2 owners. Minecraft is coming natively to the second-gen Switch, offering better performance and new features, including the visual overhaul called "Vibrant Visuals." Playground Games revealed a 30-minute gameplay video of the upcoming Fable, showcasing combat, action, NPC simulation, relationships, and player choices. Additionally, the studio confirmed a bug with Forza Horizon 6 wiping saves for some gamers. It also had to shut down one of the game's online modes after users discovered an infinite money glitch. NVIDIA announced new games for the GeForce NOW streaming service and a big Summer sale that lets you get 12 months of GeForce NOW for $35 or $70 less, depending on the tier. Speaking of discounts, check out this week's Weekend PC Game Deals article, full of discounts and the latest freebies from the Epic Games Store. Great deals to check Every week, we cover many deals on different hardware and software. The following discounts are still available, so check them out. You might find something you want or need. GIGABYTE Radeon RX 9070 XT Gaming OC ICE 16G - $649.99 | 13% off 1TB Samsung T7 Portable SSD - $189.98 | 31% off AirPods Pro 3 - $179 | $50 off Edifier R1280Ts Powered Bookshelf Speakers - $129.99 | 24% off This link will take you to other issues of the Microsoft Weekly series. You can also support Neowin by registering for a free member account or subscribing for extra member benefits, along with an ad-free tier option.
    • Microsoft Flight Simulator's City Update 15 enhances Midwest cities by Pulasthi Ariyasinghe The third major city update of the year has landed for the original Microsoft Flight Simulator and the 2024 release. The latest drop is upgrading the visuals and regional accuracy of three metropolitan regions in the American states of Illinois, Minnesota, and Wisconsin. The 15th city update is adding eight new areas of interest that have been enhanced with high-fidelity TIN (triangulated irregular network) surface texturing in the mentioned regions. The free update highlights Chicago, Elgin, Cicero, and Arlington Heights in Illinois, as well as Minneapolis, St. Paul, Bloomington, Duluth, Brooklyn Park, Woodbury, Lakeville, Plymouth, and Blaine in Minnesota. In Wisconsin, the development has also upgraded the lands and buildings of Milwaukee, Madison, and Racine. The update lands just as one of the world's largest enthusiast flight simulation conventions, FlightSimExpo, kicks off in downtown St. Paul, Minnesota, on June 14. The Flight Sim development team's 40-minute keynote at the event can be watched here. At the same time, Microsoft is bringing the 6-seat, single-engine, multi-use light civil airplane Piper M600 into the game as a part of its Expert Series 2 program. This premium plane can be purchased from the in-game marketplace for $24.99. City Update 15: The United States Midwest is now available in Microsoft Flight Simulator, as well as the newer Microsoft Flight Simulator 2024, as an optional download. It can be accessed across Steam and the Microsoft Store for PC, Xbox Series X|S, and PlayStation 5, as well as Xbox and PC Game Pass subscriptions. Xbox One, mobile, and PC players can also jump into the new content using Xbox Cloud Gaming if they have a Game Pass Ultimate membership. The game must be updated to the latest version to download this free update from the in-game marketplace.
    • Five things you might have missed during Apple's WWDC 2026 by Aditya Tiwari Image: Apple Apple's annual developer event, WWDC 2026, happened from June 8 through June 12. We have already covered several new features and updates that the iPhone maker unveiled during the official keynote. Apple took Google's help and finally announced the upgraded Siri AI personal assistant, which now comes with an app. Moreover, a truckload of Apple Intelligence features took the center stage. That said, this year's WWDC is a bit different, and you might have noticed or missed the following stuff: Apple's ongoing unification of platforms Image: Apple One thing Apple is widely known for is its seamless hardware-software ecosystem. The company added a new chapter in 2020, when it began the Apple Silicon transition and launched macOS 11 Big Sur with native ARM support. Some major changes happened last year as well, when Apple renamed all of its operating systems to version 26 and introduced the Liquid Glass design language. Until WWDC 2025, Apple keynotes had dedicated segments for iOS, iPadOS, macOS, watchOS, and other operating systems, in which the company discussed each in detail. The WWDC 2026 keynote was different, and Apple allotted most of the screen time to Apple Intelligence and Siri. It didn't even publish separate press releases on its website for different operating systems. While it might seem surprising at first, it shows how Apple plans to move forward with its software ecosystem. Be it the Liquid Glass changes, child safety updates, or other features, they are mostly rolling out across multiple platforms. In other words, Apple is slowly blurring the line between its operating systems and achieving feature parity wherever possible. It's easy to rule out that someone in Apple's marketing team forgot to press the publish button. Everything is a calculated move when it comes to a company like Apple. Putting Apple Intelligence left, right, and center hints that the OS itself is no longer the product anymore. It's Siri, not Pepsi Time and again, various Apple products have been compared to unrelated things and turned into meme material. You might have heard about the "cheese grater" Mac Pro or the "trash can" Mac Pro, to name a few. It's Siri's turn this time. The upgraded AI assistant got a fresh logo, and people have started comparing it with Pepsi. There are other contenders, such as the Sony Ericsson logo and the Yin and Yang symbol. Shot on iPhone. Edited on Mac Image: Apple Apple has been putting the iPhone's camera muscles to the test on various occasions. Even NASA astronauts took it to Space earlier this year and captured some out-of-this-world photos. Recently, Apple TV streamed the first major live sporting event shot entirely on iPhone 17 Pro: an MLS match featuring the LA Galaxy vs. the Houston Dynamo FC. The 'Pro' iPhone has also been used to shoot Apple events in recent years. It's "Scary Fast" Mac event in 2023 was among the earliest attempts, and the tradition trickled down to the WWDC 2026 keynote, which ended with the tag line "Shot on iPhone. Edited on Mac." It's unsurprising to see Apple flexing the camera capabilities of its Pro models, especially when it has been baking professional-grade features, including ProRes RAW and Genlock. Hints for the foldable Apple has been sitting on the foldable iPhone for so long. There is still confusion over when the company will make it official. A recent report said that the iPhone Fold might get delayed as Apple is struggling to perfect its hinge mechanism. But Apple has been dropping hints here and there. A developer dug into the iOS 27 beta code and found internal references about device folding states. As verified by Macworld, the code includes references to "foldState" and "angleDegrees" internal status values, which are apparently designed to tell apps if a device is folded and at what angle. As of now, no other Apple device uses these states. The publication also found internal code suggesting Apple has been testing a device with both Touch ID and Dynamic Island, a combo that doesn't exist today. Last event as Apple CEO Image: Apple Tim Cook's bond with Apple is now almost three decades old, having started in 1998 as the SVP of Worldwide Operations. Back in August 2011, Steve Jobs stepped down as Apple CEO months before his passing, and Cook took charge. Now, the baton has been passed to the hardware chief, John Ternus, who will take over the role on September 1. WWDC 2026 is the last major Apple Event for Tim Cook as CEO. We have seen so much during Cook's tenure over the years, much of which defines Apple as we know it today. From new hardware product lines like Apple Watch, AirPods, Apple Vision Pro, and Apple Silicon, to boosting Apple's services business with Apple Music, Apple TV, Apple Pay, Apple Arcade, Apple Fitness+, Apple Care One, and more. That said, the first developer betas for Apple's latest operating systems are now available. You can check if your device is supported on iOS 27, iPadOS 27, macOS 27 Golden Gate, watchOS 27, and other platforms. What's your favorite feature that Apple announced this year at WWDC 2026? Tell us in the comments.
    • Trailer park trash “sport “, fits the current White House
  • Recent Achievements

    • Week One Done
      ssd21345 earned a badge
      Week One Done
    • Contributor
      MarkHughes4096 went up a rank
      Contributor
    • Dedicated
      jordanspringer earned a badge
      Dedicated
    • Rookie
      Rimplesnort went up a rank
      Rookie
    • One Year In
      Markus94287 earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      486
    2. 2
      +Edouard
      172
    3. 3
      PsYcHoKiLLa
      138
    4. 4
      ATLien_0
      94
    5. 5
      Steven P.
      79
  • Tell a friend

    Love Neowin? Tell a friend!