1. Read Text File Data of A Small Factory Text files are the simplest ways to store information. For example, in small factories, every labour’s information is stored in separate text files. All these text files are uploaded on the web server so that the company’s administrators can access them over the internet. A web […]
Author: admin
Step by Step Angular 2 Implementation in Visual Studio Update 3
Prerequisites There are some important installation process need to be carried out. Note : – Content in Prerequisites are copied from – https://angular.io/docs/ts/latest/cookbook/visual-studio-2015.html Prerequisite: Install Node.js Install Node.js® and npm if they are not already on your machine. Verify that you are running node version 4.6.x or greater, and npm 3.x.x or greater by running node -v and npm -v in a terminal/console window. Prerequisite: Install Visual […]
Simple PHP Code Debugging
This post will teach you some simple things about how you can find those errors in your PHP script. By default some errors will not show up on your web server! Try the examples from the PHP manual The PHP manual is one of the best manuals I’ve ever read, each function is indexed […]
Switching Between HTTP and HTTPS Automatically
Switching between HTTP and HTTPS protocols without hard-coding absolute URLs This project is now being maintained on Google Code under the new name “Security Switch”. All updates will be posted and tracked there. This article will remain here for educational purposes, but all issues should be reported at its new location. A new version of […]
Write jQuery code to wait for multiple Ajax requests
Write jQuery code to wait for multiple Ajax requests Introduction Usually, jQuery function ajax is used to make an Ajax call. Function ajax can only make one Ajax call. A callback function is executed when the Ajax call is successful. Optionally, another callback function is called when the Ajax call returns an error. However, this […]
Mobility’s rise pulls value of HTML5
Without the miraculous combining of almost the entirety of humanity’s knowledge, creativity and understanding with a sleek, portable and amazingly navigable key to experience it all, you might as well be holding a garage door opener in your hand. Enter those who code. HTML, JavaScript and CSS have long been recruited as sturdy web client-side […]
SSDs for Mixed Workloads
Deploying solid-state drives (SSDs) in the data center is a great way to boost application responsiveness and remove I/O bottlenecks in the storage layer. But today’s data centers face a mixed bag when it comes to storage workloads, and the answer isn’t always as simple as “add more speed.” There are different kinds of speed […]
Find out hot programming trends — and what going cold
What follows is a list of what’s hot and what’s not among today’s programmers. Not everyone will agree with what’s A-listed, what’s D-listed, and what’s been left out. That’s what makes programming an endlessly fascinating profession: rapid change, passionate debate, sudden comebacks. Hot: Preprocessors Not: Full language stacks It wasn’t long ago that people who […]
Microsoft automation framework use to automate your UI
Microsoft UI Automation is the new accessibility framework for Microsoft Windows, available on all operating systems that support Windows Presentation Foundation (WPF). UI Automation provides programmatic access to most user interface (UI) elements on the desktop, enabling assistive technology products such as screen readers to provide information about the UI to end users and to […]
Performance is user experience
Think about how you search for things on the Web. How quick are you to close a tab and go to the next search engine result if a site takes too long to load? If you’re searching for local weather or news, how likely is it that you’ll return to a site that waits forever […]