girish13 submitted tutorials


profile / submitted / saved / comments / tutorial comments
RSS feed
Creating, controlling and manipulating an Iframe through JavaScript
Submitted by Mabaloo » Iframe can be very well called the most interesting new concept that has emerged in HTML in recent year. With the advent of Iframe and now that most browsers are supporting it many and much more interesting and complex functionality and user experience can be implemented, taking websites within touch of a complete computer application.
Rating: 2.0/5 | 290 clicks | 1 comment | 0 saves | share | report
Accessing GET parameters with Javascript
Submitted by Mabaloo » Since the URL of any webpage is fully accessible to a JavaScript, it is possible to extract get parameters with the help string manipulation function. This article explains how to access GET parameters with JavaScript and how to use them in your website.
Rating: 2.5/5 | 208 clicks | 0 comments | 0 saves | share | report
Cross Domain Message Passing using Iframe
Submitted by Mabaloo » Due to security restrictions of a web browser, passing messages in a cross domain environment is not that straightforward as it is in a uni-domain environment. A browser will not let any AJAX requests to pass through between two different domains, similarly two frames, open on two different domains cannot communicate with each other, and cannot access the DOM, or the JavaScript or the Cookies. How then can you pass information between two different domains ?
Rating: 3.0/5 | 175 clicks | 0 comments | 0 saves | share | report
XML - Xtensible Markup Language - Using it in webpages
Submitted by Mabaloo » With the rise of the popularity of XML its use in the websites, and webpages today is undoubted. Here is a simple tutorial on how to use XML, and its formatting language XSLT to display XML data on webpages.
Rating: - | 3 clicks | 0 comments | 0 saves | share | report
SQL Injection - The common security breach in websites.
Submitted by Mabaloo » SQL injection is most common methodology employed by a hacker to exploit vulnerabilities in software applications. Vulnerabilities are basically weak links in the software that exposes unauthorized data/information to a user. SQL injection occurs when the user input is incorrectly filtered for embedded SQL statements. The technique is powerful enough not only to expose the information to the user but also modify and delete the content which could prove disastrous to the company.
Rating: 2.0/5 | 4 clicks | 0 comments | 0 saves | share | report
Different Image Formats - Which is the best
Submitted by Mabaloo » We come across various types of Image formats. Images on the web, your friend’s photo album, graphic images etc are common examples of images that we share and use. But, have you ever thought why certain pictures have a specific format and others have a different format. Ever wondered which format is best suited for a particular application? Using the appropriate image format is very important if good results are desired.
Rating: 2.0/5 | 4 clicks | 0 comments | 0 saves | share | report
Building a fully function website but without a DATABASE
Submitted by Mabaloo » Most of the website building tools which are commonly used today require the use of a database management system something like mySql or MsSql etc. However these database systems have to be running on the computer that are hosting the websites. Almost all of the website are hosted on computers owned by special hosting companies. Thus you might not have database access for your website. This might be due to various reasons. Your webhosting company might not support a database, or your company
Rating: 1.3/5 | 4 clicks | 0 comments | 0 saves | share | report
Php, MySQL & IIS - Together
Submitted by Mabaloo » Majority of the developers today employ WAMP i.e. Windows Apache MySQL Php. Although Apache provides a number of advantages over IIS.
Rating: 1.5/5 | 5 clicks | 0 comments | 0 saves | share | report
AJAX with ASP.NET using Visual Studio 2005 and AJAX Toolkit
Submitted by Mabaloo » The following article shows how to AJAX power your web application using the ever popular ASP.NET platform using Visual Studio and AJAX Toolkit. Learn how to improve performance and add new features using AJAX with ASP.NET
Rating: 1.5/5 | 4 clicks | 0 comments | 0 saves | share | report
Urlencode and Urldecode with JavaScript
Submitted by Mabaloo » Urlencoding is done to replace non URL safe characters with URL safe characters in a string. This is particularly done when either passing GET parameters through the browser URL or when passing data through AJAX. Javascript provides various functions which implement this functionality
Rating: 1.5/5 | 4 clicks | 0 comments | 0 saves | share | report