Jump to content

ZuluGod

Member
  • Posts

    74
  • Joined

  • Last visited

Posts posted by ZuluGod

  1. Original Articles
     - http://www.news.com.au/finance/business/retail/amazon-australia-finally-launches-after-months-of-anticipation/news-story/d6092b8bcdb60b7b9daf9145023a4a23
     - http://www.abc.net.au/news/2017-12-05/amazon-launches-australian-service-threatens-local-retailers/9225160

     

    Quote

    Amazon's Australian marketplace covers 23 categories including books, computers, music, clothing, accessories, home improvement, consumer electronics, kitchen goods and baby products.

    Quote

    In a move certain to fuel competition from traditional retailers in the leadup to Christmas, Amazon will offer free delivery on orders over $49 with a one-day service in select areas.

     
    Quote

    Customers buying on the Amazon Australia platform will have their goods shipped from a "fulfillment centre" at Dandenong South in Melbourne's outer east which was converted from a 24,000-square-metre warehouse earlier this year.

    Quote

    Bargains available on Amazon’s Australian website at launch included a Nintendo Switch console for $399 (RRP $469), and the PlayStation 4 video game FIFA 18 for $40 (RRP $100).

    Currently prime shipping does not exist, but Amazon is expecting to introduce it at some point but has not said exactly when. It will have an introductory cost of $2.99USD and then $5.99USD/month after 6 months. It will include Prime Video and Twitch Prime.

     

    I hope it will succeed, as it will drive prices down, but at the same time it will, unfortunately, close some of the smaller shops like what happened to NCIX.

  2. 1 minute ago, adham. said:

    Do you just ask people to work for you? even if he works for someone else/other company ?
    That's weird.
    You canadiens are weird.

     

    Happens all the time all over the world. For example, engineers from tech companies will often be snatched by other companies. The exact same happens in the car industry. Faraday Future stole a few Tesla employees, so yeah.

  3. 12 hours ago, mikat said:

    Well linus even proposed this idea on the wan show so I doubt that it's against their TOS,

    About the money thing though: I'd charge per hour, I don't know how old you are but make the price reasonable for your age. (1-1.5x what you'd earn in a supermarket is a good start but you can always charge more if the client approves)

     

    I'm 17, so I'm thinking something like $15-20 (Australian) per hour, more if he is willing.
    When he called asking for the website, I asked him to write some content, and I am going to meet with him sometime this week to discuss layout etc.

  4. I have recently had a family friend approach me about building a website for their construction company.
    The reason they approached me is that I have built a Squarespace website for this person before, but for a community organisation they belong to and I did at the time, but no longer do, for free. I still provide tech support for said website, for free.

    From what he has said, he does wish to pay me for this, which I have no opposition to (a little money never hurt anyone). I am currently planning on building the website in squarespace, but I am not sure if 1- It is against Squarespace TOS to do this, and 2- How much do I charge, and do I include a year of 'website support' for an extra cost.

     

    If you have any tips or suggestions, I am open to hearing them.

  5. So I have an assignment requiring the use of lots of textboxes using the java Swing library. Unfortunatly the code to create textfeilds is quite long winded. I would like to be able to call a function

    textField(name, grid1);

    which then goes and runs a function

    public void textField(JTextField text, JPanel gridName){
            text = new JTextField(32);
            gridName.add(text);
    }

    however the function doesnt like the line textField(name, grid1); giving the error 'name has private access in component'.

    Does anyone have any suggestions on how to fix this?

  6. I cant find the exact model number because HP hides it but this is the laptop my school gave my grade.
    i5 4200U @ 1.60Ghz
    4GB Ram
    1366x768 Screen (11 Inch at 40 Hertz) running Intel HD Graphics 4400
    120GB SSD + My own 30GB SD Card for Google Drive which we are forced to use (Which I have no problem with, its just it has to be our school one and not our own one  :angry: )

    No Administrator on a device which we paid for.

    Finally a really bad sticker on the back of our laptops so that we know who owns which laptop

    rxo2yEI.jpg

  7. Click "Add network location" in This PC/My Computer, Click next, Click choose a custom network location and click next, enter \\(IP address)\(sharename) and click next

    sharename is generally your useraccount, when you go to \\(IP address) you will get one or multiple folders, all of these need to be individually mapped under "sharename"

     

    EDIT--

     

    Ah right I've got it working now thanks! Is there a different methodology that is more permanent? 

     

    You probably assigned the NAS a name when you installed it, for example Aztec_NAS. That name can be used in place of the IP address on windows if your router accepts DNS lookup

×