Blog

  • CSS3 Rounded Corners

    Create rounded corners with CSS

    Web designers can utilize the CSS border-radius property to make rounded corners. By default, four corners are rounded is only one value is entered.

    The four corners can be rounded individually by inputting values for top-left, top-right, bottom-left and bottom-right. Two values are required for horizontal and vertical radii if rounding individual corners. Different shapes can be created by using rounded corners such as circles and shadows.

    (more…)

  • CSS Text Transform

    Capitalize or change case of text with CSS

    Web designers can utilize the CSS text-transform property to control text capitalization. By default, capitalization is set to off and text is rendered as it was input.

    The three cross-browser compatible values for text-transform are capitalize, uppercase and lowercase. Capitalize changes the first character of each word. Uppercase tranforms all characters to uppercase and lowercase transforms all characters to lowercase.

    (more…)

  • Geany Split View

    Split the Geany editor view into two

    Geany was reviewed as part of a series of lightweight programming editors. To select a reviewed lightweight programming editor read the Ojambo.com Lightweight Programming Editors.

    Geany is a small IDE that loads quickly. Geany can be extended by the use of plugins. One of the plugins that ships with Geany is the split window plugin.

    (more…)

  • Happy New Year 2012

    Happy New Year 2012 from Ojambo.com

    Happy New Year!

    Image Missing
    Happy New Year 2012

    Wish everyone enjoys the New Year and that it is filled with joy and happiness.

    (more…)

  • Merry Christmas 2011

    Merry Christmas 2011 from Ojambo.com

    Merry Christmas to all!

    Image Missing
    Merry Christmas 2011

    Christmas Day is celebrated as a major public holiday in Canada.

    (more…)

  • HTML Frames Navigation

    Display Navigation In Frames Without Reloading Page

    Frames were introduced in the Ojambo.com HTML Frames. To Make the frames more useful, a navigation frame can be used.

    In order for the navigation links to work, the frames need to be identifiable. The frames will be targeted by links based on their names.

    (more…)