|
Transparent GIF vs Transparent PNG |
|
|
|
|
Written by Pera Tudt
|
|
Monday, 08 March 2010 09:06 |
|
It is better to use PNG if you planing or may change the background in the future. The downsize is that imageis are bigger: the gif image is about 13 kb and the png image is about 54 kb. To get smaller size you have to optimize with Photoshop or other...
|
|
Last Updated on Monday, 08 March 2010 09:29 |
|
|
Written by Pera Tudt
|
|
Wednesday, 24 February 2010 18:02 |
Free Hosting Template
WinStart Hosting Template
Preview WinStart Hosting Template

Hosting HTML Template (HTML and CSS)
Hosting Joomla Template
Hosting WordPress Theme
|
|
Last Updated on Wednesday, 24 February 2010 18:57 |
|
Free wedding dress template |
|
|
|
|
Written by Pera Tudt
|
|
Sunday, 21 February 2010 09:40 |
Free Wedding dress Template
bridesmaid dresses Template
Preview the template.
Bridesmaid dresses HTML Template (HTML and CSS)
Bridesmaid dresses Joomla Template
Bridesmaid dresses WordPress Theme
Bridesmaid dresses Drupal Template
Bridesmaid dresses DotNetNuke Template
|
|
Last Updated on Sunday, 21 February 2010 21:22 |
|
Themes Style in WordPress Editor |
|
|
|
|
Written by Pera Tudt
|
|
Tuesday, 23 February 2010 12:55 |
|
Problem: In Wordpress when you post or make page the style is not the same as on the actual page?
Solution:
- Go to theme foder and copy style.css to editor-style.css
- In the file functions.php after:
add_filter('comments_template', 'legacy_comments');
function legacy_comments($file) {
if(!function_exists('wp_list_comments')) : // WP 2.7-only check
$file = TEMPLATEPATH.'/legacy.comments.php';
endif;
return $file;
}
- You have to insert:
add_filter('mce_css', 'my_editor_style');
function my_editor_style($url) {
if ( !empty($url) )
$url .= ‘,’;
// Change the path here if using sub-directory
$url .= trailingslashit( get_stylesheet_directory_uri() ) . ‘editor-style.css’;
return $url;
}
- Now you can open the WordPress editor and you should have the right style. You may need to remove some unessesary formats from editor-style.css ... i removed the black background only.
Exempel WordPress Editor med css från Temat.
|
|
Written by Pera Tudt
|
|
Friday, 15 January 2010 10:20 |
Follow Free HTML Templates on Twitter!
Twitter started as wherry simple thing, just write what you are doing. People mostly did not take it serious. But Think again!
Twitter has big potential, were it take us We can guess!
I am switching over all my Newsletters to Twitter (that's one example).
Here is Twitters Benefits VS Newsletter:
- You do not have to give your email (no risk for spam!).
- The Tweet are not going to spam folder.
- You can subscribe and unsubskribe as you like.
- You get information faster (usualy Newsletters are ones week, month...). With Twitter you get the news as I write!
- No third part advertizing inbedded.
- Find it easier.
- ....
Follow!
|
|
Last Updated on Friday, 15 January 2010 10:37 |
|
|
|
|
<< Start < Prev 1 2 3 4 Next > End >>
|
|
Page 1 of 4 |