WordPressing to Steemit

One of the issues with publishing content is getting your content on all the platforms that you want to see it appear. In most cases, you can publish a post and have it automatically publish to Facebook, Twitter or whatever social media site you have connected to your blog. This allows for maximum exposure with less effort. Right now, STEEMit only has the ability to share to Twitter and Facebook, which is probably the best way you want the flow to go. STEEMit is more of a social media platform than a blog. The reason I say that it, because Continue reading WordPressing to Steemit

Listing Marked Documents from Multiple Document Libraries – Part 2

In Part 1, I retrieved a list of Document Library lists that contained files and started building the display. Now, I need to get the marked documents and display them for each Document Library. Since I created the array libraryList as part of the first steps, I can now loop through this list and get each set of files. Now, make sure that you set the REST API “async” option to false, because you don’t want things to happen out of sequence and end up with nothing displayed. The call to each of the Document Library lists will have a Continue reading Listing Marked Documents from Multiple Document Libraries – Part 2

Listing Marked Documents from Multiple Document Libraries – Part 1

I had a small project at work to list marked documents a SharePoint site Page. The documents would be part of a Document Library and they are marked using a choice option, which means they need to be grouped by each of the options in the list. And, to top things off, there are multiple Document Library lists. And, to make things harder, the choice field has a different name in each of the Document Library list. At first, I thought this might be a hard little project, but it turned out easier to do than expected. I am using Continue reading Listing Marked Documents from Multiple Document Libraries – Part 1

Meetup for BlackBerry 4.2.8 and 4.2.9

I ended up releasing two quick fixes for different bugs. The firs release, 4.2.8, was to fix a simple issue with authentication to the Meetup.com website for the application. A while ago, Meetup changed their API to use a different method for making calls. With this update, they changed the URLs for the calls, which actually made things easier. I had gone through and updated all the URLs for my app at some point and basically forgot about it. I’m guessing that those old URLs were finally deprecated and that shut off the application authentication call that I was pointing Continue reading Meetup for BlackBerry 4.2.8 and 4.2.9

Meetup for BlackBerry 4.2.7

Meetup for BlackBerry 10 by DeanLogic version 4.2.7 is now available for download. As with the 4.2.6 release, this release is meant to give the user the Leave Group option for a Meetup group. This doesn’t give the user the option of telling the Organizer why you are leaving the group, but I will put that in later. There also isn’t a warning to keep your from leaving a group by accident either.  So, use with caution, because you have to use the site to Join a Group.  As stated  before, the Join Group steps are different based on the group Continue reading Meetup for BlackBerry 4.2.7

Meetup for BlackBerry 4.2.6 and deleteResource

Meetup for BlackBerry 10 by DeanLogic version 4.2.6 is now available for download. Unfortunatley, it doesn’t look like my change went through correctly and I noticed that I need to fix something that corresponds with that change. The change added was the ability to Delete (Leave) a Group. I had been playing around trying to get this to work on a previous release and I accidently left the menu option available. Also, I had a couple requests for the feature, so I thought I would give it another try. I still haven’t added Join Group due to the complexity of Continue reading Meetup for BlackBerry 4.2.6 and deleteResource