Blogger is the most powerful blog provided by Goolge. Everything is ok, Blogger supports so many useful tools for you to publish your blog, but you know, Blogger did not provide the form in your blog that vistors can contact you. When you run your blog, just for fun or for living, you should know that you need to receive suggestions from your visitors to help you build blog better. So now, you don need to wait for Blogger supports this. I found you a useful tool to create your own nice contact form with FormSpring.
Continue Reading
Before starting this entry, i know that there’re many post over internet talk about it. You can simply google with some keywords like: “wamp enable ssl”, “running ssl in apache wamp” …. and you will find a lot of topic guide to run Open SSL in Apache with WAMP. This post is not explain how to config OpenSSL in Wamp2, it’s just a entry that will resolve some problems when you did but it not worked.
Wamp is the best i know how to make simple about running Apache, MySQL, PHP. But i dont known, why did wamp display option to enable OpenSSL in Apache but users must config a lot to make it work. So, i know that, if you want to enable OpenSSL in Apache server, you must create your one certified key, but if you not config some in httpd-ssl.conf, SSL will not work. However, at this moment, there are still no post step by step how to make the OpenSSL in Wamp server work by Wamp Staff, there’re only from user who did make it work before.
Continue Reading
Designing one css layout to make it Cross-Platform compability is so crazy, maybe you like the Firefox with powerfull support css and the IE7 cool and stupid web browser but nowaday someone’s still using the poor browsers like IE 6, even IE 5. How to make all your web visitors happy when you display your css layout. It’s not simple likes saying “This web displays best in Firefox and IE 7 above” at the bottom of your webpage like everyone are doing. No, it’s stupid. Dont do that. Please make it’s compability to all web browser as you can, to all is hard for you but at least, dont kick the IE 6 and below out of your css layout.
Continue Reading
When you want to display an image into your web page, maybe you need to resize it, make it smaller than the original, such as the headline images, image which represents for a post…That’s all images are called Thumbnail. I’ll not say much about what thumbnail means in this entry, and not about how to make thumbnail image in PHP because it’s just a common skill that everyone who works with PHP can not live without. I just want to show you same useful code to make thumbnail that you dont need to do any coding…and maybe some people not know about PHP can do that easily. That all usefull tools (i dont know i use “tool” here is correct or not, just let me call it “tool”) below are Thumbnail Generators.
Continue Reading
Hi, today i will help you design your own professional Blogger layout, yep, really professional… If you are running Blogger as your own homepage. Whatever your blogger content is, your blogger must be friendly to visitors. The first, you already created your blog and you see that, layouts from Blogger Gallery is so boring, it’s not as your style. Ok, why didn’t design own layout for yourself with your style? Here we go…
Continue Reading
By: Lief in
Themes - Layouts |
This is my second layout i designed for Blogger user. I love Blogger so much so i cant stop working on it. If you downloaded my first layout in previous post, you should not miss this layout. I this working, i dont design for new to CSS and Web Design, you can download it, but if you want to use it, you must be familiar with CSS and XHTML. So, take a look at new layout, when you have been download and replace with your old layout, your blogger will be as follow…
Continue Reading
By: Lief in
Themes - Layouts |
Hi everyone, it is the first time i design one layout for Blogger. If you are one of blogger and want to find some layout for your own blog, download it now. If you have any comment about it, let me know, i hope i will give you more layout in the future.
Continue Reading
Someone who new to CSS layout from normal table before wanna create a new css content container/box maybe need to read this entry. I’ll guide you how to create one rounded contents container using css style, create as simply as you couldnt do by normal template using table tag before.
Continue Reading
When you open your blog for sharing code, writing programming tutorial, publish a entry about codes, you should colorize, it called convert the entire code into colorized and make browsable with HTML. There are so many ways to do that, you can copy the code into web page design program and make up your code, but you don’t know what’re the easy ways to do that thing.
Continue Reading
When you have a large of records in the table database, you need to paging it to avoid load all data records with slow speed. Someone’s mistake about pagination in Hibernate with MySQL by using MySQL query normally.
Continue Reading