Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all,
Vanilla are planning an update to the site on April 24th (next Wednesday). It is a major PHP8 update which is expected to boost performance across the site. The site will be down from 7pm and it is expected to take about an hour to complete. We appreciate your patience during the update.
Thanks all.

Qwertee - A Daily T-Shirt for €11.35 Delivered

1565759616267

Comments

  • Company Representative Posts: 394 Verified rep Qwertee: Robert


    tok9 wrote: »
    Got my Squirtle tshirt yesterday with a bag of sweets! Thank you qwertee!

    Small seems fine also!

    Thanks very much, glad you like it!

    Today's tee:

    productimage-picture-doctor-2657_500x500.jpg


  • Registered Users Posts: 2,851 ✭✭✭gipi


    Robert,
    Do newsletters issue every week? The reason I ask is that I'm on the newsletter list, but I only seem to get a mail every few weeks.

    Just want to be sure I'm not missing anything! :D
    Ta!


  • Registered Users Posts: 620 ✭✭✭neonitrix


    Hi Guys,

    I have an idea for a tshirt inspired by Back to the Future, but i dont have the skills to knock up a design, would anyone be willing to help?

    here is my idea.

    functiontimeTravel.jpg

    thanks

    neonitrix


  • Moderators, Music Moderators Posts: 23,359 Mod ✭✭✭✭feylya


    You've an error on line 3.


  • Registered Users Posts: 620 ✭✭✭neonitrix


    feylya wrote: »
    You've an error on line 3.

    its not like fixing it will make time travel possible lol :)

    ps. the function wouldnt even compile as it expects an int and 1.21 is a double :)

    this should work but it dosnt look as pretty as above, i was going for design over compilability :)

    public class timeTravel{

    double x;
    boolean fluxCapacitor;
    String date;
    boolean timeCircuits;


    void timeTravel(double x){
    x = 1.21; // 1.21GHZ or 1.21X10^9
    if(x==1.21){
    if(fluxCapacitor == true){
    whatDate(date);
    } //close if
    }//close outer if
    } //close timeTravel


    void whatDate(String date){
    this.date = date;
    if(timeCircuits==true){
    //timeCircuits(date); //method to be written in 2014
    } //close if
    else{
    System.out.println("Time Circuits Not Powered On: ");
    } //close else
    } //close whatDate
    }


  • Advertisement
  • Moderators, Music Moderators Posts: 23,359 Mod ✭✭✭✭feylya


    neonitrix wrote: »
    ps. the function wouldnt even compile as it expects an int and 1.21 is a double :)

    But it never reads the variable that's passed to the function :P

    Anyway, I got my shipping notification today for the Metallicar tshirt. It arrived yesterday. Time travel that! :D


  • Company Representative Posts: 394 Verified rep Qwertee: Robert


    gipi wrote: »
    Robert,
    Do newsletters issue every week? The reason I ask is that I'm on the newsletter list, but I only seem to get a mail every few weeks.

    Just want to be sure I'm not missing anything! :D
    Ta!

    They normally go out every week on Friday around lunchtime, pretty much always once a week.

    Maybe they are being sent to some kind of spam folder?

    Thanks


  • Company Representative Posts: 394 Verified rep Qwertee: Robert


    neonitrix wrote: »
    its not like fixing it will make time travel possible lol :)

    ps. the function wouldnt even compile as it expects an int and 1.21 is a double :)

    this should work but it dosnt look as pretty as above, i was going for design over compilability :)

    public class timeTravel{

    double x;
    boolean fluxCapacitor;
    String date;
    boolean timeCircuits;


    void timeTravel(double x){
    x = 1.21; // 1.21GHZ or 1.21X10^9
    if(x==1.21){
    if(fluxCapacitor == true){
    whatDate(date);
    } //close if
    }//close outer if
    } //close timeTravel


    void whatDate(String date){
    this.date = date;
    if(timeCircuits==true){
    //timeCircuits(date); //method to be written in 2014
    } //close if
    else{
    System.out.println("Time Circuits Not Powered On: ");
    } //close else
    } //close whatDate
    }


    Be warned, the kind of person that will buy this tee will also be very likely to be picky about the code:)

    If you can get it so you're happy with it I'm sure someone could help you with the mockup, it's not hard.

    We have this coming up soon which should see if there is much demand for code based designs: http://www.qwertee.com/product/html-ninja/


  • Company Representative Posts: 394 Verified rep Qwertee: Robert


    feylya wrote: »
    But it never reads the variable that's passed to the function :P

    Anyway, I got my shipping notification today for the Metallicar tshirt. It arrived yesterday. Time travel that! :D

    That is quite impressive, next time we'll try to deliver to you before you even order:)


    Today's tee is from a Boards based artist (nicewon):

    productimage-picture-gutness-for-strength-675_500x500.jpg

    And he's giving away some zombie DVDs as a bonus!


  • Registered Users Posts: 2,367 ✭✭✭fionny


    Are those bits of peppered salami for the wounds lol!


  • Advertisement
  • Registered Users Posts: 620 ✭✭✭neonitrix


    Be warned, the kind of person that will buy this tee will also be very likely to be picky about the code:)

    If you can get it so you're happy with it I'm sure someone could help you with the mockup, it's not hard.

    We have this coming up soon which should see if there is much demand for code based designs: http://www.qwertee.com/product/html-ninja/

    Thanks for that Robert, I will get the code right and then worry about making it look pretty. then hopefully someone would help me knock up a design. i really would just like to buy one myself to be honest :)

    ps. was going for something more powerful than cascading style code :)

    thanks again
    Neonitrix


  • Registered Users Posts: 2,367 ✭✭✭fionny


    neonitrix wrote: »
    Thanks for that Robert, I will get the code right and then worry about making it look pretty. then hopefully someone would help me knock up a design. i really would just like to buy one myself to be honest :)

    ps. was going for something more powerful than cascading style code :)

    thanks again
    Neonitrix

    Putting the code on a mockup is really easy, but if you want I will do it for you if you tell me what you want, you can then submit it to qwertee :)


  • Registered Users Posts: 620 ✭✭✭neonitrix


    fionny wrote: »
    Putting the code on a mockup is really easy, but if you want I will do it for you if you tell me what you want, you can then submit it to qwertee :)

    Thanks for the offer fionny, i will have a look at the code tonight and see can i pretty it up a bit and will let you know, few exams this week to fail first tho.

    oh for time travel to be real would sort out alot of issues.

    neonitrix


  • Registered Users Posts: 2,367 ✭✭✭fionny


    No worries just PM me when / if you need to me to help out.


  • Company Representative Posts: 394 Verified rep Qwertee: Robert


    fionny wrote: »
    Are those bits of peppered salami for the wounds lol!

    They certainly look like it:)

    productimage-picture-gutness-for-strength-675_500x500.jpg


  • Registered Users Posts: 2,851 ✭✭✭gipi


    They normally go out every week on Friday around lunchtime, pretty much always once a week.

    Maybe they are being sent to some kind of spam folder?

    Thanks

    I'll double-check my mail to see if there's any spam-blocker that I'm not aware of. thanks, Robert!


  • Registered Users Posts: 10,732 ✭✭✭✭Paul Tergat


    Got my first tee from you guys the other day. Was the squirtle one. All looks good. Hope it washes ok too!


  • Registered Users Posts: 620 ✭✭✭neonitrix


    my first t-shirt design is up on Qwertee I want to thank fionny for helping me do up a mockup, hope you like it.

    function timeTravel() was inspired from the desire to study but the need to relive my childhood and what better way than to break out the delorean and dust off the flux capacitor.


    functiontimeTravel-3.jpg

    http://www.qwertee.com/product/function-timetravel/


    thanks a million

    ed


  • Hosted Moderators Posts: 3,331 ✭✭✭Splinter


    zombie one... ordered
    Its a trap... ordered


    awesome :pac:


  • Registered Users Posts: 2,367 ✭✭✭fionny


    Broke the 200 mark on one of my t-shirts!

    http://www.qwertee.com/product/revolutionary-adipose/

    Hope the momentum keeps coming! Would love to get it made :)


  • Advertisement
  • Hosted Moderators Posts: 3,331 ✭✭✭Splinter


    and "crowded" ordered... damn you and your amazing shirts!


  • Registered Users Posts: 2,367 ✭✭✭fionny


    My latest design is up for voting;

    http://www.qwertee.com/product/freaked/

    194070.jpg


  • Registered Users Posts: 2,178 ✭✭✭Irish Wolf


    Qwertee now sells a new design every 24 hours for the incredible price of £8/€10/$12. But, in case you missed yesterday's design you can still pick it up for a final 24 hours as it becomes our "Last Chance Tee" available for just £10/€12/$14. Click here for more info. Thanks!

    Great news!

    Though my wallet may not agree! :p


  • Registered Users Posts: 9,196 ✭✭✭maximoose


    Great news indeed, more designs should get a chance now :)


  • Registered Users Posts: 769 ✭✭✭dan185


    I've had many experiences of good customer service from companies big to small.

    But I have to say the service provided by Qwertee, and in particular Robert, is the best I've ever received. Any problem I've had he's replied very quickly, he's sorted me out for a couple of tshirts that have past their sell by.

    Really great service. I must commend you Robert. Thanks very much.


  • Registered Users Posts: 1,252 ✭✭✭Africa


    dan185 wrote: »
    I've had many experiences of good customer service from companies big to small.

    But I have to say the service provided by Qwertee, and in particular Robert, is the best I've ever received. Any problem I've had he's replied very quickly, he's sorted me out for a couple of tshirts that have past their sell by.

    Really great service. I must commend you Robert. Thanks very much.

    Well said Dan. Thats why I come back to qwertee so often, for the service.


  • Registered Users Posts: 1,514 ✭✭✭Dermo


    Just ordered the html ninja tshirt. My 15th qwertee tshirt :)
    I think I might have an addiction


  • Registered Users Posts: 18,272 ✭✭✭✭Atomic Pineapple


    Is it possible to view whats next on Qwertee? I often forget to check the site on a day by day basis and end up missing the T shirts I'd wanted to buy.


  • Closed Accounts Posts: 22,569 ✭✭✭✭Tallon


    draffodx wrote: »
    Is it possible to view whats next on Qwertee? I often forget to check the site on a day by day basis and end up missing the T shirts I'd wanted to buy.
    The email tells you whats coming up


  • Advertisement
  • Registered Users Posts: 18,272 ✭✭✭✭Atomic Pineapple


    Tallon wrote: »
    The email tells you whats coming up

    The newsletter?


This discussion has been closed.
Advertisement