Telerik Forums
Community Forums Forum
0 answers
106 views
I need to create a site map to improve how Google crawls the site.  I am looking for advice on what are good tools to use to produce the XML file, robots.txt, and ror.xml files.  Thank you.
Michael Webster
Top achievements
Rank 1
 asked on 23 Mar 2010
6 answers
400 views
Hi,

I couldn't find a better place to post this question/suggestion - is there a Telerik how-to book in the works by anyone?  I would love to see the code alongside with text explaining how and why things are done in certain ways. Maybe a chapter or two focusing on integrating controls, with and without the AjaxManager, using web services, and client-side programming using the Telerik lib? :)

Best Regards,
Alex
Ivo
Telerik team
 answered on 22 Mar 2010
0 answers
138 views
Hello,

I would like to hear a little more about how others use TFS to manage their projects in regards to Iterations and Areas and maybe give some constructive criticism and helpful advice on possible problems with our methods.

To give a background we have several SaaS solutions for US imports that are always updated on a monthly to quarterly basis.  We're a mixed environment with VB6, .NET 2.0 and WPF (.NET 3.5).   We also have a few contract projects that we're keeping separate within TFS.

So-far we've been creating work items tagged with an iteration of "Dev", "QA", "Release" with a few sub-categories for reporting.  These iterations change on the work items as we move from one stage to another.

Our areas are set to the actual or projected release... i.e. Release 2009.1, .2, .3 etc...

During releases we branch our code into the release name and set the iterations on all tickets that are within that release to the appropriate area (QA, Stage, Release etc).

This has worked OK for us, but I believe there may be a better way especially when using the Telerik work item manager.

My quesiton really is are we using iterations and areas the way they were meant to be used?

Ron Barone
Top achievements
Rank 2
 asked on 19 Mar 2010
2 answers
135 views
  Hi,
   In the forums, beside a posters name, I see these from time to time. 
   what constitutes the designation of "Intermediate", "Master" and "MVP" ?  Is there a place I can go to read about these ?  just curious.
 thanks
IQworks
Top achievements
Rank 1
 answered on 12 Mar 2010
10 answers
1.0K+ views
I thought that this title would get your attention.

I love the r.a.d. tool suite because the engineering that goes into these products is top-notch.

But what I'm going to make a push for here is to now take the tools to the next level by adding GUI sexiness to the mix.  What I'm getting at here is that web world seems to be quickly becoming Web 2.0 centric with AJAX all the buzz and technologies like JSON and visual effects libraries like Dojo, Scriptaculous, moo.fx, and Walter Zorn's Drag and Drog library.

I think that now is time to add visual pizzazz to all of the tools including alpha channeled PNG graphics (as standard, even with IE), opacity, color shifting of objects, fading, animation (both linear and along paths such as parabolas, ellipse, sinoidal, etc.) and of course acceleration of objects in motion (acceleration and deceleration).  In other words, could telerik make a standard "library" of features that all of its tools could call upon -- ala "prototype" or "behaviour" or "scriptaculous".

If this could be so, then I would propose that we send telerik links to examples of what we really really want in such a "library".  This will help them visualize exactly what would need to be addressed in order to make our products visually act as we desire.

As I see it, there would be several sub-library modules that would drive the whole solution, but only be called in js if they were actually needed in order to perform a function -- ala Dojo.  This would keep the .js files sizes down to a reasonable level.

Here a a possible starting point:
  • radBrowserCaps.js - browser sniffing
  • radDOMHelper.js - akin to "prototype.js" helper functions
  • radEventHandler.js - CSS integrated behaviors
  • radSlider.js - slider functionality
  • radGlidePath - object movement path calculation
  • radAnimation.js - object movement and acceleration
  • radOpacity.js - opacity shifting - ie fading
  • radSizing.js - object sizing
  • radObjectWrappers.js - wrappers for embedded object inclusion into webpages including: Flash, Media Player, JAVA Applets, Quicktime, Real Player, etc.
  • radEffects.js - predesigned effects combining several transitions
  • radAJAXJSON.js - AJAX and JSON functionality
  • radWhatever.js - who knows what this will be, but I'm sure it will be something

This could all be the basis for new cool telerik solution-specific turnkey products like:

  • r.a.d.Chat
  • r.a.d.OutlookClone
  • r.a.d.PictureBrowser - ala Flicker
  • r.a.d.WidgetEngine

Anybody else want this stuff?  I want my web apps to have content that glides-in, fades-out and fades-in, collapses smoothly, puffs-away, moves offscreen in a smooth arc in gradual acceleration, self-adjust in size, auto-scrolls, etc.  Now is that too much to ask??  Well maybe, but I know that it really is quite doable now-a-days!

I have alot of samples that I would love to share in order to give telerik some inspiration of what's possible... but I'll save that for another thread.

Thanks for listening!

-Mark

Vassil Petev
Telerik team
 answered on 12 Mar 2010
11 answers
369 views
When I try and view any video using either IE8 or Chrome I just get a blank window.  If I right-click on the blank area it says "movie not loaded".  I tried updating to latest flash player 10 but still get the same.

Any ideas what is wrong?

I am just about to delve into the Telerik controls and would like to view some videos!
Todd Anglin
Top achievements
Rank 2
 answered on 11 Mar 2010
1 answer
120 views
Do you guys get drunk and do stupid tricks with fireworks like we do in the States?

Happy Independence Day!

Cheers!
Mark
Martin
Telerik team
 answered on 04 Mar 2010
1 answer
106 views
Telerik has excellent documentation, and an excellent forums community, I think they would work even better if the two referenced each other. I've noticed lots of times that telerik MVPs reference a document article in their response posts to questions, wouldn't it be super efficient if those articles were displayed on the document article page, which might keep some duplicate questions from being asked?

I love how Adobe allows comments on their Docu articles. I think Telerik could one-up the implementation by directly linking from document pages, to forum threads that mention the document article URL.

Another way to tie them together would be to change the "Send comments" link on the document article, into a "Create Forum Post" link that would tie the document to a list of forum articles that have been started from the docu article.

You guys truly do have excellent documentation, thank you for providing the community what you have thus far.
Sebastian
Telerik team
 answered on 01 Mar 2010
1 answer
163 views

Hi i am using a telerik grid as well as an update panel on the same page. In the update panel, there is a javascript popup which i edit some information in, the problem is these changes are not detected, for instance the test i enter into the textbox is not sent back to the database, in fact when i debug it, the textbox shows empty data when there is actually data within it. Here is a portion of my code which loads the grid;

       protected override void NeedDataSource(object source, Telerik.Web.UI.GridNeedDataSourceEventArgs e)  
       {  
           this.radGrid.DataSource = Sessions.GetByID(intID);  
       }  
 

The problem is i think my grid is getting hit each time, my question is how do i stop it from firing each time, especially considering I have wrapped my popup with an asp.net updatepanel

Nikita Gourme
Top achievements
Rank 1
 answered on 01 Mar 2010
1 answer
314 views
Hi
My account says "Your Subscription Ends in 95 days."  What does this mean? What will happen after this date?
- Will my (Telerik Controls) website Stop working?
-Will My Developer license expire?
Please Help
Thanks
Donna
Telerik team
 answered on 26 Feb 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?