Learn To Program
Increase Your Knowlegde and Build Your Skill!
Pages
(Move to ...)
Home
Me
▼
Monday, May 14, 2012
Positioning Properties
›
Positioning Properties 1. Static This was default positioning. Top, right, bottom and left don’t make effects Parent=all....
3 comments:
Thursday, May 10, 2012
Buttoning
›
<h1>Beautiful Look And Feel Of Button</h1> <button>A Click</button> <style> button { background-image: -moz-li...
1 comment:
Triangleling
›
<h1>Counter Back Of Triangle</h1> <p></span> <style> p { display: block; width: 0px; height: 0px; border-color...
1 comment:
Wednesday, May 9, 2012
Query Suggestion
›
<h1>Drop Drown</h1> <input type="text" id="text" onkeyup="show(event)"/> <p id="vie...
Monday, May 30, 2011
Function Pointer As Struct Member
›
Function pointer as struct member - with arguments: #include <stdio.h> struct aritmathic{ int a; int b; int (*ad...
4 comments:
›
Below is a simple example of function pointer as a member of struct: #include <stdio.h> struct data{ void(*hello)(); }; void h...
Friday, May 20, 2011
Better Looking Search Box
›
<div id="search"> <form> <input type="text" id="text"/> ...
›
Home
View web version