Handy little apps

Over the years i’ve found a few handy little applications that just make things so much easier (windows applications sorry linux and mac geeks :) ).

I’ll quickly list these below;

  • Display Fusion
    This small little util makes working with multiply monitors a lot easier with some minor tweaks such as expanding the task bar to multiply monitors. You really need to look at this your self.
  • Remote Desktop Manager
    This application isn’t just a replacement for RDP but allows you to connect to different protocols using one simple system. I would recommend it for any dev as it can do remote RDP through a VPN which you setup all in RDM so you don’t have to connect to the VPN and loose your internal network.
  • IETester
    This is a must, you can use Virtual PC to do all your testing but sometimes you just need to quickly check this is your program.
  • Notepad++
    This is a must it just works and you will never go back to the bad notepad
  • WinMerge
    When you need to merge something or even compare directories this is your program.
  • Teracopy
    This is a replacement for the bad windows copy, move etc. This allows pausing and resuming of copying files and is just quicker then the normal windows copy. A must have.
  • UtiluMFC
    This is like IETester but has multiply version of Firefox
  • Expresso
    This is for setting up regular expression for .net
  • Linqpad
    For assisting with setting up linq statements
There are a lot more but these are just a few to get you started.

Sitecore AbortStaticFiles with Pipeline

Sitecore has a very flexible pipeline implementation allowing developers to extend the basic behaviours of how a page/file etc will be handled. In certain cases you don’t want to kill the system and just let certain files be executed without the Sitecore context and let the files be returned to the user as quickly and with minimal processing required. Now why do we want this, if you allow ASP.NET to handle all traffic, such as turing off extensions and friendly media file names then ASP.NET is running over every single server request made to the system, such as calling static files like jquery-1.5.js etc.

Read more of this post

Sitecore Value cannot be null, Parameter name: path

Got this error on a project working on and couldn’t quickly resolve the issue. It was happening when logging into the Content Editor only and with “Standard Fields” enabled so was a tricky one.

Thanks to Sitecore 6.4 now working within Firefox.

 

What i did to resolve the issue was;

  • Open Firefox
  • Open Sitecore and login as admin in Desktop user
  • Open your Sitecore Control Panel (sitecore bar/control panel)
  • Preferences
  • Change your application preferences
  • Make sure “Fields from the Standard Template” is off and click ok
  • No open the “Content Editor”
  • Click on the “Home” item (default one supplied by Sitecore)
  • Click Presentation tab
  • Hit “Reset” in ribbon and continue
  • Now Click on another item somewhere even “Content”
  • Click “View” from ribbon and enable “Standard Fields”
  • Now click on the “home” item and it should now load

What the issue seems to be is a reference to a layout, rendering, sublayout etc.
Hope this helps someone.

Embed Sitecore in an existing ASP.NET site

Sometimes I’m asked can we quickly embed Sitecore in our existing ASP.NET site because of various reasons or it’s just a quick way to get it up and working while slowly migrating there site over. Well this you can do but you have to make a few small modifications to get it working or else you’ll run into some small headaches.
PS: This is a very very quick wiki article so don’t mind my rushing :)

Read more of this post

ubeeTech Site v2

Got our site up! @bobandmax came up with the great concept of using cut-paper models to illustrate our services: http://bit.ly/ubeeTechWWW

So what is special about the site;

  • Browser friendly, well except IE6 no one likes IE6 anymore
  • Works with devices such as iPhone, Android etc (can’t guarantee it will be perfect)
  • Uses Cufon to render our main header fonts
  • Running on the Microsoft Azure platform
  • Some more little features

If you want to know more you can always visit us or follow us on twitter feed.

Follow

Get every new post delivered to your Inbox.