Shell Scripting Continued...

Along with my previous commitment about posting further more on Shell Scripting and on request from few about same, here I am again with few more details on it.

In this blog, I would try to answer basic Why, How and Where about Shell Scripting.

SQL Injection

Another common vulnerability which is result of slipshod input validations is SQL Injection. Generally cross-site scripting vulnerabilities are actually directed to your site's visitors whereas SQL Injection is something which directly attacks on your site itself – to be specific its Database.

Situational Leadership

Today I would like to share few of thoughts about how to be a good manager. Many times it has been a question from most of managers saying they are having hard time to get work done from people as hard as they used to do themselves.

Connecting MS SQL Server through PHP

Being a PHP developer, we've been used to connect to MySql Database through PHP. Using a MySql Database generally recommended strongly by overall community but what if I have some restrictions and have to use MS Sql Server.

Introduction To Web 2.0

Web 2.0 is the network as platform, spanning all connected devices; Web 2.0 applications are those that make the most of the intrinsic advantages of that platform: delivering software as a continually-updated service that gets better the more people use it, consuming and remixing data from multiple sources, including individual users, while providing their own data and services in a form that allows remixing by others, creating network effects through an "architecture of participation," and going beyond the page metaphor of Web 1.0 to deliver rich user experiences.

Introduction to Unix Shell Scripting

I would like to discuss Shell Scripting in Unix in this topic today. What I would be discussing with you is introduction to Shell Scripting, its features, command line parameters, arithmetic operations, control structures and functions usage in Shell Scripting.

Importance of Project Planning in Software Industry

It has been a very controversial discussion on importance of Project Planning in Project Development in Software Industry among my friends. Many of my friends has view that its mere time wasting in documentation rather than actual development. What all I say to them is just a saying.. "The sooner you start, the later you finish !!".. Let me explain what does it mean... If you start project without prior planning and estimation, you will face tons of obstacles and surprising risks and crisis. After huge discussion and debate finally I decided to write an article and would like to take an opportunity to share few of my thoughts about Importance of Project Planning which I realized in my project.

How to show Google map on your website

Lots of time I have seen that programmer generally wants to show Google maps on their website. I personally think, while going through developing those requirement, maps generally requires longitude and latitude which is hard for a typical developer to provide since requirement generally provides you just address of place of which map to be shown. In that case it becomes challenge for the developer to calculate required
longitude and latitude of a specific address and then accordingly pass them to get the map

Looping through form elements using JavaScript

 Many times developer needs script to loop through all the elements that are available in form tag using client side script.

Following is the piece of Javascript that can be used on your page under script tag which will help to loop through all the form elements on page

Eliminate HTML Tags submitted by User

It's general error overlooked by developers, that while coding a general text box is given for entering the user details to the form, but its not taken care that, what if user enters the HTML tags into the text box.

Pages

Subscribe to RSS - sandipte's blog