Tracemytalent - tracemytalent.com - Trace My Talent
General Information:
Latest News:
text-shadow 3 Sep 2012 | 03:02 pm
[crayon-50448540d918d/]
How to show images with uppercase extention 28 Aug 2012 | 02:19 pm
You could try to adding “JPG” to the image/jpeg entry in MIME types.
Auto redirect after login in codeigniter 3 Jul 2012 | 02:29 pm
Remove dots surrouding links in CSS 28 Jun 2012 | 05:40 pm
We ca use a{ outline: none;} or Type “about:config” in Firefox’s location bar. Look for the string: browser.display.focus_ring_width The default value is 1, change the value to 0(zero)
CSS3 buttons 27 Jun 2012 | 09:53 pm
https://github.com/necolas/css3-github-buttons/downloads
Default browser css styles 27 Jun 2012 | 09:42 pm
IE Webkit Mozilla Normalize
check if element is visible or hidden in jQuery 27 Jun 2012 | 09:21 pm
display:none hides the element and it does not take up any space. visibility:hidden hides the element, but it still takes up space in the layout. opacity:0 hides the element as “visibility:hidden...
Age Helper for Codeigniter 25 Jun 2012 | 12:11 pm
The following the script to get age from date-of-birth. The given format is YYYY-MM-DD
Make beautiful button with css 22 Jun 2012 | 05:51 pm
get all image names from html data using php 20 Jun 2012 | 02:35 pm
If we want to get all image names separated by comma, this is my best way If we want to get one image name, this is my best way