How to Create a Moving Website Background Using CSS Only

Submitted by argie on
This tutorial will teach you on how to create a moving background image using only CSS. I uses @keyframes rules i this tutorial to animate the background. To understand more about this rule, let me provide the definition and usage of this rule. with the @keyframes rule, you can create animations. The animation is created by gradually changing from one set of CSS styles to another. During the animation, you can change the set of CSS styles many times. Specify when the change will happen in percent, or the keywords "from" and "to", which is the same as 0% and 100%.

Changing DIV Backgound Color When Another DIV is Hovered Using CSS Only

Submitted by argie on
In this tutorial you will learn how to change div background when another div is hovered. I used this "~" symbol in CSS to perform changing div color when another div is hovered. The "~" symbol means that it will only select the first element that is immediately preceded by the former selector. Copy and apply the code bellow.

Creating Our HTML Display

The code bellow provide the visual display of our demo.

Using Enumeration in C#

Submitted by phuc.works on

Objective

Many things in the real-world conceptually represent enumerations: the days of the week, months of the year, seasons, oceans, and compass directions, to name a few. In this tutorial we will show you how to use Enumeration in C# language.

Let's go

Definition of Enumeration

D.P.F Delphi iOS Native Components

Submitted by b_yaghobi on
Develop Native iOS applications with Delphi XE4 / XE5 Develop iPhone & iPad & iPod Touch apps with fast native performance and native styles. Why choose D.P.F iOS Native components for your mobile app development needs? * Use native iOS controls and services * Fast native performance * Mixed Some Components with FMX controls * Can be quick updated with latest iOS controls & features * Improved all

Drag and Drop Picture from Directory File to PictureBox VB.NET

Submitted by cybernick75 on
Drag and drop picture from directory to picturebox. Simple application but somehow it helps us. For more information visit my page in facebook. https://www.facebook.com/CyberVSS, useful links, softwares, ebook, tutorials are posted at the page. Thank You.

How to Create Dropdown Menu Using Only CSS and HTML

Submitted by argie on
In this Tutorial you will learn on how to make a horizontal drop down menu using only CSS and HTML. The best thing about this tutorial is I didn't used jquery and javascript for this menu. This is useful for thus programmer who want to make drop down menu without using jquery or javascript. This menu is easy to integrate in your current website, enjoy this tutorial and fallow the steps bellow.

Creating Our HTML Display

The code bellow include the
  • tag that display our menu.