There might be a ton of ways to put your WordPress postings out on other communities.
WordPress has a way it calls Publicize.
This function can publich to Facebook, Twitter an Yahoo.
The End.
There might be a ton of ways to put your WordPress postings out on other communities.
WordPress has a way it calls Publicize.
This function can publich to Facebook, Twitter an Yahoo.
The End.
If you are a http://delicious.com user you might want to install the Sidebar
Both sites has embedding tags specific for WordPress.
A random doc was found from each site.
Seems like dedicated social networks is getting a lot of attention.
I like http://www.ning.com/. Here you can set up your own network without having to host it yourself.
You can set up groups, add gadgets, upload photos, add events and more… (more…)
Here I intend to collect a few links to some web apps, that I might want to look at – at some point later.
Maybe it could be nice to create a spreadsheet with links?
Just explored a nice place to upload files to:
http://www.box.net/ (more…)
I use copy – paste from MS Excel.
See what others are doing:
http://en.forums.wordpress.com/topic/tables-in-blog?replies=16#post-239545
http://faq.wordpress.com/?s=tables
Would have saved Visio as SVG, but cannot upload it to WP.
Then I uploaded them to http://sites.google.com/site/rasordk/Home/images
Found a nice place to share SVG on: http://openclipart.org/media/people/rasor
But I cannot show SVG in WP – the tags are removed:
Anyone with a good idea?
- [: [
- ‘: ‘
- #: #
HTML Encoder and decoder: http://www.opinionatedgeek.com/DotNet/Tools/HTMLEncode/Encode.aspx
HTML Encoded ASCII table: http://www.w3schools.com/TAGS/ref_ascii.asp
HTML Encoded Latin table: http://www.w3schools.com/TAGS/ref_entities.asp
HTML Encoded symbol table: http://www.w3schools.com/TAGS/ref_symbols.asp
URL Encoder and table: http://www.w3schools.com/TAGS/ref_urlencode.asp
The end
http://en.support.wordpress.com/code/posting-source-code/
http://faq.wordpress.com/2007/09/03/how-do-i-post-source-code/
Test C#:
private string ParmToEncode(string parm)
{
return HttpUtility.UrlEncode(HttpUtility.UrlDecode(parm, Encoding.GetEncoding("ISO-8859-1")), Encoding.GetEncoding("ISO-8859-1"));
}
pre
code