Archive: ComponentOwl Rails app, DB backups, go redirect script
This commit is contained in:
125
app/views/home/_draft.html.erb
Normal file
125
app/views/home/_draft.html.erb
Normal file
@@ -0,0 +1,125 @@
|
||||
<h3 class="compatiblehd">Better ListView is compatible with:</h3>
|
||||
|
||||
<div class="compatiblelists">
|
||||
<ul class="compatiblelist list-l">
|
||||
<li class="logo vs"><%= image_tag('logo-vs-big.gif') %></li>
|
||||
<li>Visual Studio 2005, 2008, 2010, and newer.</li>
|
||||
<li>C#, Visual Basic .NET (VB.NET), managed C++, and other CLI languages.</li>
|
||||
</ul>
|
||||
|
||||
<ul class="compatiblelist list-r">
|
||||
<li class="logo dotnet"><%= image_tag('logo-dotnet-big.gif') %></li>
|
||||
<li>.NET 2, .NET 3, .NET 3.5, .NET 4, and newer.</li>
|
||||
<li>Windows 2000, XP, 2003, Vista, 7, and newer, both 32-bit and 64-bit.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="lists">
|
||||
|
||||
<div class="list-l">
|
||||
<h3>Better ListView<strong> advantages:</strong></h3>
|
||||
|
||||
<ul class="common checklist">
|
||||
<li>Single small DLL file (less than 250kB when compressed).</li>
|
||||
<li>Easy deployment (xcopy). No dependencies. No installation.</li>
|
||||
<li>Royalty-free distribution. No runtime licensing.</li>
|
||||
<li>Written from scratch in pure managed code.</li>
|
||||
<li>Lightning fast, optimized for 100.000+ items.</li>
|
||||
<li>Minimum learning needed. Very similar to regular .NET ListView control.</li>
|
||||
<li>User-friendly and developer-friendly.</li>
|
||||
<li>No limits of the regular Microsoft .NET ListView control bundled with Visual Studio!</li>
|
||||
<li>Tested by thousands of users world-wide.</li>
|
||||
<li>Guaranteed continued support and development. We use Better ListView ourselves in our
|
||||
popular and successful desktop products, like
|
||||
<%= link_to 'Swift To-Do List', 'http://www.dextronet.com/swift-to-do-list-software', :class => "nowrap" %>.</li>
|
||||
<li>Well documented, intuitive method/properties names.</li>
|
||||
<li>Always looks great. Always fully uses the current Windows theme, including Aero support.</li>
|
||||
<li>Enterprise source code licenses available.</li>
|
||||
<li>Well documented.</li>
|
||||
<li>Fast 24-hour or faster support.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="list-r">
|
||||
<h3>BetterListView<strong> extra features:</strong></h3>
|
||||
|
||||
<p>Better ListView has hundreds of extra features, compared to the regular .NET ListView control.
|
||||
Plus, it removes all its limitations and bugs. Some of the most notable extra features include:</p>
|
||||
|
||||
<ul class="common checklist">
|
||||
<li>Hierarchical items. Supports sub-items like in the tree view control.</li>
|
||||
<li>Thumbnails view.</li>
|
||||
<li>Serialization – XML and Binary</li>
|
||||
<li>Save/load Better ListView content into XML or binary, string or file, in just 1 line of code.</li>
|
||||
<li>Inbuilt drag & drop reordering (with insertion mark indicator).</li>
|
||||
<li>Sub-item images</li>
|
||||
<li>Double-buffered and flicker-free.</li>
|
||||
<li>Highly customizable and flexible.</li>
|
||||
<li>Multi-column sorting.</li>
|
||||
<li>Inbuilt sorting (zero code needed).</li>
|
||||
<li>Checkboxes in all views, 3-state support</li>
|
||||
<li>Better grouping – preserves item order, customizable group headers look and behavior,
|
||||
collapsible, image support, context menu support, focusable, etc.</li>
|
||||
<li>Embedded editing controls, support for custom controls.</li>
|
||||
<li>Many other useful features - <%= link_to 'see more Better ListView features', featured_product %>.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="testimonial-wide">
|
||||
<blockquote>“Better List View is <b>awesome</b>.” – Daniel N.</blockquote>
|
||||
</div>
|
||||
|
||||
<div class="tellingct">
|
||||
<div class="tellingcnt">
|
||||
<h3 class="tellinghd">Why is Better ListView the best ListView<br />replacement component for .NET (C#, VB)?</h3>
|
||||
|
||||
<p>To put it simply, there is nothing like Better ListView out there. Nothing.</p>
|
||||
|
||||
<p>Better ListView has been designed as a component that can easily replace the original
|
||||
ListView control supplied with .NET.</p>
|
||||
|
||||
<p>There is virtually no learning needed. It’s just intuitive.</p>
|
||||
|
||||
<p>Better ListView looks native and always fully utilizes the current system theme (so there is
|
||||
no weird inconsistent look), and it also behaves exactly like it should. We’ve modeled it after
|
||||
the original list view component and the list view used in Windows Explorer – everyone already
|
||||
knows how to use it. It fully leverages the previous user knowledge.</p>
|
||||
|
||||
<p>We put extreme attention to details. All the little quirks and nuances that drive us crazy when
|
||||
it comes to components of many smaller vendors are resolved in Better ListView. You will be
|
||||
amazed how flexible and customizable it is, and how great it feels to use it. The users of your
|
||||
application will feel right at home.</p>
|
||||
|
||||
<p>And most importantly, Better ListView is packed full of great features.</p>
|
||||
|
||||
<p>If you are wondering why we created Better ListView, you can read
|
||||
<%= link_to 'our story', story_path(featured_product) %>.</p>
|
||||
|
||||
<p class="ending">And by the way, Better ListView comes with awesome samples gallery. Download and install
|
||||
the trial package right now and see for yourself what Better ListView can do:</p>
|
||||
</div>
|
||||
|
||||
<div class="testimonial ">
|
||||
<blockquote>Better ListView really is better - it kills the standard!</blockquote>
|
||||
<em>Mitchell V.</em>
|
||||
</div>
|
||||
|
||||
<div class="testimonial">
|
||||
<blockquote>Better ListView really is better - it kills the standard .NET ListView in both
|
||||
performance and flexibility. I'll never use anything else!</blockquote>
|
||||
<em>Mitchell V.</em>
|
||||
</div>
|
||||
|
||||
<div class="testimonial">
|
||||
<blockquote>I'll never use anything else!</blockquote>
|
||||
<em>Mitchell V.</em>
|
||||
</div>
|
||||
|
||||
<div class="testimonial">
|
||||
<blockquote>Better ListView really is better - it kills the standard .NET ListView in both
|
||||
performance and flexibility. I'll never use anything else!</blockquote>
|
||||
<em>Mitchell V.</em>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user