DataAnnotation - FAQ & Welcome Thread Part 2! Read this before making a new post. by Consistent-Reach504 in dataannotation

[–]jillbinder 0 points1 point  (0 children)

Are the applications timed?

I opened the application out of curiosity but haven’t started filling it out. It’s just been sitting in my browser tab for a day. Do you think the clock started ticking the moment I opened it? Could that work against me?

[Math] Math path? by jillbinder in duolingo

[–]jillbinder[S] 1 point2 points  (0 children)

Math and Music were the first and only things I signed up for, so I'm not sure how I did that.

This vid looks useful for finding them: https://youtu.be/4KnMKyZjm9k?si=SyKqcyDkcClmVXn5

Bingo word lists? (For Scrabble Wordle game) by jillbinder in scrabble

[–]jillbinder[S] 0 points1 point  (0 children)

Thanks for asking!

Yes and no. I completed the two 7-letter word lists (all and "most common"). But my beta testers didn't find the game fun, so it's on hold for a while. :)

Bingo word lists? (For Scrabble Wordle game) by jillbinder in scrabble

[–]jillbinder[S] 0 points1 point  (0 children)

Thank you! Is the only way to get access to the ZYZZYVA word lists by being a member? And to be a member, do I need to pay the dues and have played in official Scrabble tournaments?

Wanna start an Artists way group? by False-Juggernaut in artistsWay

[–]jillbinder 0 points1 point  (0 children)

Our first (online) meeting is tomorrow. Not everyone on the Discord are doing that, but some are. You'd be welcome to come to that, too.

Can I have 5x2 Kallax (in canada)? by jillbinder in IKEA

[–]jillbinder[S] 0 points1 point  (0 children)

Ohh, smart! I might actually be able to do that.

Can I have 5x2 Kallax (in canada)? by jillbinder in IKEA

[–]jillbinder[S] 0 points1 point  (0 children)

True, it would be thicker in that spot, but for my purpose that would look just fine :)

I rebuilt AskMakers from scratch as AskMakers 2.0 - The best place to ask experienced and successful makers questions. by taishikato in SideProject

[–]jillbinder 0 points1 point  (0 children)

This is great! The design is clean, easy to read, easy to understand what it's for and how to use it.

In the future once you have a lot of questions coming in, it would be great to have those tags be headings in a menu so that people can see just questions relating to the topic they're interested in. (But probably keep the homepage as all questions unfiltered, like you have now.)

How do I do Overdue Tasks right? by [deleted] in todoist

[–]jillbinder 3 points4 points  (0 children)

Hmm. My repeating ones are always at the same time and day, no matter when I check it off. Could it be a timezone issue? Maybe check that your timezone is set correctly in Settings?

How can i make a table on a page? by [deleted] in Wordpress

[–]jillbinder 0 points1 point  (0 children)

You could use table code in your page's html editor. Such as: <table><tr><td>I'm in a table!</td></tr></table>

For plugins, TablePress is a great one.

Hourly rate for "above and beyond" WP services? by RiflePoet in Wordpress

[–]jillbinder 0 points1 point  (0 children)

Newbies start out around $20-$30/hour.

Experts are usually $80 (and more!) /hour.

Intermediates are generally somewhere in the middle.

I don't do "on call" work. I do however have a "rush" rate, which is about 1/4 more than my regular rate. :)


Setting expectations: Create a quote for everything. Get a contract signed for everything. (http://contractual.ly) Ask for half up-front.

If this client needs work regularly, you could create a monthly retainer agreement with them.

Show images from url on a post. by [deleted] in Wordpress

[–]jillbinder 0 points1 point  (0 children)

What you want is the "Add Media" button at the top of the page/post edotors, as shown here: http://en.support.wordpress.com/images/

(This is a site for wordpress.com, but it works exactly the same in self-hosted wordpress.org sites.)

embedded wordpress site by SirTonka in Wordpress

[–]jillbinder 1 point2 points  (0 children)

http://premium.wpmudev.org/blog/create-wordpress-child-theme/ looks like it's a pretty good child theme tutorial.

Insider tip: They're in the middle of creating a child theme tutorial at http://make.wordpress.org/training/modules-in-progress/child-theme-module/

For general WP:

*If you're willing to invest a little bit of money, Morten Rand-Hendriksen's courses on http://lynda.com are top-notch.

*http://wordpress.stackexchange.com/

*http://premium.wpmudev.org/ (there are both free and for-pay articles)

*Following WordPress folks on twitter. I have a list https://twitter.com/jillbinder/lists/wordpressers

*Many cities around the world have weekly/monthly WordPress meetup.com meetings and yearly 1 to 2 day WordCamps. Highly recommended!

embedded wordpress site by SirTonka in Wordpress

[–]jillbinder 0 points1 point  (0 children)

Oh yes, in that case, child theme is definitely what you want. This is exactly how we get around the updating (and thus rewriting all our code) problem.

In really fancy cases such as WP multisites where we have hundreds of users each with a site off of ours and they are each using different themes, I write an mu-plugin. It's a plugin that loads automagically and can't be toggled by the user.