• Web Design
  • UX
  • Development
  • Others
    • Softwares
    • Operating System
  • About

Help Me Code

Improve Programming Skills and User Experience

How to show time in client/browser timezone in ADF

January 23, 2015 by Ankur Gupta Leave a Comment

We can get the client timezone using javascript. First we can get the time offset from client browser, and set it in a cookie. Than we will access that cookie in our java code, and get the timezone based on that offset. We will use this timezone in trininad-config.xml trininad-config.xml settings for getting timezone Than … [Read more…]

Posted in: Development Tagged: ADF, Java

What are Pseudo Class Selectors?

August 9, 2013 by Ankur Gupta Leave a Comment

Learn Using Pseudo Class Selectors There are many special states of some elements, and if you want to show these elements differently to the user, then pseudo classes comes into the picture. You can define selectors with the help of the pseudo-class, and apply the css for that special state. For example. on hovering any … [Read more…]

Posted in: CSS, Web Design Tagged: Pseudo Class, Pseudo Selector

text-decoration – CSS Property

April 4, 2013 by Ankur Gupta Leave a Comment
css text-decoration property - howtousecss

Using text-decoration CSS Property CSS text-decoration property is used to define the text-formatting. Below are the possible values for text-decoration property underline:  The text is underlines overline: Each line of text has the line above it line-through: Defines a line though the text blink: This makes the text blinking (Not supported in IE, Chrome, Safari) … [Read more…]

Posted in: CSS, Web Design Tagged: CSS Text-decoration

text-align – CSS Property

March 20, 2013 by Ankur Gupta Leave a Comment

Using text-align CSS Property CSS text-align property describes the alignment of the inline content (eg. text) contained in the element. text-align does not define the alignment of block element itself. Below are the possible values of text-align css property: text-align: left; // Inline contents are aligned to the left text-align: right; // Inline contents are … [Read more…]

Posted in: CSS, Web Design Tagged: CSS Text-align

float – CSS Property

March 19, 2013 by Ankur Gupta Leave a Comment

Using CSS float Property CSS float property is used on elements to place them on left or right, wrt their normal position. The default value of float css property is none Possible values are: left – Used for floating the element on the left side of its container block right – Used for floating the … [Read more…]

Posted in: CSS, Web Design Tagged: CSS Float

font – CSS Property

February 26, 2013 by Ankur Gupta Leave a Comment

Using CSS font property CSS font property is also very commonly used css-property. Its used to define the text font style for the element.font property is a shorthand property to define all other individual font property, which are listed below:font-style font-variant font-weight font-size line-height font-family We will see each of them in details in upcoming … [Read more…]

Posted in: CSS, Web Design Tagged: CSS Fonts

color – CSS Property

February 18, 2013 by Ankur Gupta Leave a Comment

Using CSS color Property CSS color property is also one of the most commonly used css property for changing the color of text inside elements. It defined the foreground color used for element’s text content. Color value can be defined in following different ways color: red; // A CSS predefined color. color: #0f0; // 3-character … [Read more…]

Posted in: CSS, Web Design Tagged: CSS Color

background – CSS Property

January 28, 2013 by Ankur Gupta Leave a Comment

Using CSS background Property CSS background property is most commonly used css-property. Its used to define the background styles for elements. background property is a shorthand property to define all other individual background property, which are listed below: background-color background-image background-position background-size background-repeat background-attachment background-clip We will see each of them in details in upcoming … [Read more…]

Posted in: CSS, Web Design Tagged: CSS Background

How to import Styles Sheets in a CSS File

January 23, 2013 by Ankur Gupta Leave a Comment

Importing Style Sheets in a CSS File @import is a @-rule which can be used inside a css style sheet. The most common syntax is Here, url is the absolute or relative path of the style sheet needs to be included. Examples: Another syntax is here, media-queries is the comma-separated list of media queries (e.g. … [Read more…]

Posted in: CSS, Web Design Tagged: Styles Sheet Import

CSS Basics: CSS Margin

December 25, 2012 by Ankur Gupta Leave a Comment
css Element with margin 10

Every CSS Developer must know about the CSS Padding and Margins. CSS Margin: Definition Margin is the space before and after the boundaries (limits) of an element. For understanding margins, lets take two div elements, one within the other. HTML Now, lets give the background and border property to outer div, and background to inner … [Read more…]

Posted in: CSS, Web Design Tagged: CSS Basics, Margin
1 2 … 5 Next »

Popular Topics

  • Expression Language Not Working In JSP - Solution
  • [How To] Add extra repositories in Ubuntu 7.04
  • Nice FreeMarker (FTL) Editor for Eclipse
  • Poker Hands Ranking Order
  • Passing Parameters In Included Page: Struts2

Recent Posts

  • How to show time in client/browser timezone in ADF
  • What are Pseudo Class Selectors?
  • text-decoration – CSS Property
  • text-align – CSS Property
  • float – CSS Property

Copyright © 2021 Help Me Code.

Omega WordPress Theme by ThemeHall