Admin Tools /
Update...
Over the weekend, I started the process of rebuilding this website to look better than the last.  Give me a few days to get caught up on the new software.  Thanks... Greg


Web Designs By Request. What is my Specialty?
Web Designs By Request, LLC, is a not only a website design company, but specializes in embedding software into the website to give the site dynamic ability.  Using dynamics gives the owner/user ability to make changes to the site on their own.  This can include articles, photos, downloads, selling of products, collecting payments and any other vision the owner may have.  

More Information...

Web Designs by Request also has the ability to build upon the back end of the site allowing the owner to practically do anything that is needed.  Some examples of this would be taking surveys, printing tickets for concerts, tracking employees and so much more.

Graduating from ASU in 1985, the owner of the company, Greg R. Lindsey, was at the breaking edge of computing.  He graduated with an Engineering degree in Computer Science Engineering.  He took a u-turn immediately out of college and worked for his father's business in distribution.  But within a full year, he found himself self teaching college part-time in computers.  It was during that tenure that the internet was just coming on-line.  Over the next few years, he began to explore, not just websites, but dynamic websites.  This soon led him to open his company in 2000.

Over that time, he has developed websites that rely heavily upon e-commerce, has been contracted by a university in Arizona to develop software to track teaching programs, as well as working for the Arizona State Education System and privately held companies.


rotationSlices


Activities I did for 2013/2014

Leverage Next Generation Software
Is your software out of date? Are sales trending down? Breathe new life into your software by harnessing the power of next generation technology such as cloud support and mobile applications.

Scale Your Business
Your business’ ecosystem can only thrive when it’s in balance. Unlock its full potential by working with AllianceTek’s IT consultants to align your people, processes and systems.

Realize Your Vision
f you have an idea for web application development, but don’t know the steps to take in order to move it from concept to reality, AllianceTek will give you support for scoping, defining requirements, development, deployment and support.


Sql Injection is not a Good Type of Shot
SQL injection is a code injection technique, used to attack data-driven applications such as dynamic websites, in which malicious SQL statements are inserted into an entry field for execution (e.g. to dump the database contents to the attacker).  SQL injection must exploit a security vulnerability in an application's software, for example, when user input is either incorrectly filtered for string literal escape characters embedded in SQL statements or user input is not strongly typed and unexpectedly executed.

For example, when you enter your user name and password into a website, attackers can actually insert certain characters which can easily return the user names and passwords rather than guessing at user names and passwords.  It's very important that software is designed to intercept these scripts and handle it properly.

I have gone to great lengths to insure hackers do not get access into the databases that I use to generate dynamic websites.  I have written strong code to insure every bit of data transmitted is verified.  Also, all data such as user names, passwords, credit cards, social security and other sensitive data is encrypted to insure that if a hack does happen, nothing can be salvaged.

Obviously, such as the recent attacks to Sony, Home Depot and Target, no one is safe.  But I do my best to insure your data is kept safe at the highest level.