Articles Category: Application Development - my-article-dashboard l

Search:

Articles in Home | Computers | Programming | Application Development

  • Duty  By : Henley
    Duties are of many kinds. We own certain duties to ourselves. It is our first duty to be clean, healthy, pure, self-reliant and self-respecting.
  • Data Scrambling: Developing Databases without Compromising Private Data  By : Igor Shekalev
    The article deals with data scrambling process and describes how to prevent private data compromising.
  • x64 for Imaging Purposes: What's the Catch?  By : Max Osokin
    The article briefly discusses pros and cons of migrating to x64 platforms for addressing memory-related image processing issues. Migrating to x64 may seem an unpopular decision but what do we get in return?
  • Internet Communication Made Easy for .NET Developers  By : Alexandre Poloziouk
    Save time developing efficient and clean client-server products in .NET environment with pure managed .NET code with client and server components for FTP, SMTP, and POP3 protocols.
  • Crucial Points of Outsourcing: 21st century miracle becomes a reality  By : Ralph Davis
    There are different views on outsourcing. Most people feel really aggressive when they encounter the word "outsourcing" in their companies. Though they may have vague reasons to feel bad about that but they should also consider the other side of the story which could pertain to the benefits of outsourcing. This is one of the reasons why European software outsourcing market has witnessed its growth.
  • Making a Decision to Outsource: Driving Factors  By : Ralph Davis
    Offshore Outsourcing is rapidly changing the shape of the modern industry. It is important for companies not to underestimate the speed of this process and jump in to grab the opportunities and benefits it offers. This article intends to delve more deeply into the analysis of those driving factors that encourage companies to make a decision to outsource any part of its activities/tasks.
  • DataGridView versus DataGrid  By : Russ Sabitov
    DataGridView control is a quite new .NET control introduced in .NET 2.0 is a good alternative to the VS .NET 1.x DataGrid control. Obviously we do not need to disregard the .NET DataGrid control.
  • Instant EXE Programming Utility Review  By : James Pearson
    A new programing utility, Instant EXE allows users to create their own software programs using a completely graphical interface and without learning difficult programming languages. This review reveals more about it.
  • Even You Can Create Your Own Software  By : James Pearson
    Encouraging words and guidance to help you become a computer programmer. See why nearly anyone can write simple programs for their own use or even for sale.

function changevalue(valnam,val,valadd) { var ab=valnam; var a=document.getElementById(ab); if (val=='datedesc') { document.listuser.orderby.value="pdate"; document.listuser.ordertype.value="desc"; document.listuser.submit(); } else if (val=='dateasc') { document.listuser.orderby.value="pdate"; document.listuser.ordertype.value="asc"; document.listuser.submit(); } else { if (a.value==val) { if (document.listuser.ordertype.value=="asc") { document.listuser.ordertype.value="desc"; } else { document.listuser.ordertype.value="asc" } } else { if (valnam=="catid") { a.form.action="/Category/"+valadd+"/" + val; }else { a.value=val; } } document.listuser.submit(); } }
Use of our free service is protected by our Privacy Policy and Terms of Service

Powered by Article Dashboard