Monday, 20 February 2017
Sorting Data Structure
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
Java Script Event
Java script is a scripting language intended to handle event, rise from different controls of HTML. If you want to learn java script then you need to first learn about event.
An event is generated by a control,page or any other type of
activity . Event is generated through user, software, browser,server etc. with
the help of event system acknowledge that
something is happening . Example of
different types of events are click,double click,mouse over , mouse out etc.
When an event is generated an event handler is require to capture that particular event. I have added some example of most fundamental event
in following code. After that you will be able handle some important event .
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
Sunday, 19 February 2017
Image Hover CSS Effect
Image Hover Effect CSS
Girfa : Student Help
Girfa : Student Help
Girfa : Student Help
Girfa : Student Help
<div class="container">
<img src="girfa.jpg" class="image">
<div class="overlay">
<div class="text">Girfa : Student Help</div>
</div>
</div>CSS Code
.container {
position: relative;
width: 50%;
}
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
Saturday, 18 February 2017
CSS Image Formatting
Image Formatting CSS
<img src="girfa.jpg"
style="margin-left:20px;border-radius: 8px;"/>
<img src="girfa.jpg"
style="border-radius: 50%;"/>
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
Subscribe to:
Posts (Atom)