Follow WebProNews
Microsoft Granted Motion to stay Word Injunction
· 4

Update: The U.S. Court of Appeals for the Federal Circuit has reportedly granted Microsoft’s motion to stay an injunction that would prohibit the software giant from selling Word. The injunction had an effective date of Oct. 10, but the motion to stay blocks the injunction until the appeal process is complete, according to The Microsoft Blog.

Senate Rules Committee OKs Vote Publishing Via XML

The Senate Rules Committee decided today to make US Senator roll-call votes available in XML format. The change is part of a growing effort to make government more transparent.

After much petition and long after the House of Representatives had done so, a feed showing all votes from individual Senators is now available. Previously, only how the Senate voted as a group was easily accessible, and only through unanimous agreement could one easily decipher how his or her representative voted.

Firefox Vulnerability Leaves Computers Open To Attack

There has been a lot of talk recently about browsers and the maneuvering that is occurring in that spacefirefox-logo due to new releases and expiring agreements and more.

Google Introduces New Open Source Sitemap Generator
· 6

Google has introduced a new Sitemap Generator for webmasters to help them create better sitemap files. Google had previously introduced one back in 2005, and watched many other people make their own, but this one is different they say.

On-Demand XML Sitemaps for Custom Search

Google has come up with another nice webmaster tool.

SEO Step 3 of Ten: Site Structure
· 45

Welcome to part three in this ten part SEO series. The ten parts of the SEO process we will be covering are:

7 Blog Promotion Techniques

A reader asked me a question that I found quite intriguing, “How do I get people to find my blog posts?

Microsoft Addressing 3,500 Open XML Issues

Microsoft’s battle to get Open XML approved as an international standard continues, with them working their asses off to clear three thousand, five hundred twenty two comments from international voting members. The members of Ecma have addressed their concerns, and if Microsoft wants their votes, they have to address those concerns.

Looking at Google Android, Developer Kit & Competition
· 2

Google created a video showcasing Android, the Google-initiated, Linux-based open source mobile operating system being backed by the recently announced – and again Google-initiated – Open Handset Alliance.

Truveo Shows Video Search Upgrades

XML Code Comments: What, Why and How
· 1

During the years I’ve seen a lot of different ways of commenting code – some good and some bad.

Parsing XML As Query Object In Coldfusion
· 1

I work in the financial industry as a developer and not that the financial industry has any greater implementation of XML than any other, but web applications that utilize back office processing for loan applications, or new account opening processes, or retail internet banking applications all to some extent make calls to a host. Many times it’s a DB2 database, and many times some other process that returns account information or validation information in xml format.

ColdFusion / XML Query Style
· 1

At one point or another, whether it’s an enterprise level website, or one of your own, you’re going to have the burning desire to see how you can take advantage of what XML can do for your applications.

Spry: Custom Columns

A few days ago I posted a link to a few new Spry demos including one that shows how to build custom columns in Spry.

XML Country List File
· 5

Today, I had to bind a list of countries to a drop down list in ASP.NET 2.0. I wanted to use an XML file to store the countries. There are more than 200 so there was not way I was going to hard code them in the HTML.

SES Session: Bulk Submit 2.0

Bulk submitting your site to search engines is quite an easy task. Granted, it may sound spammy, but it’s not. :)

XML and SAP Business Connector Integration

Corporations are always in search of the most effective mechanism for both acquiring and selling goods as well as services at very minimum total cost over the Internet.

Microsoft Releases XML Notepad 2007

Microsoft has released the latest version of XML Notepad, a pretty cool app for working with XML files in a manner far more capable than your usual Windows Notepad.

New Sitemaps For Google News

Google has introduced sitemaps for Google News. So if you have a site included in Google News, you can creat and submit News Sitemaps to inform Google about the articles that you wish to be included in Google News.

The Search Engines Agree on an XML Sitemap Standard

In great news, Google, Yahoo and MSN have agreed upon a XML sitemap standard.

Adding Your Blog to IE7 Search Providers

Internet Explorer 7 comes with build in web search from the toolbar, just like Firefox have had for years now.

ASP.NET 2.0: XML Membership Provider
· 10

ASP.NET ships with a SqlMembershipProvider and a ActiveDirectoryMembershipProvider that makes user authentication and authorization very easy to implement, but for some reason those are the only membership providers provided natively by ASP.NET 2.0.