denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (me, standing outside a broken phone booth)Denise ([staff profile] denise) wrote in [site community profile] dw_news,
@ 2011-04-21 12:58 am UTC
  • Previous Entry
  • Add to Memories
  • Tell someone about this!
  • Next Entry
Entry tags:community rec-o-matic, weekly announcements
Hello, Dreamwidth! I hope everyone (in the Northern hemisphere) is enjoying the fact that spring has sprung (and everyone in the Southern hemisphere is ready for the winter!) Over here, I'm just incredibly thankful for the fact that I grew out of my spring allergies as I got older; [personal profile] sarah is not as lucky. (Neither is Eldest Cat, Gabe -- there is nothing in the world more pathetically adorable than a cat with the sniffles.)

We have a very full update this week, so on we go!

Behind the cut:

* Development
* Code Push/New Stuff
* Fixing Your Layout
* Imports
* Beta Features
* Seed Account sale
* Non-US Payments
* Finding Neat Stuff
* Great Community Rec-O-Matic: Round Two!



Development



This week saw the announcement of our April-May Old Bugs Hackathon -- the idea is to clear out some of the things we've had "on tap" for a long time, and knock out some of the Bugzilla tickets that have been waiting for somebody to find a round tuit for a while. If you're interested in joining in, the link explains the parameters: any patch for a bug with a Bugzilla ID under 2000 will earn DW points through May 31.

Meanwhile, this week's code tour comes to us courtesy of [personal profile] jaciem (a first-time code-tour driver -- I always love seeing a variety of voices taking the code tour, so much, and if you're ever interested in taking one, check out [site community profile] dw_volunteers, where I usually post calls for code tour drivers on Tuesdays).

This week's development effort included a lot of frontend things, which means that you'll actually be able to see a lot of the stuff we've been working on this week! And all of the changes are live on the site, due to last night's...


Code Push/New Stuff



As mentioned in [site community profile] dw_maintenance, we did a code push last night, with the last few weeks' worth of associated changes. Code tours covering bugs that went live in this push are:

(the tail end of) March 17-March 31
April 1-April 12
April 13-April 20

New frontend features and bugfixes that are now available on Dreamwidth for you to play with include:

* The entry preview window -- the window that pops up when you hit 'preview' while posting an entry -- now has a window title, so it isn't just assigned whatever your browser titles an untitled window. It will now read "Dreamwidth: Entry Preview (Unsaved)."

* When you use the "Filter to this entry" link in the Dreamwidth inbox, notifications of comment edits will be caught in the filter, whereas for a few weeks they weren't being. (This was due to changes in how we formed edited-comment notifications, in order to keep from duplicating the entire comment contents in the inbox on comment edits.)

* You can now add a note when you purchase a gift of paid time for someone else, so as to explain why you're giving them paid time.

* Comment subjects are now cleared when you switch what comment you're replying to. (This needs a bit of explanation: basically, if you reply to a comment, the comment subject is autofilled with "Re: comment subject". If you then switch the comment that you're replying to, or decide to make your comment a top-level comment instead, the text of your comment-in-progress is preserved, which is good, but the subject was also being preserved, which often made things not make sense. Now the comment subject is cleared when you switch which comment you're replying to.)

* Embedding videos in an entry no longer require you to manually type the <site-embed> tags around them to make them work right -- now you can just paste the code the other site provides.

* The options on the Customize Journal Style page are now back in the proper order, instead of whatever random order the server coughed them up in. (Oops.)

* The options for "year your credit card expires" in the Shop now default to 2011 instead of 2010, and 2010 has been removed.

* Logging in as an OpenID user from the navbar will now return you to the page you had been reading, instead of forwarding you to the OpenID login landing page afterwards.

* There's a new option to expand all cut tags on the page, displayed in a style module. Using it is the equivalent of hitting the cut-tag expander on each and every cut tag on the page.

* The little "age restriction" notice graphic, if you've chosen an age restriction for your journal or for specific entries, is now displayed on site-skinned entry pages as well as on styled entry pages.

* Users' icon pages (for instance, http://denise.dreamwidth.org/icons) can be displayed in custom journal style or in the site skin, and the navstrip will now have the appropriate options for changing what style you're viewing them in. (We made the change to allow icon pages to be styled in the journal's style a little bit back, and have been adapting each of the system styles to support the icon page properly, but we forgot to alter the style setting options on the navstrip.) ([staff profile] fu corrects my misconception: it's possible to display your icons page in your custom style, but only by going into the Advanced Customization section right now; we'll enable it for everyone once we finish converting all the layouts to take native advantage of the feature.)

* Something a bunch of people have been thrilled about already, and it only went live last night: now, when you're previewing a comment, it will display the icon you've chosen to use for the comment, and allow you to change the icon right there instead of having to go back.

* We fixed a bug where poll answers couldn't be just plain "0".

* We also fixed a bug where anonymous poll answers weren't being mapped properly -- if you had an anonymous poll with three questions, and User #1 answered questions 1 and 3, while User #2 answered all three, User #2's answer in question 2 would be displayed as coming from User #1.

* When customizing your style, you can now choose whether to put icons on the left or right of entries and comments (and will soon be able to choose not to display icons at all), and you can pick whether or not you want to display icons at full size, three-quarter size, or half size. (These two improvements aren't in the code tours yet, since work isn't completely done on them and therefore the bugs haven't been resolved, but we've done the preliminary work. More on this in a minute.)

* And finally, there are new themes for Crossroads, Drifting, Brittle, and Colorside, and a bunch of assorted bugfixes and display fixes for various themes.


Fixing Your Layout



As a result of the changes we've made to improve the handling of icons in journal styles, some people have noticed things looking slightly different in their style after last night's code push. There are two possible problems you might be having:

* If you use Transmogrified as your layout, and you put in custom CSS to change where the icons display, you may now notice that icons are overlapping subject lines. To fix this, you can either remove the CSS entirely (and use the new option to "Place icons on the left or right of entry" to get the effect you're looking for), or edit your CSS to change:

.has-userpic .header


to:

.has-userpic .entry .header, .has-userpic .comment .header



* If you use Brittle or Bases as your layout, and you've noticed your icons changing size, this is due to the changes we made to offer the new icon size option. Both Brittle and Bases had CSS to size icons down to 80 px maximum, and some people may have used custom CSS to override that. When we released the new icon sizing option, we set the default for Brittle and Bases to three-quarters of default, in order to approximate the old behavior. (All other layouts default to icon size being 'full', but we wanted to keep those two at three-quarters, because it's closest to how they were before we added the option.) If you'd overridden the CSS to resize the icons, you should remove that CSS, then go to the Customize Journal Style page and find "Select the size of icons" on the Presentation tab. Change that to 'full' for both options, and your icons will be the right size again.


Imports



As many people have noticed, our import queue has finally cleared out after two weeks of being backed up due to LiveJournal undergoing a Distributed Denial of Service (DDoS) attack. Things are now moving along nicely again, so if you'd held off on performing an import due to the backup, you can go ahead and start it now. (If enough people start an import at once, the queue may creep back up again, but imports are processing a hell of a lot faster, so the wait shouldn't be long at all.)


Beta Features



Are you willing to put up with a little bit of mess in order to help with the construction of Dreamwidth?

We're in the process of converting all of the Javascript used on the site to use the JQuery library, which will help us in a lot of ways, including letting us convert a lot more things to working inline (instead of having to load a separate page). It's a huge, tremendous undertaking, though, and we're going slowly and carefully to make sure that we don't break anything in the process.

We need people with a variety of browsers, operating systems, and accessibility needs to test things out and make sure we aren't introducing nasty bugs. If you'd like to help out, you can opt into the New JS on Journals beta test. Once you've done that, any page you view on Dreamwidth will use the new Javascript files instead of the old ones. (Viewers to your journal, and you when you're logged out, will still see the old JS.)

After turning on the beta for your account, go ahead and browse normally. Report any issues you find to [site community profile] dw_beta in the Issues Post.

Not everything is implemented yet, so you'll find some things falling back to the non-Javascript option. (The list of what's supported and what's not supported is on the beta features page.) If one of the things that isn't yet implemented is something you just can't live without, don't worry about turning on the beta yet -- we'll make sure to keep the beta running for a while after we get everything converted so people can test everything fully, and I'll mention it in an update when we implement more things.


Seed Account Sale



As a reminder, we will be selling seed (permanent) accounts as part of our anniversary celebrations! A seed account is the equivalent of a Premium Paid account that will never expire, and costs $200 USD (the equivalent of 4 years of Premium Paid time). We will sell 400 accounts, placed on sale in batches of 100 each over a full day to make sure that there's at least one sale time that isn't in the middle of the night for everybody.

The times each batch of accounts will be added to the available pool will be:

April 30, 9PM EDT [May 1, 1AM GMT]
May 1, 3AM EDT [May 1, 7AM GMT]
May 1, 9AM EDT [May 1, 1PM GMT]
May 1, 3PM EDT [May 1, 7PM GMT]

Accounts from each batch will remain on sale until they have all sold out. If all the accounts from a batch don't sell out before the next batch go on sale, the new batch will be added to the total available.

You can also buy Dreamwidth Points in the amount needed for a Seed Account ahead of time, and check out using points when the account goes on sale -- if you want to do this, accounts will cost 2000 points (1 DW Point = $.10 USD). You will be able to pay for a Seed Account with all the payment methods we accept for regular payments, including check and money order. If you're paying with check or money order, you do not need to buy the points ahead of time: just put the Seed Account in your cart when they become available, then check out choosing check or money order as your payment option. You'll then have 30 days to get the payment to us, and as long as we get the payment within that 30 days, we'll honor the cart.


Non-US Payments



For our users outside the US who don't have a credit card (or who have a credit card that isn't Visa/Mastercard/Discover/AmEx) and whose banks charge ridiculous fees for international money orders or checks in US funds: I'm really sorry that we haven't been able to implement more payment options yet. (We are working on finding other options and services that will work for y'all and don't either charge an arm and a leg in fees or refuse to accept us because, as an internet-only business where all transactions are remote and all services are intangible, they consider us a risk. It's a hard problem, though; every service we've looked into so far has fallen into one of the two categories.)

One thing that will work for getting payment to us, and this applies to all payments and not just for a seed account: American Express traveler's checks. They only come in certain preprinted denominations, but you can use them to buy Dreamwidth Points and then use those points for Dreamwidth services over time.

You can also send money to a friend who has a credit card that will work, and have them buy the services for your account, but that's a private transaction between you and your friend! Prepaid VISA cards will also work, although our payment processor for some reason freaks out at prepaid Mastercards.


Finding Neat Stuff



Finally, I'd like to say a welcome to everyone who's joined us in the past few weeks! I've been so excited to watch the growth and activity -- we're coming up on one million accounts and 100,000 personal accounts (as opposed to communities/syndicated feeds/OpenID external identity accounts). (I'm also thrilled to see so many people choosing to support Dreamwidth by buying paid time for their accounts: thank you, each and every one of you.)

For those who are new to the Dreamwidth community, we know it can be hard to find content you're interested in. Here are some tools that I use to find interesting things going on here:

* The Latest Things page, which also includes a tag cloud for the most-frequently-used tags. (There's a small bug in updating that list, which means that occasionally you might click on a tag to find there's nothing posted with that tag, but we're working on that one!)

* And, the Follow Friday tag on the Latest Things page: if people make a post tagged "follow friday" (or "followfriday"), it will get aggregated into that tag. (Right now it's empty, but keep an eye on it anyway!) "Follow Friday" is a DW-community-started habit: every Friday, post some accounts on Dreamwidth that you subscribe to and tell people why they're interesting.

* The Site and Journal Search page. Everyone can use the full site search to find public posts containing your search terms (assuming the author hasn't opted out of being searchable); paid users, and people viewing the journals of paid users, can search that individual journal for content. (The link to single-journal search is on the account's profile, in the interaction menu for that account.)

* The Interests Search page, which has a bunch of nifty tools that help you find people who are interested in the same things you're interested in.

* The Random Journal and Random Community pages, which will bring you to a random active journal (or community) on the site. (I will confess that I have lost a ridiculous amount of time to those links.)

* [site community profile] dw_community_promo, which people use to spotlight communities they own (or belong to).

And, finally, if you're looking to broaden your circle or looking for communities that will scratch your itch, it's time for:


The Great Community Rec-O-Matic, Round Two!



A while back, we did something we called the "Giant Community Rec-O-Matic" for finding new communities: people who were interested in finding communities that fit their interests could leave a comment describing those interests, and people would come along and say "oh yes! I know just the community!"

So, since we've had such an influx of new people, it's time to do a repeat! Here's how it works:

* Comment here with a list of some of your interests, and the kind of community you enjoy reading and participating in.

* Then, once you've commented, read through the other comments and see what things other people are listing. If you see someone you think would be a perfect match for a community you admin or participate in, comment back to them and point them at the community!

Also, if you're new here, you might want to check out the Dreamwidth 101 section (scroll down) in the 8 September 2010 news post (which is where the first community rec-o-matic happened, and which also includes lots of lists of things that DW has added that make people happy, so the comments are worth a read!)

*

That's it from us for now! As always, if you're having problems with Dreamwidth, Support can help you; for notices of site problems and downtime, check the Twitter status page; if you've got an idea to make the site better, you can make a suggestion.

We'll see you on April 30 for our seed account sale announcements, and in two weeks for our next news update.


Page 1 of 3

<<   [1] [2] [3]   >>

(271 comments) - (Post a new comment)
(Flat) (Top-level comments only) (Expand All)

azurelunatic: "Fangirl": <user name="azurelunatic"> and a folding fan.  (fangirl)


[personal profile] azurelunatic
2011-04-21 07:02 am UTC (link)
[community profile] fandomcalendar is an excellent resource to both promote your events, and see what else there is out there that you might be interested in participating in or checking back on to read the results of.

I know there's a thriving SIMS community out there; hi guys! Sometimes I peer at your stuff on the latest things page!

[community profile] omnomnom, [community profile] boilingwater, and [community profile] cookability cover three important aspects of cooking: the delicious, the basic, and the accessible.

Last edited 2011-04-21 07:24 am UTC (typo)

(Reply to this)  (Thread


kerravonsen: Daleks: "NOBODY expects the Dalek Inquisition!" (Dalek Inquisition)


[personal profile] kerravonsen
2011-04-21 07:58 am UTC (link)
(icon love)

(Reply to this)  (Thread from start)  (Parent)  (Thread)  (Expand)


(no subject) - [personal profile] marahmarie, 2011-04-21 05:05 pm UTC (Expand)
(no subject) - [personal profile] azurelunatic, 2011-04-22 09:19 am UTC (Expand)
highlyeccentric: Sheer Geekiness, unfortunately - I just think this stuff is really cool (phd comics) (Sheer Geekiness)


[personal profile] highlyeccentric
2011-04-21 07:05 am UTC (link)
Hi, I'm Highly.

Is there a DW equivalent of Livejournal's medieval_studies community? It doesn't necessarily have to be limited to medieval studies, medieval and early modern work well together. I'm thinking of somewhere for scholars and interested persons to hang out, ask questions, share resources, crosspost CFPs, and not answer anyone's homework questions.
If there is no such comm yet, anyone interested in starting one?

(Reply to this)  (Thread)  (Expand)


cesy: "Cesy" - An old-fashioned quill and ink (Cesy)


[personal profile] cesy
2011-04-21 08:41 am UTC (link)
Would [community profile] history cover some of what you want?

(Reply to this)  (Thread from start)  (Parent)  (Thread)  (Expand)


(no subject) - [personal profile] highlyeccentric, 2011-04-21 09:46 am UTC (Expand)
(no subject) - [personal profile] greenwitch, 2011-04-26 03:05 pm UTC (Expand)
(no subject) - [personal profile] highlyeccentric, 2011-04-27 12:08 am UTC (Expand)
yayheaven: (YayHappens)


[personal profile] yayheaven
2011-04-21 07:11 am UTC (link)
I am super happy to read about the seed accounts and it has been what I have been waiting for to really feel like I can make the transition to use this site as my primary place to blog, BUT...

You guys are still in beta and have been in beta for over a year. $200 while in beta is... wow. A lot to pay for being in testing phase. Take the beta status off and I'd give you some money.

At the same time, I guess I'm just unsure about what benefits you could or would guarantee for seed account holders. Being a permaccount holder at LJ inevitably meant LJ could care less about us because there's no money to be made off of us. How would we be sure our voice here would be heard and our benefits would be gold?

(Reply to this)  (Thread)  (Expand)


denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (me, standing outside a broken phone booth)


[staff profile] denise
2011-04-21 07:48 am UTC (link)
We've been talking about taking the 'beta' off the logo for a while, since we're stable enough in our opinion to call ourselves ready for prime time (and have been for a while). There were one or two more major features we wanted to add before considering ourselves out of beta, but at this point the amount of backend work we need to do to get them going isn't enough to justify the wait, really. (We're paying down technical debt.) We'll drop the 'beta' off the logo with the next code push, probably. :)

At any rate, the 'beta' isn't a sign that we're less stable or still in testing; we were using it to mean that we didn't have all the features we wanted to have yet!

As for the rest of it, I hope that we have never and will never give the impression that we only care about the users who are paying us, or that we only listen to the opinion of our users in the hopes of getting money out of them. We want to make a service that works for people, and we want the prime motivation to pay us to be because they like the service we offer and want to support it. You can check back through our history to see our track record of listening to people, from [site community profile] dw_suggestions to versions of major projects and information gathering like the kind we do in [site community profile] dw_biz, to evaluate.

If people are uncertain about buying a seed account, though, don't! We'd much rather have people feel comfortable and confident about their purchases, and if you (generic you) feel like having a seed account might make you feel like your opinion doesn't count, by all means please don't buy one! I'd hate for anyone to ever feel bad about having supported us.

(Reply to this)  (Thread from start)  (Parent)  (Thread)  (Expand)


(no subject) - [personal profile] marahmarie, 2011-04-21 05:10 pm UTC (Expand)
(no subject) - [staff profile] denise, 2011-04-22 02:03 am UTC (Expand)
(no subject) - [personal profile] azurelunatic, 2011-04-21 08:32 am UTC (Expand)
(no subject) - [personal profile] havocthecat, 2011-04-21 12:29 pm UTC (Expand)
(no subject) - [personal profile] kyrielle, 2011-04-21 11:26 pm UTC (Expand)
(no subject) - [personal profile] shadowandflame, 2011-04-22 04:31 pm UTC (Expand)
(no subject) - [staff profile] denise, 2011-04-22 04:35 pm UTC (Expand)
(no subject) - [personal profile] shadowandflame, 2011-04-22 09:58 pm UTC (Expand)
(no subject) - [personal profile] sophie, 2011-04-23 03:58 pm UTC (Expand)
ysabetwordsmith: Cartoon of me in Wordsmith persona (neutral, wordsmith)

Community Recs


[personal profile] ysabetwordsmith
2011-04-21 07:16 am UTC (link)
I enjoy reading, writing, editing, speculative fiction, poetry, Paganism, gardening, wildlife, photography, linguistics, gender studies, and activism.

Some of my favorite communities include:
http://crowdfunding.dreamwidth.org/
http://linguaphiles.dreamwidth.org/
http://shutterspeed.dreamwidth.org/

(Reply to this)  (Thread)  (Expand)


rydra_wong: "dreamwidth" on red/pink clouds (dreamwidth -- clouds)

Re: Community Recs


[personal profile] rydra_wong
2011-04-21 07:39 am UTC (link)
gardening, wildlife

How about [community profile] common_nature and [community profile] gardening? There's also [community profile] permaculture, which is quiet but could use some love.

(Reply to this)  (Thread from start)  (Parent)  (Thread)  (Expand)


W00T! - [personal profile] ysabetwordsmith, 2011-04-21 08:57 pm UTC (Expand)
Re: Community Recs - [staff profile] denise, 2011-04-21 09:17 am UTC (Expand)
Re: Community Recs - [personal profile] ysabetwordsmith, 2011-04-21 09:02 pm UTC (Expand)
Re: Community Recs: poetry - [personal profile] jjhunter, 2011-04-21 10:53 am UTC (Expand)
Re: Community Recs - [personal profile] kyrielle, 2011-04-21 01:39 pm UTC (Expand)
Re: Community Recs - [personal profile] ysabetwordsmith, 2011-04-21 09:06 pm UTC (Expand)
strangesequitur: Serenity: Oh god, oh god, we're all going to die? (Serenity: Interesting)


[personal profile] strangesequitur
2011-04-21 07:39 am UTC (link)
Something a bunch of people have been thrilled about already, and it only went live last night: now, when you're previewing a comment, it will display the icon you've chosen to use for the comment, and allow you to change the icon right there instead of having to go back.

Eee! I think this may have been one of my [site community profile] dw_suggestions -- assuming it wasn't just a hive-mind bit of the world needs this now awesomeness -- but I had no idea it was being actively worked on, or that it would ever go live so soon.

... It's possible that this comment may just be an excuse to test the shiny new feature. (Which works perfectly and I adore it and can now not live without it. This thing is going to prevent so many icon fails.)

(Reply to this)  (Thread)  (Expand)


denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (me, standing outside a broken phone booth)


[staff profile] denise
2011-04-21 07:49 am UTC (link)
It was in fact your suggestion, and thank you for making it. :)

(Reply to this)  (Thread from start)  (Parent


(no subject) - [personal profile] florahart, 2011-04-21 08:31 am UTC (Expand)
(no subject) - [personal profile] trixieleitz, 2011-04-21 08:48 am UTC (Expand)
(no subject) - [personal profile] subtext, 2011-04-21 05:54 pm UTC (Expand)
(no subject) - [personal profile] strangesequitur, 2011-04-21 06:48 pm UTC (Expand)
(no subject) - [personal profile] subtext, 2011-04-21 06:54 pm UTC (Expand)
(no subject) - [personal profile] dragonfly, 2011-04-22 10:42 pm UTC (Expand)
pinesandmaples: Text: "The Internet: It sucks you in." (comics: internet)


[personal profile] pinesandmaples
2011-04-21 07:40 am UTC (link)
* Embedding videos in an entry no longer require you to manually type the tags around them to make them work right -- now you can just paste the code the other site provides.

Yeaaaaah, I didn't know that tags could or would fix video embedding so I cursed (in joy) very loudly in [staff profile] fu's comments and made excited noises. I am SO GLAD to have this fix, even though it's not DW who broke videos in the first place.

(Reply to this


weaverbird: (Contentment Cat)


[personal profile] weaverbird
2011-04-21 07:48 am UTC (link)
"there is nothing in the world more pathetically adorable than a cat with the sniffles"

So true! I had a cat with allergies and he'd sneeze so hard (in his sleep!) he'd almost go airborne.

(Reply to this)  (Thread


pinesandmaples: A guinea pig looking surprised with the text "Piggycopter" (animals: piggycopter!)


[personal profile] pinesandmaples
2011-04-21 07:55 am UTC (link)
My guinea pigs will do that from time to time when they fall asleep with their heads in the hay dish. They are not smart enough to process what happened, though. Instead, they get confused and demand the only thing that makes confusion better: food.

I doubt guinea pigs are as cute as ki-cats, though.

(Reply to this)  (Thread from start)  (Parent)  (Thread)  (Expand)


(no subject) - [personal profile] weaverbird, 2011-04-21 11:42 am UTC (Expand)
(no subject) - [personal profile] mspixieriot, 2011-04-21 09:12 pm UTC (Expand)
needled_ink_1975: A snarling cougar; colored pencil on paper (copyright exists, Savage)


[personal profile] needled_ink_1975
2011-04-21 07:56 am UTC (link)
... ... you can now choose whether to put icons on the left or right of entries and comments...

The only grumble I've had is now fixed! I declare Dreamwidth ... PERFECT!

Thank you!

Best,

–Nic

(Reply to this)  (Thread


feathertail: (pic#344098)


[personal profile] feathertail
2011-04-23 03:01 am UTC (link)
+1. >.>b

(Reply to this)  (Thread from start)  (Parent


goodbyebird: Luther: Alice is looking at Luther during their standoff on the bridge. (Luther and you think I'm a monster?)


[personal profile] goodbyebird
2011-04-21 08:27 am UTC (link)
Excellent new features ♥

(Reply to this


silverhare: drawing of a grey hare (hp - hufflepuff [you're talentless fools)

GMT / British Summer Time


[personal profile] silverhare
2011-04-21 08:37 am UTC (link)
Can someone clarify for me, since translating times gets me really confused:

April 30, 9PM EDT [May 1, 1AM GMT]
May 1, 3AM EDT [May 1, 7AM GMT]
May 1, 9AM EDT [May 1, 1PM GMT]
May 1, 3PM EDT [May 1, 7PM GMT]

As Britain is currently on BST (which is GMT plus one), the times I need to be poised over my computer with my credit card are: 12am, 6am, 12pm and 6pm?

(Reply to this)  (Thread


denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (me, standing outside a broken phone booth)

Re: GMT / British Summer Time


[staff profile] denise
2011-04-21 08:40 am UTC (link)
If BST is GMT +1, it would be 2AM, 8AM, 2PM, and 8PM. (I use the World Time Clock and the Time Zone Converter, usually.)

(Reply to this)  (Thread from start)  (Parent)  (Thread)  (Expand)


Re: GMT / British Summer Time - [personal profile] silverhare, 2011-04-21 08:44 am UTC (Expand)
Re: GMT / British Summer Time - [staff profile] denise, 2011-04-21 08:49 am UTC (Expand)
Re: GMT / British Summer Time - [personal profile] jumpuphigh, 2011-04-21 08:46 am UTC (Expand)
Re: GMT / British Summer Time - [staff profile] denise, 2011-04-21 08:49 am UTC (Expand)
marina: (marina is the word for ocean)


[personal profile] marina
2011-04-21 08:50 am UTC (link)
For all fans of "Game of Thrones", the new HBO adaptation of George Martin's Song of Ice and Fire book series, there's now [community profile] game_of_thrones! :)

(Reply to this)  (Thread)  (Expand)


alchemise: Stargate: season 1 Daniel (SG-1: searching)


[personal profile] alchemise
2011-04-21 07:50 pm UTC (link)
Whoo-hoo! *joins comm*

(Reply to this)  (Thread from start)  (Parent


(no subject) - [personal profile] nigeltde, 2011-04-22 01:32 am UTC (Expand)
trouble: Sketch of Hermoine from Harry Potter with "Bookworms will rule the world (after we finish the background reading)" on it (Bookworms)

2010


[personal profile] trouble
2011-04-21 09:07 am UTC (link)
But my credit card expires in the latter half of 2010 and I haven't gotten a new one yet. It looks like I can't use my CC here. :(

(Reply to this)  (Thread


denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (me, standing outside a broken phone booth)

Re: 2010


[staff profile] denise
2011-04-21 09:10 am UTC (link)
If your credit card expired in 2010, it would be rejected by our processor anyway for being expired!

(I know, I know, every time I remember it's 2011 it blows my brain too.)

(Reply to this)  (Thread from start)  (Parent)  (Thread)  (Expand)


Re: 2010 - [personal profile] trouble, 2011-04-21 09:11 am UTC (Expand)
Re: 2010 - [staff profile] denise, 2011-04-21 09:14 am UTC (Expand)
Re: 2010 - [personal profile] nonny, 2011-04-21 09:50 am UTC (Expand)
Re: 2010 - [personal profile] delight, 2011-04-21 12:10 pm UTC (Expand)
Re: 2010 - [staff profile] denise, 2011-04-21 12:14 pm UTC (Expand)
Re: 2010 - [personal profile] nonny, 2011-04-22 09:07 am UTC (Expand)
Re: 2010 - [personal profile] azurelunatic, 2011-04-22 09:25 am UTC (Expand)
Re: 2010 - [personal profile] rainbow, 2011-04-21 08:31 pm UTC (Expand)
Re: 2010 - [personal profile] jeshyr, 2011-04-22 03:35 am UTC (Expand)
Re: 2010 - [staff profile] denise, 2011-04-22 03:43 am UTC (Expand)
Re: 2010 - [personal profile] azurelunatic, 2011-05-03 10:02 pm UTC (Expand)
Re: GMT / British Summer Time - [personal profile] sophie, 2011-04-21 03:47 pm UTC (Expand)
moem: A computer drawing that looks like me. (default)


[personal profile] moem
2011-04-21 09:22 am UTC (link)
Regarding the icon page, and seeing it in my journal's style:
the navstrip will now have the appropriate options for changing what style you're viewing them in.

I'm not seeing that. Where should I be looking?

(Reply to this)  (Thread


denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (me, standing outside a broken phone booth)


[staff profile] denise
2011-04-21 09:25 am UTC (link)
Oh, that's for if you're viewing the icon page in your journal style (with the navstrip), not if it's in site skin. I'm honestly not sure which of the system styles have been converted yet!

(Reply to this)  (Thread from start)  (Parent)  (Thread)  (Expand)


(no subject) - [personal profile] moem, 2011-04-21 09:34 am UTC (Expand)
(no subject) - [staff profile] denise, 2011-04-21 09:56 am UTC (Expand)
(no subject) - [personal profile] moem, 2011-04-21 10:03 am UTC (Expand)
(no subject) - [staff profile] denise, 2011-04-21 10:07 am UTC (Expand)
(no subject) - [staff profile] fu, 2011-04-21 10:46 am UTC (Expand)
(no subject) - [staff profile] denise, 2011-04-21 10:50 am UTC (Expand)
(no subject) - [personal profile] moem, 2011-04-21 11:00 am UTC (Expand)
(no subject) - [personal profile] azurelunatic, 2011-04-22 09:30 am UTC (Expand)
(no subject) - [personal profile] sophie, 2011-04-23 04:03 pm UTC (Expand)
(no subject) - [personal profile] azurelunatic, 2011-04-23 06:02 pm UTC (Expand)
denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (me, standing outside a broken phone booth)


[staff profile] denise
2011-04-21 09:30 am UTC (link)
Communities I maintain, or that I enjoy considerably:

[community profile] fucking_meds: For bitching about any and all medication-related issues, as well as for sharing advice and experiences.

[community profile] fandom_joints: For homeowners to discuss home maintenance and repair projects. (Don't let the 'fandom' in the name put you off, really! It's not fandom-specific, although many members are fannish.)

[community profile] poetry: Regularly-scheduled poems posted by a variety of people; you can sign up to host a week or just post poems as the mood strikes you.

[community profile] prospectus: For giving up fanfic ideas that you had but that you'll never write, or for looking for help with getting a stuck project kickstarted.

[community profile] metaquotes: For quoting the best posts and comments you see on DW.

(Reply to this)  (Thread)  (Expand)


nonny: ([wow] Cirsium)


[personal profile] nonny
2011-04-21 09:51 am UTC (link)
................. I NEED that first community, OMG.

(Reply to this)  (Thread from start)  (Parent)  (Thread)  (Expand)


(no subject) - [staff profile] denise, 2011-04-21 09:56 am UTC (Expand)
(no subject) - [personal profile] havocthecat, 2011-04-21 12:32 pm UTC (Expand)
dancing_serpent: (YnM - Touda - Sky Serpent)


[personal profile] dancing_serpent
2011-04-21 10:01 am UTC (link)
There's still the Masterlist of Masterlists of Communities on Dreamwidth for finding communities by interest, too.

(Reply to this


dorothean: detail of painting of Gandalf, Frodo, and Gimli at the Gates of Moria, trying to figure out how to open them (speak friend)


[personal profile] dorothean
2011-04-21 10:16 am UTC (link)
I would really, really love for dreamwidth to have a community like livejournal's 50books_poc, which is a challenge to increase the number of books one reads by authors of color, and to share recommendations.

Also, is there a community for people who paint miniature figures, like the kind used in games like Warhammer? I'm painting mostly Games Workshop Lord of the Rings miniatures and don't have enough people to geek out with about this!

(Reply to this)  (Thread)  (Expand)


havocthecat: the lady of shalott (shalott text)


[personal profile] havocthecat
2011-04-21 12:42 pm UTC (link)
I'm trying to get back into miniature painting, but I don't have the energy to start/mod a comm. Mostly I paint Reaper miniatures, because I like the minis they have of women, which are mostly what I roleplay.

(Reply to this)  (Thread from start)  (Parent)  (Thread)  (Expand)


(no subject) - [personal profile] dorothean, 2011-04-23 10:54 pm UTC (Expand)
(no subject) - [personal profile] havocthecat, 2011-04-25 05:03 pm UTC (Expand)
(no subject) - [personal profile] yvi, 2011-04-21 03:23 pm UTC (Expand)
(no subject) - [personal profile] dorothean, 2011-04-23 10:50 pm UTC (Expand)
john: Doubtful Sound, New Zealand. Caption: fiords! (nz:fiords!)


[personal profile] john
2011-04-21 10:16 am UTC (link)
I am still looking for a decent choral music community, despite the fact that I do not have the time to maintain it (too much singing)!

Also, New Zealand. :D

(Reply to this)  (Thread)  (Expand)


el_staplador: stone statue of St Cecilia (cecilia)


[personal profile] el_staplador
2011-04-21 11:13 am UTC (link)
Oh, that would be fantastic. I'm probably mad enough to set one up once Easter's out of the way, too.

(Reply to this)  (Thread from start)  (Parent)  (Thread)  (Expand)


(no subject) - [personal profile] schneefink, 2011-04-21 11:36 am UTC (Expand)
(no subject) - [personal profile] el_staplador, 2011-04-21 06:39 pm UTC (Expand)
(no subject) - [personal profile] chaobell, 2011-04-21 04:07 pm UTC (Expand)
(no subject) - [personal profile] el_staplador, 2011-04-21 06:41 pm UTC (Expand)
(no subject) - [personal profile] el_staplador, 2011-04-21 06:39 pm UTC (Expand)
gnome: (khr - guardians)


[personal profile] gnome
2011-04-21 10:21 am UTC (link)
Heh I've been debating the seed account and now with the times chosen I'm thinking the universe is saying no. Brisbane time means that it'll be 12pm and 6pm for the first two sales which is when I'll be at work (Sundays are evil to work but the pay is very nice), and then 12midnight and 6am on the Monday...which is a public holiday. I might be able to catch the midnight sale seeing as I don't have to be up at 4.30am for work. That'd be the only reason though. If there was no public holiday happening, I'd be not at home or needing to be dead asleep when the sales were happening.

I really do live on the wrong side of the planet for online sales and such.

Now the question is do I listen to the universe >.> XDD

(Reply to this)  (Thread


denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (me, standing outside a broken phone booth)


[staff profile] denise
2011-04-21 10:24 am UTC (link)
Aw, I'm sorry! We tried to pick times that would work for as many people as possible -- I'm sorry that the weekend/holiday makes it not work for you. :(

(Reply to this)  (Thread from start)  (Parent)  (Thread)  (Expand)


(no subject) - [personal profile] gnome, 2011-04-21 11:21 am UTC (Expand)
iris: (megaman / iris ✿ wind)


[personal profile] iris
2011-04-21 10:59 am UTC (link)
Woo, Seed account camping parties!

(Reply to this


delight: (the key to my)


[personal profile] delight
2011-04-21 12:23 pm UTC (link)
I am looking for communities like:

* the DW equivalent of LJ's apartmentgarden, which I have only not joined because I'm not really active on LJ; I'm about to move to a place with no outdoor space for my plants (currently I have a terrace) and would like to, you know, share tips on how to keep them alive

* a Sims 3 community; I see Sims 2 on Latest Things all the time, and am frequently growing sadder that I can't use any of people's downloads because I have the wrong game

* someplace for eating disorder support that is safe and friendly; I think there was something about DW having bans on pro-ana, which obviously I don't have any issues with at all because pro-ana scares the crap out of me, but I would like a safe space for people with EDs

* bird fanciers! [community profile] parrots is, sadly, gone. :(

* music reviews, concert updates (basically saying that 'suchandsuch a band has this show here if you didn't know about it,') something like LJ's venue_info, which I worked on and thought was amazing

* I created [community profile] longhair, then never did anything with it, but if there is any interest in a long-haired-people community I am happy to pick it up and get it going again.

Communities I love that haven't come up yet: [community profile] create_my_comm (especially useful for this discussion!), [community profile] canidae, [community profile] accessibility_fail, [community profile] mixes (inactive but I'd love it if it were active; not my comm), [community profile] factfinding

(Reply to this)  (Thread)  (Expand)


denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (me, standing outside a broken phone booth)


[staff profile] denise
2011-04-21 12:26 pm UTC (link)
I think there was something about DW having bans on pro-ana

We don't prohibit any material unless it's illegal (ok, or spam, or invasive to the privacy or publicity rights of another person, or a few other things covered in the Terms of Service), so you are likely remembering wrong. :)

(Reply to this)  (Thread from start)  (Parent)  (Thread)  (Expand)


(no subject) - [personal profile] delight, 2011-04-23 05:07 pm UTC (Expand)
(no subject) - [personal profile] delladea, 2011-04-21 01:49 pm UTC (Expand)
(no subject) - [personal profile] finch, 2011-04-21 05:21 pm UTC (Expand)
(no subject) - [personal profile] cesy, 2011-04-21 06:48 pm UTC (Expand)
(no subject) - [personal profile] aikea_guinea, 2011-04-21 09:07 pm UTC (Expand)
Okay... - [personal profile] ysabetwordsmith, 2011-04-21 09:12 pm UTC (Expand)
(no subject) - [personal profile] sidheblessed, 2011-04-22 07:36 am UTC (Expand)
(no subject) - [personal profile] sophie, 2011-04-23 04:08 pm UTC (Expand)
(no subject) - [personal profile] delight, 2011-04-23 05:06 pm UTC (Expand)
akatonbo: (on second thought)


[personal profile] akatonbo
2011-04-21 12:25 pm UTC (link)
Delivery confirmation says y'all should have received my package of DW shinies a few days back. Did it arrive safely?

(Reply to this)  (Thread


denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (me, standing outside a broken phone booth)


[staff profile] denise
2011-04-21 12:29 pm UTC (link)
Yes! I keep forgetting to PM you and tell you, but they are awesome omg.

(Now to figure out their fate ...)

(Reply to this)  (Thread from start)  (Parent)  (Thread)  (Expand)


(no subject) - [personal profile] akatonbo, 2011-04-23 01:36 pm UTC (Expand)
(no subject) - [personal profile] sophie, 2011-04-23 04:09 pm UTC (Expand)
(no subject) - [staff profile] denise, 2011-04-27 03:31 pm UTC (Expand)
littlebutfierce: (k-on group i love you)


[personal profile] littlebutfierce
2011-04-21 12:26 pm UTC (link)
[community profile] writethisfanfic is a cheerleading/challenge/discussion comm for fic writers, helping them (surprise) finish their fics!

[community profile] natsumeyuujinchou is for fans of the Midorikawa Yuki anime/manga, which is about to get its third anime season this summer.

[community profile] baseball_animanga is the other one I'm involved in--what it says on the tin. It's been a little neglected by me, but people who like Ookiku Furikabutte, Cross Game, Major, Taishou Yakyuu Musume, Princess Nine, etc. might like to come play!

Comms I love but have nothing to do w/running:

[community profile] fic_promptly: comment fic, yay!

[community profile] yuri_challenge, which just finished a v. successful first challenge!

(Reply to this)  (Thread)  (Expand)


soc_puppet: Words "Mad Fangirl" in blue (Mad Fangirl)


[personal profile] soc_puppet
2011-04-21 02:29 pm UTC (link)
I think I may need to travel back in time so I can join/follow [community profile] writethisfanfic yesterday already, holy crap.

(Reply to this)  (Thread from start)  (Parent


(no subject) - [personal profile] annoyedwabbit, 2011-04-21 05:03 pm UTC (Expand)
(no subject) - [personal profile] dragonfly, 2011-04-22 10:48 pm UTC (Expand)
havocthecat: stock pic of two women (two women talking)


[personal profile] havocthecat
2011-04-21 12:35 pm UTC (link)
[community profile] girlgay is also around and about for femslash and yuri fic, discussion, ads, etc. Just about any kind of femslash and yuri is welcome there.

(Reply to this


jagnikjen: image of a shirtless Daniel Radcliffe with the words "I don't think we're at Hogwartsanymore" overlaid on the image. (daniel radcliffe, not at hogwarts anymore)


[personal profile] jagnikjen
2011-04-21 12:42 pm UTC (link)
I'd love to connect with some Harry Potter fans as I've just recently discovered the Harry Potter world. I'm primarily a Harry/Ginny shipper, but am open to all pairings if the plot line intrigues me.

Thanks & looking forward to meeting a few of you. :)

(Reply to this


ineptshieldmaid: Susan and Lucy smirking (Narnia - Susan and Lucy)

*pimps own comm*


[personal profile] ineptshieldmaid
2011-04-21 01:02 pm UTC (link)
[community profile] alwaysaqueen is a (fairly quiet, but friendly!) comm devoted to the female characters of Narnia. We're open to fic, discussion, reviews, art, icons, and assorted other lady-centric Narnia things. :)

(Reply to this



(271 comments) - (Post a new comment)
(Flat) (Top-level comments only) (Expand All)

Page 1 of 3

<<   [1] [2] [3]   >>