Microsoft cloud engineer - SharePoint, Office 365, Azure, DotNet, Angular, JavaScript.
Microsoft cloud engineer - SharePoint, Office 365, Azure, DotNet, Angular, JavaScript.

Uncategorized

How I Surf … Browsers and Goodies

While not directly SharePoint related we all spend an ever growing percent of our day staring at a web browser.    It might as well be done right.    I don’t know all the tricks and am completely open to suggestions.    Below is an outline of how I spend my days.    I’d like to hear your stores.   Corporate IT headaches?    Mobile bandwidth limits?    Any tips or tricks?   How do you surf?

 

At work

Unfortunately older web browser like IE 6.0 are formally supported and have material shortcomings.   The most notable point here is that most large workplaces operate this way in government, finance, education, health care, and even some technology.    Internet access is seen as a liability, not asset.    It’s all unfortunate because a little more open mindedness and so much potential could be realized.

At home

FireFox all the way.   I love that little flame on my desktop and count it as one of only three icons I esteem high enough to see so often.    Below is a list of the plugins I use and I really do use each one of them daily.     The developer community and extensions around this product make it great.    Much like the iPhone App Store has so much creativity because of the developers.     I’m a little bias as a developer, of course.

On the go

While on the go I use my Windows Mobile device with the built in IE browser.    Sorry, no iPhone.   I really like the hardware that HTC has to offer.   I hear FireFox will be coming but would like to learn more about alternatives here.    I bookmark everything and meticulously sort the order so the common ones are fast at hand.

 

image

PowerShell Out-Grid.ps1

NOTE – PowerShell 2.0 now includes the “Out-GridView” cmdlet which removes the need for this custom .PS1 script built for PowerShell 1.0

The current release of PowerShell V1.0 does not ship with any GUI tools.    V2.0 CTP3 comes with a scripting IDE and the Out-GridView cmdlet to help with adoption and ease of use.I personally find the Out-Grid.ps1 script very handy and copy to servers whenever I want to do heavy PowerShell work.   Check it out below.

If you see an error stating that “the execution of scripts is disabled on this system” then you’ll want to run “set-executionpolicy unrestricted

image
image
image

_WPQ_ with Javascript for dynamic lookup

If you’re using the trusty CEWP (Content Editor Web Part) to locate the current web part frame on a page you’ll want to consider using the “_WPQ” expression instead of hard coding a number.    Using the Internet Explorer Developer toolbar or Firebug toolbar is a great way to locate <DIV> tags and “ID=” attributes with a single click.

However, don’t be tempted to code in the number.    As you re-order web parts they will changes.    If you add more than one CEWP (export/import) the others will fail.    Use a dynamic token for maximum flexibility.

SharePoint’s rendering engine does a search replace on “_WPQ_” to give it the number of that web part on the page.   It’s a great way to avoid naming conflicts and a trick I’ve used to apply multiple JQuery driven CEWP on the same page.

 

References

image

FREE AntiVirus for Windows Server 2008

Today I learned of two FREE programs that could help cover my laptop.   In the virus and malware marketplace I’ve long believe more than one tool (and vendor) is needed to stay safe.   There are just too many angles of attack with new one coming up all the time.   Staying current on patches is a great idea.    It’s a good foundation, but you also need active scanning tools.

Here are two programs to consider.   I run ClamWin and have been very happy with it.    Then just add Windows Defender for malware and Windows Update for patches to keep your machine safe.   Learn more about safe computing practices at http://www.onguardonline.gov/

Download Now

 

image

 

image

© Copyright 2016
@ SPJeff

Return to Top ▲Return to Top ▲