Author Archives: admin - Page 2

Electronic Cigarette Critiques: What You Must Learn About E-cigarettes

Electronic cigarettes are certainly the most recent type of traditional cigarettes that enables customers to appreciate the results of smoking without any smoke. It's an electric battery controlled equipment which usually has a selection of measurements, color and styles for you to choose from. According to just about any electronic cigarette review, these types of gadgets are utilized by men and women as the cleaner replacement for accurate smoke. In the event you wish to choose the very best electronic cigarette, attempt to appear for e-cigarette reviews which feature the actual price, the form as well as the form of cartridges obtainable.One thing that you should consider if you want to possess the very best high quality e-cigarette will be the battery pack. Numerous electric electronic Read more [...]

Memory Management

For many programmers, memory management is an important part of the code. Using memory efficiently is not an easy task, and it can be very confusing. However, there are generally two ways in which memory is given to a program: the stack and the heap. The stack is the simplest one to understand, and is practically ubiquitous in programming. In certain languages, such as the C-based ones, whenever you allocate a variable, for example "int a;" a block of memory from the program's stack is allocated to hold that data. The stack is based on the computer science concept and is a very simple data structure. Whenever your program starts up, it gets a small block of memory. As functions create variables, they get stored in memory on the stack, generally starting at the top and working downwards. Read more [...]

Security Testing and Web Applications

In today's world, web applications are almost an essential part of most peoples' day. There are applications for searching the Internet, transferring money between bank accounts, and posting pictures of your friends and family. None of these services would be possible without the web applications which are accessible to anyone, anywhere and anytime. Securing these applications while maintaining high standards of accessibility has become mandatory, although it remains difficult and some applications fall victim to individuals able to exploit small vulnerabilities. To find and defend against the breaching of these potential weak spots, testing techniques are typically employed during most if not all stages in the software development process. The first part of the security assurance process Read more [...]

Editing ASP.Net Configuration Files

The XML files will hold the ASP.net development configured files and each of them will be named as is Web.config. ASP.net development applications will contain several directories that will contain the Web.config files as well. The configuration settings is applied by the web.config files not only to the own directory but also to the other child directories that are coming under it. Settings of both the parent directories and the child directories can be modified easily. The configuration hierarchy of the Net development is systemroot\Microsoft.NET\Framework\versionNumber\CONFIG\Web.config file. File structure configuration XML tags and sub tags will be found in each of the configuration file along with their corresponding attributes. The configuration information will be nested in the and root Read more [...]

The Impact of Cloud Computing on The Education Sector

Embracing visualization / cloud computing is one of the biggest requirements for almost every public and private sector, provided one understands how this remarkable setup is benefiting each industry and how it will be the core operating base for the entire market in the near future. The evolving technological environments at job places, Internet and almost every other aspect of our lives has lead to schools and other learning institutes think along the lines of enhancing their curriculum with education on latest technologies, software, hardware and IT services. However, IT enhancements lead to convergence and integration complexities in self managed networks. Well, what could be a better solution that a managed network services provider that either handles a private cloud of individually outsourced Read more [...]

Grails Developers

Grails Developers are the ones who all helped in making the open source web application framework Grails a reality. This was known as "Groovy on Rails" previously.What were the Grails developers trying to accomplish here though? Well Grails was developed with a quite a number of things in mind. Some of the major goals included: • Providing sample applications which would display the frameworks power • Using previous Java technologies such as hibernate and spring in a consistent yet simple interface • Having both easy to use and powerful templates • Having a dynamic tag library so that web page components can easily be created  • Having great Ajax support that can be easily extended or customized • Providing both a powerful and persistent framework • Providing a highly Read more [...]

Creative Programming

"Software development is a kissing cousin of engineering (if not an engineering discipline itself), and blends creativity with math and science. That's why I find that a lot of advice to creative types is also applicable to software developers." - Joey deVilla Creativity is something which we generally do not relate to programming/software development. Typically we consider software development to be highly algorithmic in nature, where you can define what you want and how you can implement it. But essentially, its not the only thing which defines a software. I think software development is one such field where invention happens every now and then. I am not talking about new technologies being released; I am talking about the programs that we write everyday. Everyday we write something unique, Read more [...]

Computers and Time

In one of my previous posts I explained how to replace a lithium battery. The battery manages the time on the computer and retains the CMOS settings. Today I'd like to reflect on the puzzling issue that occurs when objects move really fast and how computers are affected by that. The original idea was brought forward by Einstein with the general theory of relativity and is discussed by physicists the world over to this day. So what happens to the CMOS at speed. To be totally honest grasping the concept of relativity is mind blowing. Simply accepting it like I accept the sun rises is much easier. Even so curiosity gets the better of me and so the question is asked. Lets lay out the facts 1. CMOS battery keeps up the time 2. It also maintain the BIOS settings 3. Basic settings are held in Read more [...]

Create an Interactive Batch Program

Files on windows with the file extension ".bat" are called batch files. These are usually small files with some lines of Windows batch code that can help automate things for users. They are commonly used to do the following: Add a share drive Add a share printer Replace shortcut files on your desktop They can be used to do most of the common tasks we do on a windows machine. They are usually added to a users logon profile so that they are run every time that user logs into Windows. They can also be used as interactive programs to do the above mentioned items. Let's say you wanted to give a user the option of WHICH share drive he/she wanted to map. A normal batch script will just map a predefined share drive. Well, I'm going to show you how to write a batch script to ask the user which drive Read more [...]

How to Repair Corrupted RAR Files

Get Recovery Toolbox for RAR if you often deal with downloaded files, this application can easily fix data corruption problems in compressed documents. The Repair RAR files: repairrarfiles.com application fixes CRC errors and other issues, affecting the integrity of compressed files. Take a look at the description of WinRAR recovery program if you'd like to avoid numerous redownload attempts and other problems affecting the internal structure of compressed files. This application can be evaluated for free, please get demo version of Recovery Toolbox for RAR from any download archive, check the version of input file and make sure you use the latest modification of WinRAR recovery tool before installing this program. Since this program looks like any other file compression tool, the recovery Read more [...]