Comments on: techZING! 18 – Structured Procrastination https://techzinglive.com/page/125/techzing-18-structured-procrastination If you're a hacker, you'll probably like our show ;) Sun, 08 Aug 2010 20:59:44 +0000 hourly 1 https://wordpress.org/?v=6.5.5 By: Tim https://techzinglive.com/page/125/techzing-18-structured-procrastination/comment-page-1#comment-341 Mon, 19 Oct 2009 20:45:30 +0000 http://techzinglive.com/?p=125#comment-341 As far as I know, the FreelanceSwitch job board (http://jobs.freelanceswitch.com/) has been charging the developers, rather than then posters, since the site started. The developers pay around $7 a month to get the contact information of the companies who post jobs on the site.

]]>
By: Justin https://techzinglive.com/page/125/techzing-18-structured-procrastination/comment-page-1#comment-335 Mon, 19 Oct 2009 04:58:52 +0000 http://techzinglive.com/?p=125#comment-335 Just a quick note to say that I have finished the subscription stuff and it now works very nicely. My solution was to insert each subscription payment into a table that has a field called expiry_date (a timestamp).

Then when checking to see if the user has a valid subscription I simply “select * from my_table where user_id = 1 AND expiry_date > “.time() — with time() being the regular php function. This way I can pull back all the valid subscriptions that a user has and see which has the highest/lowest amount of access to the product.

It’s useful to do it this way because it enables users to upgrade/downgrade and I can get their subscription levels with just one query – yet they can be running multiple subscriptions at any given time.

Hope this makes sense!!

]]>