| |
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
8 Articles match "Web"
See all articles with
"Web"
| The Latest from The Black Knight Sings | MORE | | New Job The reason for this move was a wish to focus fully on SharePoint which is the main focus for Delegate whereas Kraftvaerk is more all over the web technologies. Hi All. After almost 4 years with Kraftvaerk it was time to move on. So the 1st of August I started working for Delegate as SharePoint Architect. m keeping my part time job as Instructor for DevelopMentor. The Black Knight Sings - Wednesday, August 5, 2009 List all SharePoint groups a user belongs to It uses the UserGroup web service to list all the SharePoint Groups a user belongs to in a specified Site Collection. This is just a small Utility requested on one of the SharePoint Newsgroups. It's a small console application which requires two parameters: ···The first parameter is the Url of the site collection including protocol (example: [link]. ···The second parameter is the full username including Domain (example: MOSSWORKuser). using System; using System.IO; using System.Xml; using ListUsersGroups.ug; namespace ListUsersGroups. {. class Program. {. if (args.Length. Value); }. The Black Knight Sings - Monday, July 20, 2009 Giving end users a list of all the SharePoint sites they have access to using ( SPWeb web = site.RootWeb). {. AddWebToTreeIfAccess(web, tvSites.Nodes); }. When You’re running a medium sized SharePoint Farm you may often get requests from end users for a list of all the SharePoint sites they have access to. ve implemented a small feature which provides this information as an application page, which you can access through a new menu item on the Welcome menu. The implementation of this is quiet simple: Add a menuitem to the Welcome menu pointing to our own application page: < CustomAction Id = " 6346660F-707E-40d2-A7CF-AB6BAC7A98FD ". else. {. The Black Knight Sings - Sunday, April 26, 2009 | | The Best from The Black Knight Sings | MORE | | Giving end users a list of all the SharePoint sites they have access to using ( SPWeb web = site.RootWeb). {. AddWebToTreeIfAccess(web, tvSites.Nodes); }. When You’re running a medium sized SharePoint Farm you may often get requests from end users for a list of all the SharePoint sites they have access to. ve implemented a small feature which provides this information as an application page, which you can access through a new menu item on the Welcome menu. The implementation of this is quiet simple: Add a menuitem to the Welcome menu pointing to our own application page: < CustomAction Id = " 6346660F-707E-40d2-A7CF-AB6BAC7A98FD ". else. {. The Black Knight Sings - Sunday, April 26, 2009 List all SharePoint groups a user belongs to It uses the UserGroup web service to list all the SharePoint Groups a user belongs to in a specified Site Collection. This is just a small Utility requested on one of the SharePoint Newsgroups. It's a small console application which requires two parameters: ···The first parameter is the Url of the site collection including protocol (example: [link]. ···The second parameter is the full username including Domain (example: MOSSWORKuser). using System; using System.IO; using System.Xml; using ListUsersGroups.ug; namespace ListUsersGroups. {. class Program. {. if (args.Length. Value); }. The Black Knight Sings - Monday, July 20, 2009 FeatureReceiver To Cleanup WebPart Files Many web-part developers are surprised to see that their web-parts are listed as available even though they have deactivated the feature which contains them. And the users are equally surprised when they then try to add the web-part only to see it fail because the code (and safe-control entry) has been removed. The problem comes from the fact that deactivating a Feature doesn't remove files provisioned using Module and File entries. The Black Knight Sings - Monday, July 14, 2008 | - Features inside a Solution isn't deactivated when the Solution is retracted
In the last category is the one that surprises web-part developers most. web parts is removed but that the FeatureDeactivating code isn't run with all kinds of nasty error as a result. Features and Solutions are two of the best features in WSS 3.0 except for their names, which makes it very hard to write and speak about them): * Features because they make it very easy (at least compared to WSS 2.0) to add functionality to a SharePoint site. Solutions because they take care of much of the hassle about getting the features out on all the servers in the farm. SharePoint The Black Knight Sings - Monday, July 14, 2008 - New Job
The reason for this move was a wish to focus fully on SharePoint which is the main focus for Delegate whereas Kraftvaerk is more all over the web technologies. Hi All. After almost 4 years with Kraftvaerk it was time to move on. So the 1st of August I started working for Delegate as SharePoint Architect. m keeping my part time job as Instructor for DevelopMentor. The Black Knight Sings - Wednesday, August 5, 2009 - About Me
I'm currently working as Senior Consultant specializing in ASP.NET and SharePoint for Kraftvaerk which is a small danish consultancy firm specializing in web technologies. Hi, my name is Per Jakobsen. also have a part time job as Instructor for DevelopMentor where I'm teaching the Essential SharePoint for Developers course. My background goes all the way back to the stone age of computer programming. started as a COBOL programmer on a mainframe computer. Entered the new age with 4th generation languages (ADABAS/NATURAL) which was supposed to save the world. The Black Knight Sings - Tuesday, June 24, 2008 - Features inside a Solution isn't deactivated when the Solution is retracted
In the last category is the one that surprises web-part developers most. web parts is removed but that the FeatureDeactivating code isn't run with all kinds of nasty error as a result. Features and Solutions are two of the best features in WSS 3.0 except for their names, which makes it very hard to write and speak about them): * Features because they make it very easy (at least compared to WSS 2.0) to add functionality to a SharePoint site. Solutions because they take care of much of the hassle about getting the features out on all the servers in the farm. The Black Knight Sings - Monday, July 14, 2008 - WCMexport version 1.0
When you're branding a site using SharePoint 2007 Web Content Management, you really want to spend your time changing Master Pages and Page Layouts. But you often find that you spend a lot of your time editing your Feature.xml and different Elements.xml files especially if you have a lot of different Page Layouts with web parts for different parts of the site. WCMexport is a small utility which can help you if you don't like doing all the editing of the xml-files from scratch. The Black Knight Sings - Sunday, November 16, 2008 %>
398 Articles match "Web"
See all articles with
"Web"
| The Latest from DevelopMentor | MORE | | Reblogged: What should I learn to get started in.NET and web development? The question they had was: What should I learn to get started in.NET and web development? Now this question was starting from a position of “I’d like to get started with.NET and the web. To go from “ zero to web dev in.NET” I think you should start on these topics, in an iterative fashion: Fundamentals of C# (skip the advanced stuff – async, yield return, etc for now). '[ Note : I am reblogging this post which originally was posted to the LearningLine blog. Hope you all find it useful here as well]. How do I do that?” jQuery basics. Michael C. Kennedy's Weblog - Monday, May 6, 2013 Agile Clinic: Dear Allan, we have a little problem with Agile. The sender has graciously agreed to let me share the mail and my advice with you, all anonymously of course… The sender is new to the team, new to the company, they are developing a custom web app for a client, i.e. they are an ESP or consultancy. 'Consider this blog an Agile Clinic. On Friday an e-mail dropped into my mailbox asking if I could help. the Developers work in sprints, estimating tasks in JIRA as they go. Sprints last three weeks, including planning, development and testing. have been tasked to produce burndowns to keep track of how the Dev cells are doing.” Perhaps both. Allan Kelly's Blog - Sunday, April 28, 2013 A Roundup of MongoDB Management Tools Now there is one less worry in managing your web-scale data. Installs into your web app (provided you’re using Ruby or PHP). My take : This is a very interesting web monitoring app. Designed with security and ease of use, MMS collects statistics on all key server and hardware indicators and then presents the data in a powerful web console. 'I’ve been working with MongoDB for a long time now. Back in the early days, there really were no management tools analogous to RDBMS tools (e.g. SQL Server Management Studio ). The news is good. link]. Admin GUI). Michael C. Kennedy's Weblog - Monday, April 22, 2013 | -
| The Best from DevelopMentor | MORE | - Improve perceived performance of ASP.NET MVC websites with asynchronous partial views
Now, you web app is mostly fast and responsive, but there are certain types of data that just bring the whole thing to a grind. Filed under: Articles Tagged: NET , Articles , ASP.NET , jQuery , MVC , web. Articles.NET ASP.NET jQuery MVC webImagine you’re building an ASP.NET MVC website which has some performance problems. m sure this would never actually happen to you, but imagine you’re facing this problem just for the sake of exploring the possibilities. :-). First a disclaimer / warning. m going to show you how to make your site feel faster without speeding it up. Michael C. Kennedy's Weblog - Tuesday, November 13, 2012 - Understanding Text Encoding in ASP.NET MVC (ASP.NET MVC Foundations Series)
For example, if you were writing a forum web app, you should absolutely be paranoid about what your users are typing into your site. Filed under: Articles Tagged: NET , Foundations , MVC , web. Articles.NET Foundations MVC webThis article covers the various ways in which you might handle text encoding in ASP.NET MVC. You need to be very careful about how you redisplay their input. For example, a friendly forum user might write something like: Nice post, thanks for sharing! On the other hand, they may write: <script src=”[link]. CMS app with rich text editing. Michael C. Kennedy's Weblog - Monday, October 15, 2012 - Download My Web Apps Have HotKeys Too Sample App
I recently blogged about how web apps have hotkeys too. To encourage more developers to add hotkeys to their web applications, I created a jQuery plugin called jQuery.hotKeyMap.js It’s an ASP.NET MVC 3 web app. Filed under: jQuery Tagged: NET , ASP.NET , MVC , Open Source , Plugins , web. jQuery.NET ASP.NET MVC Open Source Plugins weband a sample application. just added a download link for the source code: WebAppsHaveHotKeysTooSample-MichaelKennedy-v1.zip. Hope you find it useful! Cheers, @mkennedy. Michael C. Kennedy's Weblog - Thursday, August 30, 2012 - How Are You Scaling ASP.NET?
Cheers, @mkennedy Filed … Continue reading → Polls.NET ASP.NET MVC polls webThere are some interesting debates out there around scaling ASP.NET. How do you do it? Please fill out this poll and tell the world: Interested in a blog post on this? Take it to the comments section. - Slides and demos from DevWeek 2013
18 Ways Your Brand-New MVC Web Application Can Be Better. Filed under: Speaking Tagged: NET , ASP.NET , Cloud , Conferences , DevelopMentor , jQuery , LearningLine , Speaking , tips , web. Speaking.NET ASP.NET Cloud Conferences DevelopMentor jQuery LearningLine tips webI had a great time discussing these topics with everyone at DevWeek 2013. Thanks to all who attended my sessions. Here are the slides: Getting Serious About The Cloud For Developers. Building Rich Forms in ASP.NET MVC. Applied NoSQL in.NET. Watch this space for the demo code as well. Cheers, @mkennedy. %>
| | |