Posts Tagged ‘LinkedIn’

SharePoint® Data Dump v1.1.1.0 Posted

Uncategorized | Posted by Jonathan
Oct 08 2009

MainICON2

As of today, my little program SharePoint® Data Dump v1.1.1.0 has been posted for public download.

It allows mass export of files from binary in the Doc table of SharePoint® to their original format in a directory you choose.
You can run it against a live or restored SharePoint® database.

There are limitations, and bugs, but in time those will become far and few. It may not work on all versions of SharePoint®,
but I will be updating it to test which version and adjust as needed.

Enjoy!

SDD Download

Sphere: Related Content

Xceed Datagrid for WPF 3.5 Released!

Uncategorized | Posted by Jonathan
Aug 31 2009

Xceed has released a new update for their Datagrid for WPF product.  3.2 was released back in June,
and here comes 3.5. What’s new in this release?

Xceed DataGrid for WPF Professional Edition v3.5 features a beautiful new view called Tableflowâ„¢.
This view offers fast animated smooth scrolling with inertia for impressive UI performance (works with
data virtualization), sticky group headers and master-detail master row and headers, full-column
animated drag and drop reordering. Also new is filtering and status indicator glyphs for datagrids
bound to a virtualizing collection.

So in addition to the new features, below is a list of other fixes.

  • The DataGridVirtualizingQueryableCollectionView now fully supports the FilterRow and the automatic filtering features.
  • Added a ConnectionStateGlyph property that shows asynchronous activity when fetching virtualized data.
  • Added a ConnectionState and ConnectionError property on the DataGridControl and DataGridVirtualizingCollectionViewBase.
  • Added an IsConnectionStateGlyphEnabled property on UIViewBase.
  • Corrected an issue where FilterCriterion were lost when the data source was changed.
  • DataGridUnboundItemProperty corresponding cells are now refreshed when the DataGridUpdateSourceTrigger is set to CellContentChanged.
  • Corrected an issue where a LicenseException was thrown when after a DataGridItemProperty was cloned.
  • Corrected an issue where not all appropriate property values were cloned when a DataGridItemProperty was cloned.
  • Corrected an issue where the first row inserted into an empty list remained in an invalid state.
  • Filters are now kept when collapsing the detail’s parent row.
  • FilterRow now supports filtering by empty strings.
  • Removed a reference to System.Data.Linq that prevented the DataGridControl from being distributed on .NET Framework 3.5 SP1 Client Profile.
  • Corrected an issue where the edit state was not correctly restored after a replace of the item being edited.
  • When AllowDrag is set to true and a row drag is initiated, the DataGridVirtualizingCollectionView and DataGridVirtualizingQueryableCollectionView no longer query unnecessary data.
  • Canceling a print and re-printing no longer results in an unopenable file or print-out.
  • Grouping an empty DataGridControl bound to a DataGridVirtualizingCollectionView no longer throws an exception.
  • When a Row’s MinHeight and MaxHeight are defined as the same value, the mouse cursor no longer shows the resize glyph since resizing is impossible.
  • Corrected an issue that occurred when a cell’s EditTemplate lost focus when setting e.Cancel to true in the cell’s EditEnding event.
  • Opening the DataGridControl in Blend 3 no longer results in an exception being thrown.
  • Setting a ColumnManagerCell’s HorizontalContentAlignment and VerticalContentAlignment through a style now has an effect on the Printed DataGridControl.
  • The remove filter button is now displayed in a detail grid’s filter row.
  • Corrected an issue where the DataGridCollectionView was not accepting items whose types derived from the item type specified at construction.
  • The FilterRow can now be navigated to using the Keyboard while using CardView.
  • Removes binding warnings from the output window when bound to items implementing IDataErrorInfo and using UnboundDataGridItemProperties.
  • Corrected an issue that occurred when toggling the sort direction of a column while multiple columns were sorted

Head on over and snag it now!

Personally, I will be interested to see the new view and will post my experiences with it shortly.

Sphere: Related Content

NeatWorks 4.x on Windows 7 RTM.

Software, Windows | Posted by Jonathan
Aug 10 2009

I have finished testing The Neat Companies NeatWorks 4.6.2_152 product
on a fresh install of Windows 7 Ultimate (32bit and 64bit).
Through this process I have found that during install if you fail to run the
initial install as an administrator, you will need to perform an additional
step to get the database running correctly. The install will complete
successfully, or at least appear that way even if you don’t do the install
as an administrator.

Now first of all, by run it as administrator I am an administrator, but
this is specifically if you have UAC still turned on. Since under UAC even
an administrator is not an administrator without saying you want to be.

So to run the initial install as an administrator, you simiply right click
on the file and click ‘Run as Administrator’. That’s it!
Now if you forget that step or don’t even think about it, you will make it
through but then receive errors along the lines of:

8/8/2009 10:11:43 AM MDIParent Main
Machine Info :    OS: Microsoft Windows NT 6.1.7600.0    .NET CLR: 2.0.50727.4927
Assembly Base: file:///C:/Program Files/NeatWorks/exec/NeatWorks.exe
Assembly Name: NeatWorks, Version=4.6.2.146, Culture=neutral, PublicKeyToken=null
Assembly Vers: 4.6.2.146
Error Message: Cannot open database “nrprofessional” requested by the login. The login failed.
Login failed for user ‘sa’.
Exception Type: System.Data.SqlClient.SqlException
Target Site  : GetConnection
–StackTrace–:    at System.Data.ProviderBase.DbConnectionPool.GetConnection
(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection,
DbConnectionFactory connectionFactory)
at System.Data.SqlClient.SqlConnection.Open()
at NeatReceipts.Components.Database.DBConnection.GetConnection()
at com.digitalbp.state.ccSystemSession.firstLoginCheck()
at com.digitalbp.state.ccSystemSession..ctor()
at Program.SetupUserSession()
at Program.Main(String[] args)
User Message : Cannot open database “nrprofessional” requested by the login. The login failed.
Login failed for user ‘sa’.

8/8/2009 10:11:43 AM MDIParent Main
Machine Info :    OS: Microsoft Windows NT 6.1.7600.0    .NET CLR: 2.0.50727.4927
Assembly Base: file:///C:/Program Files/NeatWorks/exec/NeatWorks.exe
Assembly Name: NeatWorks, Version=4.6.2.146, Culture=neutral, PublicKeyToken=null
Assembly Vers: 4.6.2.146
Error Message: Cannot open database “nrprofessional” requested by the login. The login failed.
Login failed for user ‘sa’.
Exception Type: System.Data.SqlClient.SqlException
Target Site  : GetConnection
–StackTrace–:    at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.SqlClient.SqlConnection.Open()
at NeatReceipts.Components.Database.DBConnection.GetConnection()
at com.digitalbp.state.ccSystemSession.firstLoginCheck()
at com.digitalbp.state.ccSystemSession..ctor()
at Program.SetupUserSession()
at Program.Main(String[] args)
User Message : Cannot open database “nrprofessional” requested by the login. The login failed.Login failed for user ‘sa’.

In this case you will need to do one item over again, or you could uninstall and reinstall, but that will take
a lot longer.
So lets begin!

  1. Open the path: %Program Files%Common FilesThe Neat CompanySetup
  2. Right click on ‘Neat Database Setup.exe’ and select ‘Run as Administrator’
    CaptureNRfix
  3. Complete the following install as normal, and upon completion your database will now
    be working and you can launch NeatWorks without an issue.

If you have for some reason not done a fresh install of Windows 7, but instead have
performed an upgrade… the one issue I have noticed is a delay in starting the
‘Database Controller Service’ before the SQL instance is started. Other than running
services.msc, you can also check in one location for NeatWorks status. You may open the
‘Support Center’ by Expanding Networks and Support Tools, then clicking on “Neat Support Center” in your start menu.
CaptureNRMenu

This program will let you view log files from the application, as well as submit support
information to The Neat Company. But one tab in particular is a simple view of your NeatWorks
related services. A note about this screen, on Windows 7 it will still say the OS is Vista.
But the version number will be correct, it is simply the application does not know what Windows 7 is.
CaptureSupportTools

Sphere: Related Content

XCEED To Release WPF Themes in August or September.

Uncategorized | Posted by Jonathan
Aug 07 2009

From their newsletter:

Capture1

Windows 7 Released on MSDN!

Uncategorized | Posted by Jonathan
Aug 06 2009

Capturewin7ultimateEveryone join the band that has access, and together we can bring down the Interweb!

Ok, so Microsoft has released the latest version of Windows on MSDN for the world to have… Windows 7.

The long awaited OS has finally arrived for us true believers…. scratch that… for us nerds!

Those that have MSDN access, go get it!

Those that have a valid software assurance agreement, you gets to wait until tomorrow.

Everyone else? See you October 22nd at your local best buy!

Sphere: Related Content

Windows 7 and Windows 2008 R2 RTM

Uncategorized | Posted by Jonathan
Jul 13 2009

Bink.nu is reporting that Windows 7 and Windows 2008 R2 have gone RTM. Keep an eye out for them to post on MSDN shortly.

CardView Xceed DataGrid WPF Style!

Uncategorized | Posted by Jonathan
May 22 2009

So I took a quick break from all the installer creations I’ve been doing lately to enjoy some work on an old project… DCTracker!

I know, it is the neverending project, but when you get little time to work on anything else… blah blah. Ok, so here’s the deal, I wanted to take my Child Attendance program from this:

Old child listing.

To this:

New child listing.

Well wouldn’t you know it, that is just super simple in Xceed DataGrid. (www.xceed.com)

In the XAML of my window, I clicked “Show Configuration Window” on my datagrid.

Then selected cardview:

capturecardviewconfig1

After selecting cardview and the theme I desired, I switched to the columns tab and setup my fields.

capturecolumns

The “Field Name” corresponds to the field name in my dataset I will be passing, whereas “Title” is shown on the card.
Next, we configure the data source in our code:

  1. dataGridControlChildDisplay.ItemsSource = childListView;

chidlListView is an Observable Collection of my class:

public class attendanceListView
{
 public bool isSelected { get; set; }
 public string firstName { get; set; }
 public string lastName { get; set; }
 public string status { get; set; }
 public string oldstatus { get; set; }
 public string newstatus { get; set; }
 public string childID { get; set; }
 public string parentPIN { get; set; }
}

Insert some data into my collection, and zip zam wazzle, I gots me some cards!

Of course I don’t poof my data out of thin air, I actually pull it from the database and stick it into this collection.  But that’s another story,
less wazzle’s, but still a lot of zip’s.

Sphere: Related Content

Xceed DataGrid for WPF

Uncategorized | Posted by Jonathan
May 20 2009

I registered for the free Xceed DataGrid for WPF. There’s only 25 days left to do it. http://xceed.com/freegrid

Xceed DataGrid is an awesome grid component for WPF. I’ve tinkered with it for a while and love it. In fact it is in use in one of my projects called DCTracker.

Hurry and be a good developer… or crazy pack rat and go register!

Sphere: Related Content

Sun’s Free Virtual Box

Uncategorized | Posted by Jonathan
Apr 29 2009

Sun’s virtual machine application that directly competes with VMWare Workstation has been released for free. This app is cross platform, and open source. What more could you ask for? And did I mention it is from Sun? So you will get a tan as well!

Follow this link to get more information, or download now.

Sphere: Related Content

WME Alpha 0.0.0.14299 Posted

Uncategorized | Posted by Jonathan
Apr 10 2009

wmeicon1
I have uploaded the alpha version of a batch audio splitter I’m working on. Nothing too fancy about it, and it does have bugs right now but it’s purpose is quite simple. Take in a directory containing audio files (right now only supporting .WAV files) and split them to multiple files based on the track markers embedded in the file. Each file created will have the first section of a file name combined with the track name as it’s file name.
(Example: testwave – 1.wav can become testwave trackname.wav)

Jump to Page

Use at your own risk.

Sphere: Related Content

Microsoft Releases Internet Explorer 8

Uncategorized | Posted by Jonathan
Mar 20 2009

2009-03-20_1033

Released to the masses, Microsoft opens the flood gates to their latest web browser.

To get your own copy, head over to Microsofts IE site and download it.

This release is touted to be their most stable, safest, standards compatible version to date.
You may also read their performance document at the following site.

Sphere: Related Content

Windows Live FolderShare is now Windows Live Sync!

Uncategorized | Posted by Jonathan
Dec 11 2008

Microsoft finally released the new version of FolderShare, which is now under the name Windows Live Sync.

There are a lot of improvements to this version, one important feature is the use of your Passport/Windows Live ID. No more having a separate ID for this nifty little program.

Some of the updates from their blog include:

  • Higher file limits—up to 20 synchronized folders (formerly known as libraries) with up to 20,000 files in each one.
  • Integration with Windows Live ID.
  • Integration with the Recycle Bin.
  • Unicode support.
  • More languages for Windows (46 in all).
  • And lots of bug fixes.
  • Having ran the FolderShare client for a while now, it has become a valuable tool that I use to keep my business and personal data copied between my work laptop and home systems. Very handy for when I’m traveling and make document changes or additional files, as it will start sending those to my home system automatically.

     

    Initial launch, you must sign in and allow the system to Synchronize. It will also rebuild the personal libraries during this stage.

    Initial launch, you must sign in and allow the system to Synchronize. It will also rebuild the personal libraries during this stage.

            The new icon to watch for, instead of some weird looking folder it now looks like a form of sync depiction. 
    The new icon to watch for, instead of some weird looking folder it now looks like a form of sync depiction.

    Head over to http://sync.live.com and sign up, or read the dev team blog post here!
    Sphere: Related Content

    iPhone Firmware 2.2 Released!

    Uncategorized | Posted by Jonathan
    Nov 21 2008

    The rumor mill was right on the money! Apple releases the iPhone 2.2 update today. With this version comes some nice new features for all of us iPhone Monkey’s to enjoy.

    From the update site:

    What’s in this update:

    • Enhancements to Maps
      • Google Street View*
      • Public transit and walking directions
      • Display address of dropped pins
      • Share location via email
    • Decrease in call setup failures and dropped calls
    • Enhancements to Mail
      • Resolved isolated issues with scheduled fetching of email
      • Improved formatting of wide HTML email
    • Podcasts are now available for download in iTunes application (over Wi-Fi and cellular network)
    • Improved stability and performance of Safari
    • Improved sound quality of Visual Voicemail messages
    • Pressing Home button from any Home screen displays the first Home screen
    • Preference to turn on/off auto-correction in Keyboard Settings

    You might have noticed I have bolded the line about decreasing call setup failures. I for one have been bothered by this issue for a while. Where I hang up a call and try to make another call only to receive the “Call Failed” message, and then have to reboot the phone to work again.

    Here’s hoping the stability has improved dramatically!

    Visit the Apple site for more information.

    Sphere: Related Content

    iPhone Firmware 2.2 Coming November 21st?

    Uncategorized | Posted by Jonathan
    Nov 11 2008

    According to iphonehellas.gr the iPhone 2.2 Firmware Update is coming out the 21st of November, that’s just 10 days away!

    According to their site the following are the goodies about the update:

     

    Some of the other features of the iPhone OS v2.2 are:

     

    • New look for the Safari with the Google search bar now occupying its own space on the title bar (iPhone v2.2 beta1)
    • Add toggle On / Off to disable the auto-correction (iPhone v2.2 beta1).
    • 461 Japanese emoji icons (iPhone v2.2 beta1).
    • Support for new languages.
    • The Line-in audio is activated and can be used through the headphone jack.
    • New features of Maps.app:
      • Google Street View (iPhone v2.2 beta1).
      • Google Transit information - Routes public transport (iPhone v2.2 beta2).
      • Walking directions (iPhone v2.2 beta2).
      • Location sharing.
    • New features of the App Store:
      • The sector ‘Categories’ now shows the icons of the applications instead of the list.
      • In each page of the application has been added by a button ‘Tell A Friend’ & ‘Report A Problem’.
      • Added the possibility of scoring the application when the user chooses to delete from the device (iPhone v2.2 beta2).
  • Added the possibility for direct downloading of podcasts from the iTunes Wi-Fi Music Store (iPhone v2.2 beta2).
  • Sphere: Related Content

    Cisco’s big secret today was… Cisco ASR 9000.

    Uncategorized | Posted by Jonathan
    Nov 11 2008

    Cisco unveiled today through their latest teaser advertising, something they had already teased with the series 1000. But today it actually is for the latest model, the ASR 9000.

     

    Cisco ASR 9000 Series in all it's glory. Has a strange 'retro futuristic' look to it, like something out of 2001: A Space Odyssey

    Cisco ASR 9000 Series

     

     

    The new Cisco ASR 9000 Series routers will change the face of what we expect a router to be capable of. With a purpose developed processor that brings a lot of the functions of a router and firewall on chip, at blistering speeds. For those who do not already know, ASR (Aggregation Services Router) is the evolution of both an ISR (Integrated Services Router) and a Firewall. It is what cisco is driving for in the edge and provider networks.

    From the email:

    The Cisco ASR 9000 is ready for just about anything that may lie ahead.
    Mobile broadband traffic will increase more than 20 fold in the next 4 years.
    By 2012, half of all content crossing the Internet will be video.
    And there are more than 3 billion people out there who are still waiting
    to download their first song and watch their first online video.

    The future is here. So is the machine.
    Meet the ASR 9000 Series Routers.
    Beautifully engineered for whatever may lie ahead.

    The industry standard is about to go up.

    Transfer up to 6.4 Terabits of data per second •
    Quadruple the per slot capacity up to 400 Gigabits per second
    •
    Terabytes of content streaming on a blade
    •
    Designed to offer superb reliability in an Ethernet carrier class router (99.999%)
    •

    Running on the Cisco IOS XR Software, this monster tears through data at an unbelievably reliable rate. 

    Even though it looks like something out of 2001: A Space Odyssey, the system does effectively change the game and will provide a massive baseline for all future competing products.

    Check out the product brochure and video for some compelling information, or head over to the official website.

    Sphere: Related Content