K guys my HTML now s____s What would be a good source to get my coding back up to speed??
Thanks
~~BobH
Forum Code
Moderators: BlackDuck, Beer-lord, LouieMacGoo, philm00x, gwcr
Forum Code
im Leben Geduld ist eine Tugend
in Brau-es ist eine Anforderung
in life patience is a virtue
in brewing it is a requirement
You are stronger than you think you are!!!!
~~Andy Wesley 1973 -- 2013
in Brau-es ist eine Anforderung
in life patience is a virtue
in brewing it is a requirement
You are stronger than you think you are!!!!
~~Andy Wesley 1973 -- 2013
- LouieMacGoo
- Site Admin
- Posts: 1846
- Joined: Fri Jul 05, 2013 12:09 pm
- Location: S.E. Michigan
- Contact:
Re: Forum Code
What are you wanting to do or code?
Worrying can spoil the taste of beer more then anything else! ~ Charles Papazian
Find out more about Yeast, Hops, Grains and Cleaning & Sanitizing
Find out more about Yeast, Hops, Grains and Cleaning & Sanitizing
Whats Brewing
Re: Forum Code
mainly being able to use the forum better and get back into coding a bit I have dreamweaver
im Leben Geduld ist eine Tugend
in Brau-es ist eine Anforderung
in life patience is a virtue
in brewing it is a requirement
You are stronger than you think you are!!!!
~~Andy Wesley 1973 -- 2013
in Brau-es ist eine Anforderung
in life patience is a virtue
in brewing it is a requirement
You are stronger than you think you are!!!!
~~Andy Wesley 1973 -- 2013
Re: Forum Code
w3schools is a great resource for learning code.
HTML5 would be good to learn, I haven't looked much into it but it seems pretty damn powerful.
Javascript is a lot of fun to learn to, you can do some cool stuff with it. The Date objects are awesome and powerful.
Also, regular expressions, or regex, have been the single most powerful coding tool I've learned to use recently. It's a way to analyze data very efficiently, and can parse virtually any format of input.
As far as this forum goes, just look up BBCode. I think it stands for bulletin board code, and was designed specifically for forums.
HTML5 would be good to learn, I haven't looked much into it but it seems pretty damn powerful.
Javascript is a lot of fun to learn to, you can do some cool stuff with it. The Date objects are awesome and powerful.
Also, regular expressions, or regex, have been the single most powerful coding tool I've learned to use recently. It's a way to analyze data very efficiently, and can parse virtually any format of input.
As far as this forum goes, just look up BBCode. I think it stands for bulletin board code, and was designed specifically for forums.
"The trouble with quotes on the internet is you can never be sure if they are true." - Walt Whitman
- LouieMacGoo
- Site Admin
- Posts: 1846
- Joined: Fri Jul 05, 2013 12:09 pm
- Location: S.E. Michigan
- Contact:
Re: Forum Code
One place that I have used for years is WebMonkey. They have some good cheat sheets and tutorials that I have found useful. I have also used youtube and searched for specific things. A lot of what we use in the posts is bbcode so you can search for that too.
Worrying can spoil the taste of beer more then anything else! ~ Charles Papazian
Find out more about Yeast, Hops, Grains and Cleaning & Sanitizing
Find out more about Yeast, Hops, Grains and Cleaning & Sanitizing
Whats Brewing
Re: Forum Code
Adding to what jivex said, I would also recommend Googling BBCode. It is pretty much the standard for posting on web forums. Also, when in doubt, you can use the Full Editor when making posts, and click on the buttons to generate code bases for what it is you're trying to post. Making them work is as simple as filling in the string of information it needs (a URL from a link, image, etc., a hexadecimal number for a color code...)