Telerik blogs

Latest

  • Web

    You know you've had too much...

    ...of InstallShield when you dream about it.  Last night, after yesterday's problems, I dreamt about events, conditions, and property grids.  Ugh!  Good thing, I am taking a break from installers soon. Do you dream about your work a lot?...
    May 27, 2021 1 min read
  • Web

    InstallShield discriminates me!

    InstallShield caused a lot of grief today by treating my code as inferior.  A single action worked differently if it was invoked by my code than if being called by an InstallShield "native" command.  I was trying to implement some advanced logic in an installer's custom feature selection.  My goal was to have two features that you can install together or separately.  I wanted to force the user to install at least one of the features.  InstallShield does not support that, so I ventured into writing a custom action in JScript.  I had a simple plan:Verify if both features are deselected and set a flag property. Enable or...
    May 27, 2021 2 min read
  • Web ASP.NET AJAX

    Packaging resources for web parts

    Hi. My name is Atanas Korchev and I am a Product Manager here at telerik. I am involved in the development of r.a.d.controls MCMS Edition and r.a.d.editor SharePoint Edition. On this blog I will be sharing my experience with Microsoft SPS and WSS and Microsoft Content Management Server 2002, as well as anything else I find interesting. So here it goes… My first entry is about packaging resources for web parts. Web parts are deployed in most cases as CAB (Microsoft cabinet) files. A developer needs to package all web part files (manifest.xml, dwp files, assemblies or anything else) in a single cab file and distribute it. That file is then...
    May 27, 2021 3 min read
  • People

    The mythic r.a.d.grid

    Ever since the first build of r.a.d.grid I've had a feeling that there's something "divine" about it:)It seems that I was right. After a Google search I found out that our beloved ASP.NET grid control has the same name (without the dots) as one of the characters in ancient Norse mythology. Apart from the initial surprise that r.a.d.grid is female, I finally have unquestionable information regarding r.a.d.grid's divine nature:http://www.godchecker.com/pantheon/norse-mythology.php?deity=RADGRIDWho could argue that there's a better grid than one with divine origins?:)...
    May 27, 2021 1 min read
  • People

    A big day for Bulgarian football fans

    The last few years have been really disappointing for Bulgarian football fans as none of our teams passed the first round of the UEFA cup and the Champions League. Sometimes it was a matter of luck, sometimes it was a matter of horrible play but the end result was the same year after year - Bulgarian participation ended very early. Yesterday everything changed - 3 out of 4 Bulgarian teams made it to the UEFA groups after 3 1:0 epic wins. It could have been four wins, but Lokomotiv Plovdiv lost 2:1 to Bolton. The English team was trailing the whole game...
    May 27, 2021 3 min read
  • Web ASP.NET AJAX

    Replacing the default Community Server blog editor

    I was asked to investigate the possibility of replacing the default FreeTextBox editor on our Community Server with a more sophisticated and easy-to-use editor. I took the challenge and it turned to be an easy one. The whole process took me about an hour - half for reading through the documentation and half for writing the code itself. Lucky for me Community Server uses a provider model, similar to the one in DotNetNuke, that makes it easy for users to change the text editor they wish to use. The only requirement is that the new editor has an appropriate wrapper...
    May 27, 2021 2 min read
  • Release

    It's time to replace FreeTextBox with r.a.d.editor in the Community Server blog engine

    Now that I entered the blogosphere, I am finding out that apart from the time spent writing the content of a blog entry, you often have to spend time to properly format the content, include code, links, images and so on. In all internal applications we are using r.a.d.editor and I've been having some real issues with the FreeTextBox control that comes with Community Server by default. Some of the things I have struggled with:- table management- link management- <P>s and <BR>s- image management (I don't like going into HTML view to add an image)- absence of a spellchecker (FreeTextBox...
    May 27, 2021 2 min read
  • People

    And the winner is....

    Today we finally drew the lucky winner of the Trivia Game Show that was held at the telerik booth during the Expo hours at PDC 2005 in Los Angeles. The winner of the top prize - the  very desirable XBOX 360 - is Laijun Xie with Thomson Financial. We have pre-ordered the XBOX 360 on Amazon and the console should arrive via courier somewhere in December, perhaps just in time for Xmas:) Coming to think of it, I should also ask Santa for one. I am still playing Super Mario Bros on my Nintendo 1988 box but the XBOX 360 looks like a good...
    May 27, 2021 2 min read
  • Web ASP.NET AJAX

    Atlas and strong typing

    I have just returned from Microsoft PDC 2005, and I must say that it was marvelous.  Being there was worth every miserable second on those flights :). The hottest thing for me was the new AJAX framework for ASP.NET -- Atlas.  Shanku Niyogi gave an overview session on Atlas that covered the potential uses of the framework.  Nikhil Kothari continued with a session on building Atlas components with server and client side examples.  Nikhil has posted an overview of the framework architecture on his blog.  You can download the slides of Shanku's presentation here, and Nikhil's -- here. I found it a bit odd at first that some...
    May 27, 2021 2 min read
  • Web

    Does your build talk to you?

    We have a fairly automated builds at telerik.  You keep everything in VSS, and the moment you need a build, you just check-in your latest changes and launch the build script.  The build runs on our integration machine and produces the final deliverables. Now the build might take some time for a few of the products (I wish VSS was not so darn slow!).  I get the build results and the log of the NAnt scripts by email, but sometimes that is not fast enough.  The answer to my problems came when I switched to Miranda as my IM client.  Miranda has a lovely...
    May 27, 2021 2 min read