Home
»
Community
»
Developer Space
»
Telligent Technology Community Team Blog
Telligent Technology Community Team Blog
Developer Space
Want to extend the Telligent Evolution platform? Collaborate with other developers and product experts here.
Join group
Get this RSS feed
Home
Blog
Forums
Files
Wikis
Members
Tags
Options
RSS for posts
OK
Tags
Articles
ASPNETPodcast
Blog
build server
Business
Centralized File System
Chameleon
Code
Community Server
CS2007
CS2008
Design
Dynamic Configuration
General Programming
news
Reviews
Social
Software
Software Development
Speaking
SQL Server
Technology
Telligent
Theming
widgets
Telligent Technology Community Team Blog
RSS for posts
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Testing Web Services
Posted
1 month ago
by
diggerdanh
Jim Holmes asked me to write an article about testing web services for his great 31 Days of Testing blog series and I gladly did so: 31 Days of Testing – Day 16: Testing Web Services The article ended up being less about testing web services...
Accessing the Miso API: a sample ASP.NET application
Posted
over 1 year ago
by
diggerdanh
Miso recently launched the initial phase of their API and make use of OAuth (similar to Twitter’s implementation) to allow user’s to authenticate with Miso and authorize your application to act on their behalf. The documentation is well written...
Top 10 Reasons to Refactor Your Tests
Posted
over 2 years ago
by
diggerdanh
10. You do have tests, don’t you? 9. It’s the right thing to do - tests build up technical debt, too 8. Keeping your tests lean, mean, clean and tidy ensures that writing new tests is easy and pain free 7. It’s a nice break...
How to convert a 10-digit timestamp in JSON to a Javascript Date
Posted
over 2 years ago
by
diggerdanh
That’s a fairly long title to describe this: 1280296860 I found this value in a field of a JSON response from a web service where I was expecting a date. I’m used to seeing 13 digit timestamps so this date surprised me and looked a little...
How to convert a 10-digit “date” in a JSON response from a web service
Posted
over 2 years ago
by
diggerdanh
That’s a fairly long title to describe this: 1280296860 I found this value in a field where I was expecting a date in a JSON response from a web service. I’m used to seeing 13 digit timestamps so this date surprised me and looked a little...
Add your own custom REST endpoints to the Telligent Evolution platform API
Posted
over 2 years ago
by
diggerdanh
I recently got asked the following from a fellow Telligenti: “Is there a way to do a simple ‘are UserA and UserB friends’ check via REST? Seems the only way is to get a list of UserA's followers and see if it contains UserB...
What's the deal with REST?
Posted
over 2 years ago
by
diggerdanh
My buddy, James C Bender , recently posted a good basic description of REST . If you're starting to get into Telligent's REST web services James' article will serve as a good starting point. Then you can head over to the Telligent Evolution...
Telligent Evolution SDK and Android
Posted
over 2 years ago
by
diggerdanh
It’s probably no surprise that most of the Telligenti are iPhone, MacBook and now iPad junkies. But we Telligenti are open-minded for the most part and we’re committed to using and abusing “best of breed” solutions – we now use Solr (on Java) for our...
Now Available: Customization Guide for the Telligent Evolution Platform 5.5
Posted
over 2 years ago
by
btiedt
The updated version of the Customization Guide for the Telligent Evolution Platform for version 5.5 is now available. It outlines the changes made to theme and widget support in 5.5 as well as guidelines on how to use new features to implement customizations...
Competition Much?
Posted
over 2 years ago
by
Josh Ledgard
Hmmm… I wonder what’s not easy to read, thin, and under a pound?!?! Posted to Business Similar Posts Good Quotes from Rework The only tools you need spec software in 2009 Design for Mobile first and Full Screen Second ...read more
What’s on My Android Phone
Posted
over 2 years ago
by
diggerdanh
Yesterday I asked Joel Ross if he would write a blog post listing the apps that he liked and used on his Android phone. Android owners in our crowd are few and far between. Most developers that I know are iPhone junkies, the next largest group is probably...
Links, Subfolders, ISAPI_Rewrite, Routing, and more
Posted
over 2 years ago
by
diggerdanh
I know that is a horrible title but “How to fix your generated links that contain an extra subfolder name when using ISAPI_Rewrite to host more than one site on your OrcsWeb hosting account” seemed a little long. Now that I’ve stuffed...
Design for Mobile first and Full Screen Second
Posted
over 2 years ago
by
Josh Ledgard
This isn’t a rant about the proliferation of mobile devices and how they are going to do everything except change your cat’s litter box in the future. It’s simply about improving your design chops. I’ve decided that new feature work should start with...
PayPal app coming to Android
Posted
over 2 years ago
by
diggerdanh
But alas, there will always be a group of people who think PayPal and Bump Payments are a HORRIBLE idea. And there is a very specific name for that group� MOOCHERS! via phandroid.com Like the author I wonder if you'll be able to bump...
Good Quotes from Rework
Posted
over 2 years ago
by
Josh Ledgard
Over the weekend I finished Rework and figured I’d share some quotes from it as well. This book was excellent and the perfect complimentary read to Linchpin . There was a lot of overlap and similar concepts. While Linchpin was more psychology...
Good Quotes from Linchpin by Seth Godin
Posted
over 2 years ago
by
Josh Ledgard
Thanks to the birth of our first son I’ve been granted a lot of reading/feeding time. You could say that this was baby Gabe’s first book. I can’t say what he thought about the book, but I can say that I really enjoyed it. It was the...
Yahoo Mail On Android
Posted
over 2 years ago
by
diggerdanh
[UPDATE: You do NOT need a Paid Yahoo Plus account for this to work... the example below is done with a FREE Yahoo Mail account:] To set up Yahoo E-Mail on the Motorola Droid: Make sure Wi-Fi is turned off Press the E-Mail icon (the default...
Android: Using NTLM authentication with HttpClient
Posted
over 2 years ago
by
diggerdanh
Sometimes the web service you want to consume is locked behind Windows (NTLM) authentication. I struggled for a bit trying to figure out how to use NTLM authentication with an HttpClient request in a sample Android application. It looked like I had everything...
Android development for the .NET developer
Posted
over 2 years ago
by
diggerdanh
A couple of weeks ago I switched from a Blackberry to an Android phone. I was a little anxious about venturing into the unknown of Android development, but I couldn’t fight the temptation of downloading the Android SDK and hacking more than a few...
Creating New Product Strengths with Art
Posted
over 2 years ago
by
Josh Ledgard
I posted previously about undergoing a review of your true product strengths . But what if you realize there isn’t as much overlap between customer usage/demand and your product? You have to start over and try to redefine what your product strengths...
Selenium Server in NAnt
Posted
over 2 years ago
by
ken
When configuring our Selenium tests to run out build server, one issue I ran into is that there wasn’t a lot out there in terms of how to get this set up. A few people had posted about having done it, but not how they did it. Overall, it isn’t...
Team City & its levels of awesome
Posted
over 2 years ago
by
ken
Recently, I’ve been working on migrating our build process at Telligent from using Cruise Control .NET to use JetBrain’s Team City. Cruise Control has served us well, but after looking at the feature set of Team City, it had a number of things...
hire social applications strategists
Posted
over 2 years ago
by
diggerdanh
Social web applications are not made famous by spending millions of bucks on advertisement and other media. What makes an application famous is the viral strategies behind them. Check out these developers for wonderful social strategies implemented into...
Setting A Tab Title in Terminal
Posted
over 2 years ago
by
Scott W
I have been spending a lot more time in terminal recently. I routinely find myself having more tabs open than I can keep track of. I then end up forgetting what's open and end up opening even more tabs which just make the problem worse. I finally...
Be Here to Love Me - The story of a great singer/songwriter
Posted
over 2 years ago
by
diggerdanh
Be Here to Love Me - the Townes Van Zandt Bio via snagfilms.com This is a great documentary about the troubled life of Townes Van Zandt, one of the best American singer/songwriters that you've probably never heard of. Permalink ...
1
2
3
4
5