LBi Techblog

Code & Technology Cocktail

Follow me on TwitterRSS Feeds

  • Home
  • Events
  • Frameworks
    • .NET
    • Adobe Flex - Air
    • HTML - CSS - Javascript
    • Java
    • Mobile
    • PHP
  • Packaged Solutions
    • Sitecore
  • Technology

17

Feb

Sitecore – How to enable web edit with the multisite module?

Posted by Benjamin Vangansewinkel | Packaged Solutions |

You can add a site attribute to a website defined. Name it “enableWebEdit” and give a value “true” (because default it is false) It will look like: And it works!

More sitecore tips on http://sitecoreblog.blogspot.com/

(more…)

module, multisite, Sitecore

16

Feb

2011-02-16-10h06_16.png

Browser zoom and Flash

Posted by Cedric Vandewoude | Frameworks |

I had this very weird issue: there was a lot of whitespace around a flash movie for no reason.

The blue is generated by firebug when inspecting the object element.

After checking all the styles and the swfobject code, we found the issue: the browser zoom level was not at 100%.

So if you ever have the feeling that there is a whitespace bug in your flash movies, first check the browser zoom level.

bug, Flash, html

2

Feb

UpdatePanel destroys jQuery

Posted by Cedric Vandewoude | .NET |

Sweet you have all kind of cool jQuery on your page (overlayers, tooltips, hovers, …). Then you decide to add an asp:UpdatePanel but after the Update event all your scripts are broken.

We can fix this by executing all code within jQuery(document).ready() everytime the Update event is triggered:

<asp:UpdatePanel runat="server" ID="myUpdatePanel">
<ContentTemplate>
<!-- other code -->
</ContentTemplate>
</asp:UpdatePanel>

<script type="text/javascript">
Sys.WebForms.PageRequestManager.getInstance().add_endRequest(function () {
   documentReady(); //a function which contains all the code within jQuery(document).ready()
});
</script>

By Mike

.NET, bug, javascript

17

Jan

Surface 2.0 for developers

Posted by Cedric Vandewoude | Technology |

Microsoft has presented a new toy at CES: Microsoft Surface 2.0.

About a year ago I followed an interesting surface training. Back then I also wrote a blog post on my adventure. I was very exited about this toys, because that what it is for a developer! So it did not take long before I created a first application for the LBi client afternoon. It was very interesting to see people interact with my application on a real table:

Some of the features I like about the new toy:

  • Slim: there is actually free space under the tabletop!
  • You can also mount it on a wall.
  • HD: your app will look very appealing on 40-inch 1080p LCD HD screen.
  • No big cameras anymore: every pixel of the screen acts as a camera (Pixel Sense Technology).
  • Better OS: Vista is replaced by Windows 7 Professional 64-bit.
  • New hardware: 2.9GHz AMD Athlon II X2 processor and a Radeon HD 6700M.
  • Cheaper: $ 7600 (more…)
.NET, C#, Microsoft, Surface, WPF
«123
  • Categories

    • Events
    • Frameworks
      • .NET
      • HTML – CSS – Javascript
      • Mobile
    • Packaged Solutions
      • Sitecore
    • Technology
    • Uncategorized
  • LBi Belgium tweets

    Loading tweets...
    Follow me on Twitter!
  • Recent Posts

    • Copy Sitecore tree as text
    • Crash IIS event 5011 and how to add your unhandled exceptions in the event viewer
    • Open the content editor on a specific item
    • FatWire, unicorns & fish and chips
    • New module on trac
  • Tags

    .NET ASP.Net MVC border-radius bug C# clicktracking CSS3 CSS3; jquery Flash html html5 Internet Explorer javascript jQuery Keynote Kinect Microsoft MIX11 module multisite Silverlight Sitecore Surface tips trac video WP7 WPF