Category Archives: General

Kit to fix SQL injection attacks

Microsoft has released a toolkit that aims to help developers and administrators of websites to block and eradicate the recent wave of SQL injection attacks (SQL Injection). The tools, which are aimed at web developers and administrators, seeking help in … Continue reading

Posted in General | Leave a comment

Create PDF from a URL

The code below imports a URL of a website and generate a URL from this document PDF with the captured screen of the website. <% ‘Create an instance of the control Set aspPdf = Server.CreateObject (“Persits.Pdf) Creates a blank document … Continue reading

Posted in General | Leave a comment

Animation – Basic Concepts

First you have to create the object that will animate. In this case, only for example, made a ball that will be jumping and a box. To begin the animation, we first need to know roughly how long the animation … Continue reading

Posted in General | Leave a comment

Understanding Attributes in CSharp

An attribute is an object that represents the data you want to associate with an element in its program. The element that you attach an attribute is known as target [Target]A practical example would be [NoIDispatch]This attribute is associated with … Continue reading

Posted in General | Leave a comment

Chrome Text

Here is a nice chrome text effect. You can use it in your blog header, as well as Arts graphic and in menus. Creates a new image with a dark blue as background. Creates a new layer and makes a … Continue reading

Posted in General | Leave a comment

Linking style sheets to documents

The three types of binding sheets estiloAs style sheets can be linked to a document in three ways: 1.Importadas or damage occurs; 2.Incorporadas; 3.Inline. Stylesheet externaUma stylesheet is external dictates, when CSS rules are declared in a document that part … Continue reading

Posted in General | Leave a comment

Creating images with Java

Creating images with Java In this paper we discuss and see how we can use Java to create, generate and manipulate simple images such as graphics and text. From this quick article, we have a good base to develop more … Continue reading

Posted in General | Leave a comment

Understanding Reflection – ASP.NET / C #

This article aims to explain how it works and how to use Reflection in applications. Reflection is generally used to show metadata, associate methods and properties and find types. With it you can examine the types in an assembly and … Continue reading

Posted in General | Leave a comment

Generating reports with iReport and Java

This topic is intended to inform, step by step how to create a report with the iReport and run it through an application Java. For better understanding, it will work with the project in a layer structure, all files will … Continue reading

Posted in General | Leave a comment

What are the differences between IDE, SATA and SATA II?

If you do a search for models of Hard Disks (HD)Certainly will find the terms IDE, IDE / ATA, SATA and SATA2. In general, it is common knowledge that this has anything to do with speed, but not everyone knows … Continue reading

Posted in General | Leave a comment

Judoscript: interpreted by the Java Language

This article describes language programming scripts [Lurl = http://www.judoscript.com] Judoscript [/ url]An interpreted language that runs on the JVM (Java Virtual Machine). Judoscript is a powerful scripting language, easy, efficient, elegant and modern, designed and implemented in pure Java. Judoscript … Continue reading

Posted in General | Leave a comment

First Program in Java

Creating your first Java program In Java are allowed three kinds of comments: Comment Line Multiple-line comment Comment documentation Comment Line The comments line allow the programmer to describe what occurs in a particular line. Java ignores everything after that … Continue reading

Posted in General | Leave a comment

Article on Java

Introduction Ok! Everyone speaks of this modern language, it is cup here, coffee over there, and you in the middle, unable to understand anything … But what, after all, is such thing as “Java”? Move forward and you can tell … Continue reading

Posted in General | Leave a comment

Basic Tutorial BIOS update

Here’s how to update your bios Despite being a simple operation, update the BIOS is somewhat risky. This risk is due to the fact that if something goes wrong, the motherboard of the computer may become unusable. Even so, the … Continue reading

Posted in General | Leave a comment

RAM Technology

Although brutally faster than the hard drive and other peripherals, RAM is still much slower than the processor. The use of caches decreases the performance loss by reducing the number of memory accesses, but when the processor does not find … Continue reading

Posted in General | Leave a comment