With the recent release of Adobe’s CQ5 platform (CQ5.5), there has been no mention of updating the canonical CQ5 IDE, CRXDE. This seems like a perfect opportunity for Velir to announce the beta release of a plugin for IntelliJ IDEA … Continue reading
4 Responses to "Velir’s Adobe CQ5 IntelliJ Plugin"
Leave a Reply:
Item URL Helper
Where can this Module be found? http://trac.sitecore.net/ItemUrlTool/ We’re introducing our newest module for Sitecore which is called the Item URL Helper. The Item URL Helper adds two great features to the Content Manager that will enrich your life as a … Continue reading
Leave a Reply:
Velir Developer Daniel DeLay is named 2011 Sitecore MVP
Velir is pleased to announce that our very own Daniel DeLay has been recognized by Sitecore as one of 2011’s Most Valuable Professionals. He is now the third Velir Developer to receive the honor. The award recognizes individuals who have made a bold impact within the Sitecore community and are leaders in their field. Continue reading
2 Responses to "Velir Developer Daniel DeLay is named 2011 Sitecore MVP"
-
Daniel – Congratulations!! Well deserved.
-
Congratulations Daniel!!
Leave a Reply:
Sitecore Edit Form
Where can the Module be found? http://trac.sitecore.net/EditForm/ In Sitecore’s Content Manager, performing actions such as a delete against many items can be very cumbersome. You need to right click each of the items and then click on the Delete menu … Continue reading
6 Responses to "Sitecore Edit Form"
-
Great idea! How about multi-edit similar to what’s available in Rocks? You could leverage FieldEditor’s UI for that…
-
Great tool. This is one of those simple, but powerful features which will increase productivity significantly.
Another few ideas, – some could be covered by Alex multi-edit idea, could be:
* Set publishing date(s)
* Archive
* Set workflow and state -
Great work!
Will be looking forward to the multi-edit idea. -
Hi Tim, I have installed this module but the Edit tab only show up in common folder template. Can this be modified? Thanks
Leave a Reply:
Enhanced Template Builder
.Net developers at Velir have experience implementing the Enhanced Template Builder. Where can the Module be found? http://trac.sitecore.net/EnhancedTemplateBuilder/ What is the Enhanced Template Builder The Enhanced Template Builder is a Sitecore Shared Source module that allows the user to easily … Continue reading
One Response to "Enhanced Template Builder"
-
Great Job! The module saves a lot time while creating templates, very handy.
Leave a Reply:
Strategies for Mobile Applications and Sitecore Part 2
This is Part 2 of our blog post about how we used Sitecore to make a Mobile API. To recap, this single API is used to drive 4 different devices, iPhone, iPad, Andriod, and Blackberry. In the first part we … Continue reading
Leave a Reply:
Strategies for Mobile Applications and Sitecore Part 1
Recently Velir had the opportunity to build Mobile Applications for one of our very prominent clients. One of the challenges was an interest in supporting iPhone, Android, and Blackberry devices. Our content is stored in Sitecore, so we wanted to … Continue reading
2 Responses to "Strategies for Mobile Applications and Sitecore Part 1"
-
Nice note on REST as a design pattern. It’s good to have this foundational knowledge in mind.
-
Its really a good post which increased my knowledge about how can I develop a mobile application and how should we started to think about it.
Leave a Reply:
Lazy Websites
We often build websites that showcase a large amount of high quality media in the form of images, text, and video. While this media makes for a compelling user experience it often comes at the cost of bandwidth in terms … Continue reading
3 Responses to "Lazy Websites"
-
Great article guys. This really helped to crystalise my approach for the impending barfoot (Sitecore) site redesign. We deal in large amounts of heavy media all the time, listing photos, video, floorplans etc so this has been on my todo list for some time. Thanks for sharing your approach.
-
This is very nice tutorial of lazy loading. I always thought that I need a bigger capacity from web hosting so that I could be able to build a website, which includes a large amount of images and text. Maybe I should try it so that my website could benefit from this tip too.
/Kristen B.
Magnavox MDR513H F7 Reviewer -
Very nice, I’m not so happy with the webservice part, I’ve always disliked wcf specially writing restful services with wcf …. I’m trying to implement that part with mvc inside sitecore. Restful webservices are so intuitive an elegant in mvc that I think it’s the way to go in this case.
Leave a Reply:
How to Improve Code Reusability Using C# Delegates
Delegates are a powerful, functional language feature of C# that are heavily utilized but rarely implemented by most developers who are not familiar of the advantages they give you. Similar to function pointers in C/C++, delegates in C# allow you … Continue reading
One Response to "How to Improve Code Reusability Using C# Delegates"
-
Very interesting! Your use of delegates reminds me of the Strategy Pattern, but allows for much quicker and more concise implementation for “simpler” strategies because the developer doesn’t have to implement a whole interface which describes the “small” strategy and entire subclasses to implement the strategy. It’s definitely going into my repertoire of C# programming techniques.
I hope you don’t mind that I nitpick a little, and do correct me if I’m wrong, but I found your statement that “delegates in C# allow you to assign a type to a particular method signature” left me a little confused for a bit because “method signature” typically refers to the method’s name, order of parameters, and type of parameters. However, it seems the delegates assign not only the order and type of parameters but also the return type of the function, and it does not assign it a name. For me who doesn’t have much experience using delegates, it would have been much clearer to say “delegates in C# allow you to assign a method type to a particular order and type of parameters and return type”, so I wouldn’t mistakenly believe delegates restrict the method name.
Leave a Reply:
Published Item Comparer: Customization
In my last post I introduced the Published Item Comparer and showed how convenient it was to visually compare an item between databases. I also mentioned that the Published Item Comparer runs through a series of validations to determine differences … Continue reading
I really like this plugin. I’ve been playing with it a little the past day or two. Any idea on a timeline when all these future features may be incorporated?
I’m glad you like it, Ryan.
I’m fitting development in around my regular work schedule, so it will definitely be a while before I get to everything on my list.
What I’m most interested in tackling next is the automatic sync of content.
Is there a particular feature that you’re looking to see tackled?
Great Work … What version of vault plugin are you using for this ?
Yogesh, this plugin does not depend on vault at all. You can use it with vault if you wish, but it connects to CQ5 through the JCR API directly.