About Toan Tran

Posts by Toan Tran:

AJAX In the Development of Web-Based Architecture in E-Governance Implemenation {0}

My article is pretty much an analysis on AJAX technology and how it is enhancing the facilitation of e-government architecture as well the potentials it has by enablement of modern Web features as democratic collaboration. As the name implies, e-government is the method of utilizing information and communication technology as the primary support of the [...]

JQuery Rewrite For Mobile Platform {1}

This article pretty much talks about how a company known as appMobi that create development tool and services for HTML5 is rewriting JQuery for mobile platform. The company has already written their own JQuery app for desktop environment which was made to be HTML5 optimized. Recently, they wanted to rewrite their JQuery framework to make [...]

FBI Warns About The Vanishing of The Web in July {0}

This article talks about how the FBI is warning that hundreds of thousands of people could lose their internet connections when July comes around. This is all due to a malware known as DNSChanger. How DNSChanger works is that when you enter a Web address into the browser, the computer contacts the DNS servers to [...]

Apple Is To Blame For Malware Outbreak {2}

As everyone might know, there recently has been some talks about how some Mac systems were infected by some malware. The article that I read pretty much talks about how Apple to blame for this issue. The malware is known as Flashback, an attack that relies on vulnerabilities in Java to talk over systems. Originally, [...]

IPv6 Is Not Ready For DDoS Attacks {1}

This article talks about how internet users that are on IPv6 is more susceptible of DDoS attacks than people that are on IPv4. Studies have shown that hackers have set their sights on IPv6 after the first incident that has happened on the new network. However, there are really no defense to these attacks because [...]

HTML5: Still Not Ready Yet {2}

This article simply talks about how HTML5 is still not ready for mainstream yet. When HTML5 was first introduced, it was praised to have the most innovative elements that triumph over Flash and HTML4. It was known to for its capabilities to create media contents without the use of other proprietary technology. The problem with [...]

The Perfect Storm for Cloud Computing {1}

This article talks about how the advancement in today’s technology has made cloud computing an attractive choice for many small and big businesses and how it can affect them if they do not follow the changes that are currently happening around them. Even though cloud computing has been brought many times by large corporations such [...]

The Importance of Quality Control: How Good Is Your Data? {1}

The article that I read talks about the importance of quality control of data and the roles that it plays within large organizations. Quality in data ensures accuracy, response, completeness and consistency when it is being used. In addition, it is also important to ensure that the people that use the data understand what the [...]

Cisco Wants To Light Up Data Centers {1}

The article that I read talks about how Cisco is planning to purchase Lightwire, a new company that makes optical technology for high-speed networking similar to fiber optics. The deal will cost $271 million for Cisco. Good thing is expected from Lightwire as Cisco believes that the small high-speed silicon chips that Lightwire uses to [...]

7 performance tips for faster SQL queries {4}

Writing SQL queries is a simple task that everyone can do but how to write efficient query that does not affect performance is another issue. As a matter of fact, many developers from every platforms are struggling and seemingly stuck in using simple DO WHILE loops and many of them often have their own methods [...]

NoSQL and Document-Oriented Databases {0}

Any database that does no support the SQL language is known as an NoSQL database. NoSQL was inspired and created based off Lotus notes, a program that was co-created by Lotus founder Mitch Kapor and Microsoft chief architect Ray Ozzie as a personal productivity tool. Lotus notes was never thought to be a database application; [...]

SQL Performance Basics {0}

Creating a database using any application is one easy task, but how efficient the database is is a whole different story. Assuring optimal performance of database applications reply on properly coded SQL statements. Poor written application code is the cause of most performance problems. And in most cases, as much as 75% of performance is [...]

Indexing SQL Server Relational Databases For Performance {0}

In a relational database, indexing is used to retrieve data quickly from a system. With indexing, data is sorted in a way that made it relatively easy for users to search for which is very similar to an index in a book. In this article, we will be talk about some issues that are often [...]

Create An Effective Data Model For Your Database {1}

This article talks about how a newly developer such as myself that have never build database before can build an actual database that is functional and efficient at the same time. Database development of today is somewhat different from what have been done in the past, companies are often cutting costs which mean that the [...]

Why You Want To Be Good At Data Modeling {1}

A good database is something every organization must have when managing large sets of data. However, building a good database is now no longer consider to be a main priority because time and cost during the development life cycle have become the major factors for a lot of companies such that database design of today [...]

Advantages of Relational Databases {5}

This article talks about the several key advantages that relational database has over other database models. Relational database is probably those most popular database models being used. It provides a declarative method for specification of data and queries. Information inĀ  a relational database can be retrieved based on what the users want without having to [...]

When should you use Microsoft SQL Server over Microsoft Access {2}

The article talks about the benefits on when one should choose to use Microsoft SQL Server over Microsoft Access. Microsoft Access is one of the few tools that many businesses use for their database needs. Its intuitive GUI and unique features have made it very easy for people to setup any database and have it [...]