-
as seen on Simple Talk
- Search for 'Simple Talk'
There was once a thriving business that employed two Database Administrators, Sam and Jim. Both DBAs were certified, educated and highly talented in their skill sets. During lunch breaks these two DBAs were often found together discussing best practices, troubleshooting techniques and the latest release…
>>> More
-
as seen on SQL Blog
- Search for 'SQL Blog'
A long time ago, in a galaxy far, far away... Okay, it was here on earth, a little over 5 years ago. With SQL Server 2005, Microsoft introduced a very useful feature called the DAC. DAC stands for "dedicated administrator connection"... you can read about it here , but essentially, it allows you a…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
For various reasons we are required to add feeds to our product. The main reason is to be able to say to potential buyers that "yes, we have feeds". We do not actually expect the feature to be used that much. Ideally we would like to provide both RSS and Atom feeds. However, at the moment we are severely…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
I'm managing a team of like 15 developers now, and we are stuck at a point on choosing the technology, where the team is broken into two completely opposite teams, debating over usage of WCF vs. Web API.
Team A which supports usage of Web API, brings forward these reasons:
Web API is just the modern…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
I prefer to use free software, because I believe its more universal(I can use it anywhere, I can tell people about it and they will have no problem with using it) - i like to say "learn once, use anywhere". I was wondering why people use not free software when free alternatives exists?(for example…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have a problem sending http-410 for very old rss feeds. Functional this can happen in one
Very old rss feeds where content is not updated anymore / subject could not move to another feed
Migration from 3th party site to our site where the rss feed is not longer functional supported
I tried…
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
Today, we are not only announcing Sample Browser v2 CTP, but we are also excited to announce the availability of RSS feeds of All-In-One Code Framework code samples. By using these feeds, you can easily track and download the new code samples.
English RSS feeds
All code samples: http://support…
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
If you're like me, you have a hard time keeping up with all the technologies out there. The reality is there's too many new technologies (languages, methodologies, tools, etc). One of the ways I try to keep up with everything is by using good ol' RSS feeds in conjunction with Google Reader. Google…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello, I'm using Magpie RSS to fetch a feed, and display it, but How can I display only the latest post ()? Thanks.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've spent entirely way too long trying to figure this out. I'm using XML:RSS and Perl to read / parse an Ebay RSS feed. Within the area, I see these entries:
1395
1255
However, I can't figure out how to grab the details during the loop. I wrote a regex to grab them:
@current_price = $item…
>>> More