In going through our SAP Treasury Management Workstation implementation project we’re building a list of important Treasury Management T-codes. I’m putting these down so I don’t forget them, so this isn’t a how-to (maybe later ): FF.5 – Upload Electronic Bank Statements Use FF.5 to upload electronic bank statements. You can upload your Prior Day and [...]
WordPress: Add Your Plugin’s Settings Link to Admin Plugins Page
by byron on March 23, 2010 in Web Development, WordPress, WordPress Plugins
Hello, WordPress plugin authors! I’ve been envious of that little “Settings” link on the Plugins page in the Admin on several of the plugins I use on my blogs. I wanted one for my own PhotoSmash plugin! My first stop, Google, yielded no fruit, but persistence paid off. So, thanks to GD-Star Ratings and Shadowbox-JS, [...]
SAP Account Determination
by byron on March 19, 2010 in Books/Movies, SAP
I saw this book, “SAP Account Determination”, by Manish Patel, on the desk of one of my colleagues at work. My first reaction was, “Wow! A book on account determination…I mean, wow!” Her simple reply was, “I use it all the time.” So, I thought I would share it here since many of you are [...]
C#: Break vs. Continue in Foreach Loops
by byron on March 16, 2010 in ASP.NET/C#
A C# Quick Tip: You’ve probably seen ‘break’ before in Switch Case statements, but it also plays an important role in Foreach Loops. To break completely out of a foreach loop (foregoing all the remaining loops), use: break; To go to the next iteration in the loop, use: continue; When is ‘break’ useful? It is [...]
C#: That Pesky DBNull Error in Datatables
by byron on March 15, 2010 in ASP.NET/C#
Datatables and Tableadapters are one of the most beautiful things about C# and Visual Studio, until you’re processing rows in your datatable and you get something that reads like “The value for column ‘your_column’ in table ‘your_table’ is DBNull.” If you go a little further, you may get: “Exception Details: System.InvalidCastException: Specified cast is not [...]
ASP.NET: Hide Menu Items by Role with Security Trimming
by byron on February 4, 2010 in ASP.NET/C#
ASP.NET makes authorizations and security fairly simple with its roleManager, Authentication, and SiteMap providers. This quick hint only covers how to hide a particular menu item from the standard Menu and TreeList navigation components when using a SiteMap provider. Web.config Settings for Role-based Menu Security 1) When you declare your sitemap provider, turn sucrityTrimmingEnabled to [...]
WordPress: Add Scripts to the Pages You Want
by byron on December 27, 2009 in jQuery, Web Development, WordPress
WordPress makes it very easy to load Scripts into your blog. The beauty of the method that WordPress provides is that it allows plugins and themes to use the same script at the same time by ensuring the script is loaded only once. The problem we often run into is that not everyone plays [...]
WordPress – Can’t Automatically Upgrade to New Versions?
by byron on November 12, 2009 in WordPress
So, another security fix comes out for WordPress…2.8.6 this time. And I begin making the rounds to my sites upgrading. This is now a ritual for me since some kind hacker hacked me with the 2.7 hidden admin user exploit. Everything is going smooth…I’ve done 3 sites, when I get to a new site I’m [...]
WordPress ReWrite – new Plugin Coming and a Hint
by byron on October 2, 2009 in Web, Web Development, WordPress, WordPress Plugins
First of all, let me start by saying that Custom ReWriting in WordPress has consumed way more of my time than it ever should have. I have prayed and pleaded, even considered asking one of the WordPress Gurus on their message board, but I’ve not had much luck getting responses there (questions were probably so [...]
Mac OS X Snow Leopard – NotificationExec Pop Up Annoyance
by byron on September 2, 2009 in Mac, Miscellany
Just installed Mac OS X 10.6 on my home iMac. It was truly a perfectly painless experience…click about 4 buttons and type your password and walk away for 45 minutes. The only thing that marred the experience was a nasty and undying popup for installing Rosetta so it could run NotificationExec. Click Not Now and [...]
Recent Posts
Popular Posts
- Excel Spreadsheet of US States
- Get ASP.NET DropDownList Selected Value with jQuery
- Javascript: How to get an Object's ID
- ASP.NET - Get User Name Under Windows Authentication
- SAP: Deciding about SAP-BPC (nee Outlooksoft)
- WordPress: Get Category ID for a Category Page
- PHP: What is the & Ampersand Preceding Variables
Tags
Categories
- Accounting (1)
- adobe air (1)
- ASP.NET/C# (16)
- Blogging (8)
- Books/Movies (1)
- Food/Travel (1)
- Google (1)
- iOS (3)
- iTunes/iPod (1)
- Javascript Frameworks (3)
- jQuery (3)
- Mac (4)
- Microsoft Excel (7)
- Microsoft Outlook (1)
- Miscellany (13)
- PHP (8)
- Productivity (6)
- Programming (7)
- SAP (52)
- Software (2)
- SQL (2)
- Web (5)
- Web Development (13)
- WordPress (18)
- WordPress Plugins (3)
- WordPress Themes (3)
- Words/Quotes (1)
- Worksoft Certify (6)
- YouTube (2)


