Skip to content

Rahul Satasia

Rahul Satasia

  • Home
  • About
  • Projects
    • Home
    • 2011
    • January
CSS HTML Tutorials

Border-Radius, Text Shadow, Box Shadow, RGBA using CSS3

imsatasia January 19, 2011 0 Comments

For Live Demo: Click here Border Radius "border-radius: 15px;" For Mozilla Browser: "-moz-border-radius: 15px;" For Webkit Browser: "-webkit-border-radius: 15px;" CSS Code: .borderRadius { border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; }…

CSS HTML JavaScript Tutorials

Search Form using CSS3 and JavaScript

imsatasia January 18, 2011 0 Comments

For Live Demo: Click here HTML Code: On the page load input box will show text "Search...." Clicking on input box will call javascript event "onfocus" and it will clear…

CSS HTML jQuery Tutorials

Image Gallery Using JQuery

imsatasia January 14, 2011 1 Comments

For Live Demo: Click here HTML Code: Notes: em tag will be added by JQuery inside H2 tag. If you are changing class name or id name, change it in…

CSS HTML jQuery Tutorials

Simple Expand Collapse using JQuery

imsatasia January 13, 2011 0 Comments

For Live Demo: Click here HTML code snippet for content you want to hide or show: Important Notes: Use class="expand" for heading Use class="collapse" for content you want to expand…

My Life

Project Expo and Convocation, Fall 2010 at SJSU

imsatasia January 6, 2011 0 Comments

https://www.youtube.com/watch?v=G2WIKrmaSX4

PHP

Object Oriented Programming with PHP

imsatasia January 5, 2011 0 Comments

What is OOP OOP was first invented for the purpose of physical modelling in the Simula-67. Whilst there is no hard and fast definition of what Object Oriented Programming (OOP)…

You Missed

SQL Tutorials

Change Default Database in SQL Server Management Studio

SQL

Format Phone Number – SQL Server Function

Featured Mac OS Tutorials

Download Bootcamp 4 – drivers for Windows 8 Consumer Preview

Infographic

iPhone 5 – Are you getting one?

Rahul Satasia