WordPress › Support » Image/Media Uploader problems
Friday, August 8th, 2008
Note to self: If I have problems with image uploads, try some of these fixes…
A web site for tutti noi (all of us!)
Tuesday, March 24th, 2009
What Should Corporations Do With Their Blogs | chrisbrogan.com.
http://www.vimeo.com/3737019I was fortunate to be able to call together a great group of people at a moment’s notice to host a flash panel at the Pepsico Podcast Playground at SXSW. I wanted to talk about a Wall Street Journal article where AMD blogged about something and then Intel said blogs weren’t the place to talk about important issues. I pulled together George Smith, Jr, from Crocs, Christopher Barger from GM, Keith Burtis from Best Buy, Bonin Bough from Pepsico, Pat Moorhead from AMD, and Morgan Johnston from JetBlue for a conversation.
What follows is a video from the flash panel. I hope you’ll watch it and share your thoughts.
Friday, August 8th, 2008
Note to self: If I have problems with image uploads, try some of these fixes…
WordPress › Support » Image/Media Uploader problems
Posted in Blogs, WordPressMU, tutorial | Comments Off
Friday, August 8th, 2008
Jim Groom, who administers the UMW group of WordPressMU blogs has placed a whole slew of videos online, which help users with WPMU, as well as migrate from WPMU-1.3.3 to WPMU-2.6.
The inimitable Andy Rush (a.k.a. EduRush) and I have been working diligently to create a whole slew of screencasts documenting the new interface for WPMu 2.6. We’ve finished a whole bunch of them over the last week or so and published them on the now official UMW Blogs Screencasts site, so below is a list of the screencasts we have created. All of the screencasts are Creative Commons and while they’re currently published as SWF files, we will be uploading them all to Blip shortly. Keep in mind that these screencasts are specific to the UMW Blogs installation, but they still may prove useful for anyone who wants to point people to a quick overview of the administrative backend, the changes between versions WPMu 1.3.3 and 2.6, and a very tab-specific discussion of the how to manage a WordPress blog.
Posted in Blogs, News, PHP, Trends, Web 2.0, WebTech, WordPressMU, cool, guru, nifty, tutorial | Comments Off
Tuesday, August 5th, 2008
Here’s a very nice FAQ on using WordPressMU 2.6. Of course, it is geared toward UMW blogs (instead of FreedomBlogging.com) but the information is pretty good, and the screenshots are prolific.
Posted in Blogs, Web 2.0, WebTech, WordPress, WordPressMU | Comments Off
Wednesday, December 12th, 2007
<img src=”http://OurLil.com/files/clay_simpsonized_full_0011-150×150.jpg” alt=”Clay as a Simpson
Wednesday, December 12th, 2007
Here’s my personal web site for family and friends. I like to post information about friends, family and the goings on in our lives.
Pretty neat huh?
Tuesday, October 30th, 2007
Growing Pains: Can Web 2.0 Evolve Into An Enterprise Technology? — Web 2.0 — InformationWeek
Wikis, mashups, social networking, and even Second Life can have a place in business, but they need to improve legacy interoperability–and IT needs to overcome its skepticism.
Posted in Blogs, Browsers, HTML, Interactive Team, Mashup, Trends, Web 2.0, WebTech, nifty, standards | Comments Off
Tuesday, October 9th, 2007
Once upon a time, we had a vexing problem where we couldn’t set the @target (OT: @target is tech-speak/jargon/euphemism for ‘target attribute’). Actually, you could set it, but when you ’saved’ the post or story, TinyMCE (that nifty toolbar interface for formatting blog posts used by WordPress and a million other places). Here’s where I figured out what was wrong. I don’t know why they ‘broke’ the @target attribute, although I do know that the ‘target’ attribute was deprecated in HTML 4.01, as well as XHTML 1.0. However, there are ways around it, like via JavaScript and XHTML modules which are pretty darn cool.
Anyway, when we upgrade WordPressMU to the next version, we’ll likely need to ‘fix’ this again, so here’s $98 bucks worth of direction:
Changeset 1022 – WordPress MU Trac – Trac
Just change this:
$allowedposttags = array(
‘address’ => array(),
‘a’ => array(
‘href’ => array(), ‘title’ => array(),
‘rel’ => array(), ‘rev’ => array(),
‘name’ => array()
),
to this:
$allowedposttags = array(
‘address’ => array(),
‘a’ => array(
‘href’ => array(), ‘title’ => array(),
‘rel’ => array(), ‘rev’ => array(),
‘name’ => array(), ‘target’ => array()
),
NOTE: This change was downgraded to determine if it inexplicably affects bandwidth performance.
Posted in Blogs, HTML, Hacks, nifty, standards, xhtml | 3 Comments »
Tuesday, October 9th, 2007
Once upon a time, we had a vexing problem where we couldn’t set the @target (OT: @target is tech-speak/jargon/euphemism for ‘target attribute’). Actually, you could set it, but when you ’saved’ the post or story, TinyMCE (that nifty toolbar interface for formatting blog posts used by WordPress and a million other places). Here’s where I figured out what was wrong. I don’t know why they ‘broke’ the @target attribute, although I do know that the ‘target’ attribute was deprecated in HTML 4.01, as well as XHTML 1.0. However, there are ways around it, like via JavaScript and XHTML modules which are pretty darn cool.
Anyway, when we upgrade WordPressMU to the next version, we’ll likely need to ‘fix’ this again, so here’s $98 bucks worth of direction:
Changeset 1022 – WordPress MU Trac – Trac
Just change this:
$allowedposttags = array(
‘address’ => array(),
‘a’ => array(
‘href’ => array(), ‘title’ => array(),
‘rel’ => array(), ‘rev’ => array(),
‘name’ => array()
),
to this:
$allowedposttags = array(
‘address’ => array(),
‘a’ => array(
‘href’ => array(), ‘title’ => array(),
‘rel’ => array(), ‘rev’ => array(),
‘name’ => array(), ‘target’ => array()
),
NOTE: This change was downgraded to determine if it inexplicably affects bandwidth performance.
Posted in Blogs, HTML, Hacks, nifty, standards, xhtml | 2 Comments »
Wednesday, September 26th, 2007
TinyMCE is a powerful WYSIWYG editor control for web browsers such as MSIE or Mozilla that enables the user to edit HTML contents in a more user friendly way. The editor control is very flexible and it’s built for integration purposes (usage within systems like Intranets, CMS, and LMS, for example).
TinyMCE:Installation – Moxiecode Documentation Wiki
This is the Text Editor available for WordPress posting (Visual Edit mode). Pretty neat. Perhaps we’ll add a few items…
Here’re some more interesting TinyMCE links:
Perhaps, if I can ever find some time, I’ll be able to play around with this stuff.
Posted in Blogs, CSS, HTML, Hacks, Interactive Team, Trends, WebTech, WordPress, nifty | Comments Off
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
| « Feb | ||||||
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 | |||
Copyright © 2010 - ourlil.com | Entries (RSS) | Comments (RSS)
WordPress theme designed by
web design