Articles
HTML 5 – WebGL 3D Car Visualizer
Many people like different cars and their features. A great idea is 3D 360 degree car viewer using WebGL and Three.js technology. Users can move […]
HTML5 – 3D world memories storage (I-remember)
This site is a place to save your memories and see other ones. The memories are distributed in a 3D place and you can move […]
HTML5 – WebGL Demo of 3D Book and Paper
Simulating a 3D book with its papers by WebGL is an interesting work. This sample has been made by Joshua Trask and beautifully done the […]
HTML5 – WebGL Application in Scientific Simulation
webGL is new technology for the web browsers make programmers capable to design 3D contents inside the web pages. There are many demos and examples […]
HTML5 – A Selection of Supported Features
In this article I want to do a brief review on great features newly added to HTML5. These features changes the web design technologies and […]
Using a CMS like WordPress or programming a site basically?
This is an important questions specially for the beginners who want to start their own website. Some people think that if they program their new […]
Php- Replace all found items in a string
You may need to replace all occurrences in a string not just the first item found by ‘str_replace’ function. Here we have designed a function […]
Php- How to build a safe SQL and script injection string
One important question for php web developers is how to build a string which is safe in every aspects. The strings come from users inputs […]