Filter
- ETM
Online Ad Client Tracking
Firstly, I personally don't do a lot in the online ad space. But I am helping out a client.
Usually their advertisers provides …
- ETM
Google Tag Manager
Any of you guys using this? I find it frustrating and finicky. When I hard coded these events for GA they always worked. With GTM …
- ETM
worst on Netflix streaming?
To compliment the "best on Netflix streaming?." thread. Post the worst stuff to help people avoid it.
- ETM
Custom Email Template for Outlook on iOS
I had an inquiry about a client needing to edit/send emails for emergencies situations via their iPhone with Outlook. Easy enough…
- ETM
Different CMS syntax for similar queries
After looking at the 'WordPress beginner' thread and the WP syntax, I thought it might interesting to post what it would take in other CMS's to roughly replicate the same functionality from various examples.
To start, using the example from the mentioned thread:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php if ( in_category( '4' ) ) : ?>
<article class="post">
<a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
<p class="b…
- ETM
Thanking a Twitter Stranger
Some random dude on Twitter responded to one of my tweets and offered to transfer me a software license he was no longer using so …
- ETM
Vacation Property Booking Sites
If you are setting up a short-term rental property you would post on multiple sites like booking.com, homeaway.com etc., how do yo…
- ETM
Support Ticket Systems
I am thinking of implementing a ticketing system for client update requests.
I am tired of clients claiming they emailed someth…
- ETM
Beautiful property sites
I was wondering if you guys had any examples of some really nice property sales/property development/prope... management websites…
- ETM
REAL Ways to Improve QBN for Design
Let's put any REAL suggestions for improving QBN here. Ideas to better encourage the design community around us.
- ETM
How to reference experience
Quick question. Over the last year or two I have ended up with a few projects that involved setting up a previous print publicatio…
- ETM
Organizing/ Scheduling Committees
I do work with a couple not-for-profits and one is looking for a means for the committees to privately track meetings and other ev…
- ETM
Hero Cop(s)
Time to actually recognize that police do more than have to shoot people when things go bad.
The dramatic moment a toddler is b…
- ETM
Document Management
Any thoughts or experience on the best online solution (besides Dropbox or GoogleDrive) to let several committee's in an organizat…
- ETM
E3 MS Press Conference
No thread for this yet?
- ETM
Conditional CSS
Inhertited a large amount of content in a CMS. All inline content images are contained within the HTML5 <figure> tag. Some also have captions <figcaption>, some don’t.
I want to differentiate the styling of the figure tag whether it has a figcaption or not.
So there is:
<figure><img sr…
- ETM
Simpsons: Tapped Out
Who has, or still is playing? Bloody addicting.
Use the thread to post your user name to be added as friends. Or any general q…
- ETM
PHP Email Help
Hey. I have to add a BCC recipient to a PHP script done by someone else, but they employed a plain text method that I am not sure …
- ETM
PHP/MySQL Freelancers
We're building up our library of PHP/MySQL freelancers. If anyone would like to throw their hat in the ring, send their info along…
- ETM
JS Array Help
I am working with an existing script that pulls stock prices from Yahoo! Finance. I have a question about arrays though. Right now…