Pos Terbaru Kreatifa Media

Download: Grunge Stamp Borders Multi-Pack

Sunday, April 7, 2013

 
Format: AI, EPS, ABR, PSD, JPG   |  56 MB  |  20 items  | Free Licence


This resource features 12 grunge stamped style vector borders. The download includes AI and EPS vector files, as well as, PS brushes and vector shapes. A bonus 8 worn paper textures are included for use with the stamp shapes.

Logo Unnes Vector by habitatdesign.org

Tuesday, May 22, 2012

 Download Logo Unnes Vector
Logo Unnes CDR / Logo Unnes AI / Logo Unnes Vertor / 255kb.RAR

Logo Universitas Negeri Semarang (Unnes) / Universitas Konservasi/ Semarang State University (Unnes). Format logo CDR, AI, JPG. Download 255 kb, file RAR. Enjoy...... High Quality Vector. Don't forget to say thank you........

Tutorial How to Use the HTML5 Placeholder Attribute, and Support it for Older Browsers

Tuesday, March 13, 2012

 

HTML5 Placeholder Attribute

While the adding & removing of placeholder text on field focus has long been accomplished through JavaScript, there is now a placeholder attribute in the HTML5 working draft. Most modern browsers support the placeholder attribute and will automatically add/replace the placeholder text. They will also automatically exclude the placeholder from being sent when the form is submitted. However, versions of Internet Explorer prior to IE10 do not support the attribute.
<input type='text' name='email' placeholder='Email Address'/>

 

Supporting Older Browsers

 

It is very easy to detect placeholder support (or lack of) and duplicate the effect with a bit of JavaScript for older browsers.
<script>
$(document).ready(function(){
function add() {
if($(this).val() == ''){
$(this).val($(this).attr('placeholder')).addClass('placeholder');
}
}
 
function remove() {
if($(this).val() == $(this).attr('placeholder')){
$(this).val('').removeClass('placeholder');
}
}
 
// Create a dummy element for feature detection
if (!('placeholder' in $('<input>')[0])) {
 
// Select the elements that have a placeholder attribute
$('input[placeholder], textarea[placeholder]').blur(add).focus(remove).each(add);
 
// Remove the placeholder text before the form is submitted
$('form').submit(function(){
$(this).find('input[placeholder], textarea[placeholder]').each(remove);
});
}
});
</script>
To enable styling, this script adds a class of 'placeholder' while the placeholder text is being displayed.

 

Styling The Placeholder

Since placeholder has yet to be standardized, styles are applied through vendor-specific prefixes. Even though Opera 11 supports the placeholder attribute, it does not offer any way to style it at this time. It's a good idea to go ahead and specify at least the color property to normalize the color between browsers. Otherwise, a default style will be provided which will vary from browser to browser.

::-webkit-input-placeholder { color:#999; }
:-moz-placeholder { color:#999; }
:-ms-input-placeholder { color:#999; }
.placeholder { color:#999; }


Unfortunately, the rules can not be combined into a single statement as a browser will not recognize vendor-specific selectors from other browser makers, resulting in an invalid rule that prevents the styles from being applied. John Catterfeld compiled a nifty list of CSS properties can be applied to placeholders.

Source: http://jacklmoore.com/notes/form-placeholder-text/

Download Web UI Kit - PSD

Saturday, February 25, 2012

DownloadHere             -               Source

Web UI Kit - PSD has been only WP themes till now. But now I am trying to add something to it. Here onwards I am trying to release some freebies I design on my trusted Photoshop . I consider this an opportunity to fine tune my PS skills ( Which needs a lot of fine tuning to be done ) and in that process give something back to the community from where I learn everything. This UI kit is my first attempt. It is a psd file with some UI elements like, progressbar, form items, slider, buttons, radio buttons, media buttons etc. Do leave some comments about how you like it or hate it. The file is licensed for free use. So use it as you wish.

Easily Editable Valentines Flyer/Poster PSD Template

Saturday, January 28, 2012

Easily editable text, colours and images. All layers very well organised.

PSD Templates - Website Logo Collection

Wednesday, December 28, 2011

                                                              Download  -  Mirror

PSD Templates - Website Logo Collection
PSD | 10 Elements | 37 Mb



Website Elements 3 Login

Tuesday, April 12, 2011


Web elements 3
EPS | 11,6 mb

This free Web Elemets Set has everything included in the EPS file in well organized in folders, and fully editable using vector layers in Photoshop, Corel Draw from the button shapes, to the gradients, and text. Having every element editable means you can recreate anything you need that is not included in the file, just by using existing items as your base.Suport in WordPress, Jommla, Blogger,
etc.

Download and Upload Buttons

Thursday, March 31, 2011


Download and Upload Buttons
5 EPS | + JPEG Preview | 8.8 mb


 
Support : Femin Collection | Habitat Design | Kreatifa Media
Copyright © 2013. Kreatifa Media - All Rights Reserved
Template Created by Habitat Design Published by Kreatifa Media
Proudly powered by Blogger