Visit Twellow.com

VAR

Form Post in Spry Syndicate content

Last week or so I blogged about doing form postings with Spry.
News Tags: Spry, ONE, VAR

Europe: VARs Win With Software, Services Syndicate content

Solution VARs in Europe have found a bounty of over $22 billion in sales last year through services and software.
News Tags: Software, Europe, VAR

No Soup For You! Syndicate content

A missive from the "sales follies" department. Joel Snyder, from NetworkWorld, was trying to help a consulting client of his choose an email security system.
News Tags: VAR

Simple Schedule Syndicate content

I often get asked for web-based scheduling programs. I've done quite a few of them over the years, sometimes using scripts available from the web, but more often writing my own simply because I don't like modifying other people's code.
News Tags: Web, VAR, perl

Kaspersky Lab Takes Best VAR Software Solution Syndicate content

Internet security software company Kaspersky Lab announced they received the "Best VAR Software Solution" award at the IT ChannelVision Event and was a finalist for the "Best VAR Presentation" and "Best System Builder Channel Strategy."
News Tags: Software, VAR

Microsoft Business Solutions VAR/Partner Selection Overview for IT Director/Manager/Controller Syndicate content

Microsoft Great Plains and Microsoft CRM become more and more popular, partly because of Microsoft muscles behind them. Now Great Plains is targeted to the whole spectrum of horizontal and vertical market clientele. Small companies use Small Business Manager (which is based on the same technology - Great Plains Dexterity dictionary and runtime), Great Plains Standard on MSDE is for small to midsize clients, and then Great Plains serves the rest of the market up to big corporations. Microsoft CRM is extremely scalable and fits to all the market niches.
News Tags: Microsoft, VAR, business

XML Data Traversal Syndicate content

In this article, I present a XML based client-side JavaScript that reads data from an external XML file, traverses the XML data and displays the same in a tree format. I'll use the XMLDOM ActiveX object built into Microsoft Internet Explorer for the same.
News Tags: VAR, XML, Websites, Data, HTTP

Adding Automatic Update Support to your Application Syndicate content

We would like to introduce a simple component which retrieves version information from the website and if there is a newer version available it will download update files via HTTP/HTTPS/FTP and run the update.
News Tags: Support, VAR, Update, Web

Adding and displaying data easily via ASP and XML/XSL Syndicate content

Storing and displaying data is a common and essential task, if you are working with Applications. It doesn't matter whether you are working with desktop Applications or WebApplications.
News Tags: Data, XSL, VAR, ASP, Code, XML

Optimizing JavaScript for Execution Speed Syndicate content

JavaScript can benefit from many of the same speed-optimization techniques that are used in other languages, like C1,2 and Java. Algorithms and data structures, caching frequently used values, loop unrolling and hoisting, removing tail recursion, and strength-reduction techniques all have a place in your JavaScript optimization toolbox. However, how you interact with the Document Object Model (DOM) in large part determines how efficiently your code executes.