In the last post, Creating and Manipulating Modal Popups, I discussed what the JavaScript method showModalDialog is used for and how to implement it in your website. Part two of this topic will focus on using popups to manipulate data and pass information from the child page back to the parent.
Author: unuzero
PHP Ad Tracker: Data Object Design and Coding
Now we are ready to construct the data object that will hold the variables and functions that will display, add, edit and delete the data in those tables.Once we name all of the variables and functions, we will start applying the code to them.
Moving Web Page Elements Using The CSS3 Translate Transform
CSS3 offers a wealth of possibilities in terms of visual and interactive effects, even allowing you to create animated elements without the need for either Flash or JavaScript. In this tutorial we’ll go through the process of translating a page element using a CSS3 transform.
Using HTML5 to Determine User Location
Using some relatively simple JavaScript code, you can create Web applications that determine various aspects of the user location, including longitude, latitude and altitude plus more. Some Web applications can even provide navigation functionality by monitoring the user position over time, integrating with map systems such as Google Maps API.
Developing a Responsive Website: The Homepage Portfolio Slider
We are going to continue on with our designing a responsive website tutorial where we have already learned about the background images, the site’s navigation and the content.This week we’re going to work on adding a little more content to our homepage.