Translator

-
Recent
Tags
Tweets
- want to start your own business in 2011? look at this - http://t.co/Y0uHkaz7 4 months ago
- if you're serious about getting your own business up this year, you have to check this out - http://t.co/wpj9yFoF 4 months ago
- Bobby goin on a booz cruise from MD to VA for the day with my fav former employer, Booz Allen! Let's get it poppington Giggity giggity! 2 years ago
- Not able to put my iPhone down for a second! 2 years ago
- watching The Informers on Boxee. check it out at http://bit.ly/FFkhO 2 years ago
Categories
- AJAX (1)
- Best Practices (1)
- C# (2)
- Emerging Technology (1)
- Investing (1)
- jQuery (2)
- LINQ (2)
- MOSS (3)
- SharePoint (4)
- Software Documentation (1)
Archives
- September 2009 (4)
- August 2009 (3)
Author Archives: Bobby Beckner
When to Use AJAX
Consider Your Goals
When considering implementing anon a website or web application, you should first consider your goals. While there are several good reasons to implement AJAX, there are also several bad reasons. This all depends on what you’re trying to accomplish.
AJAX the Wrong Way
There are a lot of pitfalls if you choose to [...]
Doxygen Generate C# Documentation
Challenge
I recently had the task to create anlibrary for software I designed for a client. I was looking for a simple way to generate C# documentation using thecomments in Visual Studio. I work tirelessly to comment each of my functions, and wanted to see my comments put to good use.
Research
I spent several days [...]
WiTricity, a Stock to Watch
What is it?
is an emerging technology that will enable hardware devices to receive electricity wirelessly. The technology uses coupling between electromagnetic resonant objects, and has proven to charge a 60 watt light bulb using two 5-turn copper coils of 24 in, that were 7 ft away, at roughly 45% efficiency.
Who’s Behind It?
An MIT research [...]
SharePoint List and LINQ using jQuery and IhttpHandler
Challenge
I was looking for a simple way to use jQuery and a few parameters to retrieve data from a SharePoint List informat. Here’s my approach…
Javascript
In the below method, I pass in the list name, url to handler, and some query parameters:
//request menu items
$.ajax({
dataType: 'json',
url: '_layouts/data/list.ashx',
[...]
One or more field types are not installed properly. Go to the list settings page to delete these fields. SharePoint Error.
Problem
Our test team is working hard and we finally had ironed out all the bugs on our development and test server. Unfortunately, upon deploying to our production server we ran into this error:
One or more field types are not installed properly. Go to the list settings page to delete these fields.
In my research I [...]



SharePoint Get Emails for Users Associated to SPListItem