Edit Environment Variables in Windows – Quick Screenshot Steps

AshokTechnical TipsLeave a Comment

I have been asked this question so many times that I thought I might as well post a proper screenshot with all the steps (starting with the “Start” button) for how to get to your system environment variables in Windows. I used Windows 7, but intentionally followed similar steps to those I have followed in other Windows environments like XP and Vista: A quicker way to do this in Windows 7 specifically is to simply begin typing “environment variables” in the Start > Search bar as shown below:

Oracle 12c!?

AshokIndustry TrendsLeave a Comment

Many people do not know that Oracle versions represent something more than just an incremented number. People have been saying 8i, 9i, 10g, and 11g for years, conditioning their brains to forget even asking what the meaning or thought is behind the *letter* at the end of the version number, just as many people commonly use other technology acronyms so commonly while forgetting their expanded versions, like TCP, AJAX, SOAP, and so on. So, as Oracle may set to announce new versions and releases of big products in the coming week, we turn our sights to the version 12 release? … Read More

Oracle Books – Packt Publishing

AshokIndustry Trends, OfferingsLeave a Comment

Packt Publishing, the company that published the WebCenter Book that M&S Consulting’s E2.0 team co-authored, has just launched an Oracle focused version of its new online library platform: PacktLib. Aimed at all Oracle professionals, the Oracle book library is a low-cost, cloud-based resource that you can access anywhere whether in the office, on the move, or at a client’s site. Access all Packt’s Oracle books (50+) for less than $120 per year! That’s just couple of bucks per book. Get hold of high value information on the Oracle Database, Oracle Middleware, Oracle Applications, and more. Read content on your PC, … Read More

Oracle OpenWorld 2011 — Come See Us!

AshokIndustry Trends, News and Updates, OfferingsLeave a Comment

We’ll head out to yet another Oracle OpenWorld even this year. Drop us a line and come see us October 2-6 in San Francisco! If you haven’t already, click the below image to register! As usual, it’s going to be fun…and if you haven’t already heard, this year’s Appreciation Event features Sting as well as Tom Petty and the Heartbreakers!

Top 10 excuses why ADF has a slow(er than Oracle and organizations desire) uptake

AshokIndustry Trends, Technical TipsLeave a Comment

So many of these are related, that I decided to simply list them in no specific order: “The technology changes/improves too rapidly, and I have fears of 1) ‘will what I am doing become old-school soon’ and 2) ‘is a new/better way of doing going to be released within a few months’.” “The documentation is daunting.” “The suggested pre-requisites and structured learning programs seem to change every few months.” “I have spent considerable time and money hiring smart coders that don’t take to 4GL development as readily.” “Code generating technologies have some negative connotations when it comes to code cleanliness, … Read More

Bigmon Cloud Monitoring Saved My Site

AshokBusiness Strategy, News and Updates, Offerings, Technical TipsLeave a Comment

Over the years, the M&S Consulting site has grown quite a bit. We have hundreds of blog articles and have retired more pages of content than are currently active. By introducing Bigmon Cloud into our environment, we realized — to our surprise — that our site was one of the slower loading sites when compared to other sites we have built, either for internal project or customers. By using Bigmon metrics reporting and trending, we were able to test mechanisms for speeding up the site and moving performance into a place we felt was acceptable. Then, we were able to … Read More

IE6 is [almost] dead – Usage is 2.4% in USA, 34.6% in China

AshokIndustry Trends, Technical TipsLeave a Comment

It’s not just web 2.0 developers making the push away from IE6 anymore. Microsoft is publishing the stats, and even they want people off of Internet Explorer 6 (IE6). Join the cause by pasting your own “STOP using this out-of-date browser” banner (provided by Microsoft): <!– [if lt IE 7]>           <div style=’ clear: both; height: 59px; padding:0 0 0 15px; position: relative;’> <a href="http://windows.microsoft.com/en-US/internet-explorer/products/ie/home?ocid=ie6_countdown_bannercode" alt=""><img src="http://www.theie6countdown.com/images/banners/warning_bar_0000_us.jpg" border="0" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today." /></a></div>             <![endif]–><!– [if lt … Read More

ASP.NET HyperLink in GridView using HyperLinkField, SqlDataSource, BoundField, TemplateField, and HyperLink

AshokTechnical Tips2 Comments

I am amazed how difficult it was to find simple examples of exposing a hyperlink in an asp.net gridview control. I tried some obvious things that didn’t work at first, but I got four different approaches working that I thought I would share for others that run into this [I would assume] common need. In my case, I wanted to hyperlink to an external site based, passing in the external url along with an ID passed in as a URL parameter. For example: http://www.externalsite.com?myID=1234 Construct URL Inside SQL This is old code that had the SQL query inside a SqlDataSource … Read More