Quantcast
Channel: list – The Accidental Developer
Browsing latest articles
Browse All 5 View Live

Importing Data into a SharePoint List

SharePoint Joel’s recent post, Managing Large Lists in SharePoint for Users and Site Admins got me interested in testing the 5000 list view item limit. It also gave me a good opportunity to put...

View Article



Using a list or array as a PowerShell script input parameter

One of my colleagues created a PowerShell script that we use to migrate SharePoint 2010 sites from the SharePoint 2007 interface (UI 3) to the SharePoint 2010 interface (UI 4). The script works rather...

View Article

Javascript Array Sort & Random Ordering

Recently a colleague and I were looking at some Javascript code that randomizes a list of elements. The code did this by creating an array of list-item elements, and then passing a comparison function...

View Article

Converting lines to a list in ColdFusion

I’m so used to dealing with comma-delimited lists in ColdFusion that I would sometimes take a data file that had one item per line and replace the newline characters with commas. It’s easy to use the...

View Article

ORA-00904: “WM_CONCAT”: invalid identifier

I’ve never run into wm_concat before when using Oracle, but I saw it in a statement similar to this earlier today: SELECT WM_CONCAT(id) FROM chris.item WHERE item_type LIKE '%floppy%'; Of course, it...

View Article

Browsing latest articles
Browse All 5 View Live




Latest Images