Skip to main content

Hans Muster's Library tagged development   View Popular

20 Oct 09

Chaks' Corner | Using KeywordQuery to search in your SharePoint site

There are various ways that you can query the Search Service in your SharePoint site:

1) Using the Search Web Service

2) Using the SharePoint Object Model

There are yet again two ways you can use the Search, using the Object Model:

i) KeywordQuery

ii) FullTextSqlQuery

I think it is a good option to use Object Model when you want to customize the Search (mostly in your WCM websites), and KeywordQuery comes in very handy!

Using KeywordQuery to search is pretty simple! (provided you have set up your Search properly)

www.chakkaradeep.com/...h-in-your-SharePoint-site.aspx - Preview

moss sharepoint search development c# codesnippet

11 Sep 09

jQuery Enlightenment | by Cody Lindley | 1st Edition | based on jQuery 1.3.2



jQuery Enlightenment was written to express, in short-order, the concepts essential to intermediate and advanced jQuery development. Its purpose is to instill in you, the reader, practices that jQuery developers take as common knowledge. Each chapter contains concepts essential to becoming a seasoned jQuery developer.

This book is intended for three types of readers. The first is someone who has read introductory books on jQuery and is looking for the next logical step. The second type of reader is a JavaScript developer, already versed in another library, now trying to quickly learn jQuery. The third reader is myself, the author. I crafted this book to be used as my own personal reference point for jQuery concepts. This is exactly the type of book I wish every JavaScript library had available.

jqueryenlightenment.com - Preview

jquery ebook development webdesign ajax

08 Jul 09

10 Tips for New iPhone Developers - Nettuts+

Making a webapp for the iPhone is a lot like making a normal web site, but with a few quirks to abide by. In this article, I'll give you a wide variety of tips, covering things such as: "must-haves", usability guidelines, testing/debugging, pitfalls, and performance issues. I hope you enjoy it!

net.tutsplus.com/...tips-for-new-iphone-developers - Preview

iphone tutorial development linklist tips

26 May 09

Trailblazer's Sharepoint Blog : Virtual Earth in SharePoint

recently was working on a very cool requirement where customer wanted to implement virtual earth pins view in a SharePoint web part.

On working for a long time using javascripts and XSL I was finally able to crack the solution.

So, here are some instructions that will hopefully get you up and running quickly.

Assuming that you have a list with Title and Description fields that includes 2 additional fields called "Lat" and "Long", create a web part page in SharePoint Designer and add a Data View of the list containing the locations.

blogs.msdn.com/...rtual-earth-in-sharepoint.aspx - Preview

moss sharepoint virtualearth development .net

22 May 09

Show all subsites in a webpart « michael.wilcox

I’ve been looking for a while to find a webpart that would show all the subsites of a particular sharepoint site. If you google this, there appear to be lots of people looking for the same thing.

michael.wilcox.net/...comment-page-1 - Preview

moss sharepoint development trick blogarticle spd

15 May 09

Cale Hoopes: Great Tools for SharePoint Development


The community has really been active for quite awhile putting together some great tools to help us all out. Here's some of my absolute favorite tools to use for SharePoint Development.

calehoopes.blogspot.com/...or-sharepoint-development.html - Preview

linklist blogarticle moss development overview tools

11 May 09

UK SharePoint Team : SharePoint Search – How to create a fully functioning Search Center: Part 1

Within Microsoft Office SharePoint Server 2007, there exists the concept of a ‘Search Center’; a type of SharePoint site that can be created to help users find content. As one might expect, this site includes a search box, search page(s) and results page(s). However, unlike other SharePoint sites, a Search Center also includes Search Tabs, much like popular internet search engines, that allow users to narrow their searches. It is from a SharePoint Search Center that users can search for content stored in SharePoint sites, integrated Line Of Business applications (such as SAP) and federated sources (federation requires the SharePoint Infrastructure Updates).

blogs.msdn.com/...ning-search-center-part-1.aspx - Preview

sharepoint moss development search

So what's on your SharePoint development machine?

Occasionally I get a comment from someone who hit an old page on my blog called What's on My PC... an oldie that others were doing at the time. In the last few weeks I've been hit by a higher than normal amount of these in part due to my Setting up your SharePoint development environment post at the end of August. After migrating my virtualization rig to Hyper-V last week, I build out a brand new clean SharePoint development machine. So I figured I'd document what's on my primary SharePoint development virtual machine... your mileage may vary but the following is what I roll with on my virtual machines:

andrewconnell.com/...Point-development-machine.aspx - Preview

sharepoint moss development tools overview linklist

24 Apr 09

Web Slice Control adapter for MOSS 2007 - Doron Goldberg

This post is about enabling web slices on Microsoft Office SharePoint Server 2007.

The following example will demonstrate how to easily implement a simple control adapter which will render the required html code for turning any web part on your server into a live web slice.

blogs.microsoft.co.il/...rol-adapter-for-moss-2007.aspx - Preview

moss sharepoint ie8 webpart development

07 Apr 09

Developer Best Practices Resource Center for SharePoint Server 2007

Find up-to-date guidance about how to write Microsoft Office SharePoint Server 2007 applications and customizations that perform well, avoid common pitfalls, and best use the features of the SharePoint object model.

msdn.microsoft.com/...dd638301.aspx - Preview

sharepoint moss development bestpractices microsoft msdn guidance .net programming ressourcen

25 Mar 09

SpicIE - Simple Plug-In Creator for Internet Explorer - Home

SpicIE is a framework which allows you easily to extend Internet Explorer 7/8 with your own plugins. SpicIE wraps/hides the IE COM extension interfaces and makes it easy to develop browser extensions in managed programming languages.

SpicIE is designed for simplicity. The initial creation of an Internet Explorer plugin with SpicIE takes only minutes until you have a runnable, debuggable code base which you can extend with your own functionality. There are lot of scenarios where browser plugins could be useful. SpicIE lets you develop your own browser functionality comfortable with minimal technical efforts.

With SpicIE you can develop your own:

* IE browsing event handlers
* IE toolbar buttons
* IE menu entries
* IE context menu entries
* IE explorer bars
* IE toolbars.


SpicIE is designed for managed plugin development. You can develop SpicIE plugins in any managed development language. You will have Visual Studio 2008 project templates for C# and VB.NET plugins.

code.msdn.microsoft.com/SpicIE - Preview

ie plugin software development microsoft msdn codesnippet

13 Jan 09

hudson: an extensible continuous integration engine

Hudson monitors executions of repeated jobs, such as building a software project or jobs run by cron. Among those things, current Hudson focuses on the following two jobs:

1. Building/testing software projects continuously, just like CruiseControl or DamageControl. In a nutshell, Hudson provides an easy-to-use so-called continuous integration system, making it easier for developers to integrate changes to the project, and making it easier for users to obtain a fresh build. The automated, continuous build increases the productivity.
2. Monitoring executions of externally-run jobs, such as cron jobs and procmail jobs, even those that are run on a remote machine. For example, with cron, all you receive is regular e-mails that capture the output, and it is up to you to look at them diligently and notice when it broke. Hudson keeps those outputs and makes it easy for you to notice when something is wrong.

hudson.dev.java.net/ - Preview

software integration build opensource development java c# .net compiling continuousintegration

08 Jan 09

Key Features of Telerik OpenAccess ORM >

Telerik OpenAccess is an Enterprise-grade ORM that simplifies the data access plumbing in desktop and web applications. With both forward and reverse mapping support, the tool offers transparent persistence for your DAL and business objects. OpenAccess ORM provides tight Visual Studio integration and allows you to create database independent code seamlessly. You will find many advanced features for code optimization and caching, as well as customization freedom to generate the code You want.

www.telerik.com/...features.aspx - Preview

software development orm .net programming

31 Dec 08

CodeProject: Beginners Introduction to State Management Techniques in ASP.NET. Free source code and programming help

Recently Code Project started a beginners walkthrough for web development, an initiative for organizing all the information required for web development under one article. I think it will be helpful for beginners to get guidelines for web development. This article is my contribution to the ASP.NET section where I describe the state management techniques and best practices used when developing with ASP.NET.

www.codeproject.com/...state_management_intro.aspx - Preview

codeproject asp.net session state management development .net

Design for Developers

A few years ago I had the opportunity to sit down with a designer possessed of a rare talent. We were both part of the same team and he was creating some UI elements that I was to wire up. As I sat there (in awe) watching him work I realized that much of his considerable skill was rooted in fundamentals not unlike the art of programming. Of course, there are design skills that are intuitive that can't be "learned." But, that can also be said of the logical clarity found in a really elegant data model or a brilliant inheritance tree. I am certainly no designer, but I have observed the more creative among us for several years and have gained some insight into their world. In this article I'll share some basic principles that can help raise your design acumen and improve the experience of your users.

dotnet.sys-con.com/787854 - Preview

blogarticle design development ajax interface gui

30 Dec 08

Design for Developers

A few years ago I had the opportunity to sit down with a designer possessed of a rare talent. We were both part of the same team and he was creating some UI elements that I was to wire up. As I sat there (in awe) watching him work I realized that much of his considerable skill was rooted in fundamentals not unlike the art of programming. Of course, there are design skills that are intuitive that can't be "learned." But, that can also be said of the logical clarity found in a really elegant data model or a brilliant inheritance tree. I am certainly no designer, but I have observed the more creative among us for several years and have gained some insight into their world. In this article I'll share some basic principles that can help raise your design acumen and improve the experience of your users.

dotnet.sys-con.com/...print - Preview

programming development article interface gui design

Holiday Goodie Bag: Free C# and VB Coding Standards Reference Documents

I present to you the latest incarnations of my efforts: a zip file containing C# and VB.NET editions of my reference coding standards. I've been holding these for the holidays so that I could share a little something extra with my readers as the year winds down. I certainly don't expect everyone to agree with my standards but I hope by posting these, you can get a head start towards documenting your own.

www.notsotrivial.net/...dards-Reference-Documents.aspx - Preview

blogarticle naming code guidelines codeguidelines coding standards doc vb.net c# .net development

1 - 20 of 40 Next ›
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo