More Google Buzz Tips, Resources, Extensions, and Icons to Keep You Buzzed.
Google Buzz’s launch week is about to come to a close. And with that, we’re going to start seeing just how buzzed people are about it. But just in case you’re not buzzed yet, here’s a quick round up of the best tricks, resources, and tutorials that have sprung up in the last few days.
12 Undocumented Tricks for Google Buzz
So. Google just recently announced Google Buzz. I’m not sure about you, but I didn’t see this coming. Sure, Google was bound to start a social network of some sort at some time; but, I didn’t think it’d be this soon!
After spending a few hours on Google Buzz, we’re proud to present you with 12 simple tricks to help give you a better Buzz. Before you start drinking the Google juice, though, make sure you choose a designated driver! (Ya, I know. Bad joke.)
Wordpress Theme Design with Options Adminstration
Are you running Wordpress? And how are you controlling all options of your current wordpress theme? Wordpress offers you get_option() function to get the options of your wordpress. However, all of default options wordpress gives to you are not enough. You maybe want to add more options that easy to implement on your theme design. How to do that? This tutorial will help you create options and administrate them in wordpress admin page.
Some helpful tutorial videos CSS & XHTML from beginning to advance
After lot of emails from visitors to me about questions: “How can you do that? …”, “Where can i find it…”, “It doesn’t work, please help….” I totally know that someone need to understand how the css works and the css rules can work without. These videos bellow i checked all and right now, i think it’s helpful for everyone who wana learn css and just begin to design XHTML & CSS. From beginning to advance, you should not miss them.
Improve your css skill, right now!
Styling css is just follow the rules, if you run with rules, you can get a good working, but sometime, you forgot that in these rules, you missed something that can make you better in styling css. This entry is just a bit experiences i got and i wanna share with you. It’ll help you not much but without that, your design can not be better.
Continue Reading
Don’t kick your visitors’s IE 6 and below out of your css layout
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
10 tips help you design your own professional Blogger layout
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
Create rounded corners using css easily
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.
Tips: Declare cmp-field in Jboss 5.0.0.CR1 version
After add jboss ejb property from XDoclet setting. We can run Xdoclet with MyEclipse then cmp-field will be auto create by XDoclet. But, in jboss 5.0.0.CR1 version, cmp must match (field-name, read-only? read-time-out?, conlum-name?, not-null?, ((jdbc-type, sql-type)|(property+))?)
So, you must declare those by adding following line in the top of ejb bean class:
* @jboss.unknown-pk class="java.lang.Integer" * read-only="true" * read-time-out="6000" * column-name="article_id" * not-null="true" * jdbc-type="INTEGER" * sql-type="int"
It will resolved problem when deloying cmp to Jboss server 5.0.0.CR1 with error:…. “cmp-field” must match (field-name, read-only? read-time-out?, conlum-name?, not-null?, ((jdbc-type, sql-type)|(property+))?)…
HTML vs. XHTML – How to Convert HTML to XHTML
XHTML 1.0 is a reformulation of HTML 4.0. What this really means is that learning XHTML is basically the same as learning HTML. The main difference is a few simple rules – as XHTML is more strict than standard HTML.
The reality is that HTML is not going away. While there are many advantages to having a very flexible system where tags can be easily added and changed in the DTD, but most Web Developers won’t need or want their own tags. Why rewrite the way the <p> tag works, when it’s already in the document definition?
Continue Reading












