• 0

My first attempt at a start-up. Feedback appreciated:)


Question

All right then. This is my first attempt at a start-up. I have created a site called HaggleHive (http://www.hagglehive.com). For the moment I have only enabled Australia as a country.

The idea is, it is community driven and works by users sharing their haggle (bargain) when buying certain (high-value) thing (e.g. A good deal on a washing machine). There is an option to upload the receipt as a proof. So if anyone else is looking for the same item, they can search for it, grab the receipt as a proof that someone else got a really good deal for the same item and go to a store and get them to either match that price or beat it (if the store does that).

There is no membership required at all. Just click the big glowing "Share My Haggle" button at top. It takes around couple of minutes to do so.

The whole thing in written from scratch using ASP.NET 4.5, SQL Server 2012 (Express) hosted in USA. From my end (Melbourne, Australia) the performance is amazing from a round trip of the globe perspective. Please go to http://www.hagglehive.com/en-au/HaggleList and navigate around by clicking "Next" "Previous" and tell me how it feels at your end. I have created my own static content handler to deliver css, js and images with correct compression, last-modified and etag headers. Everything is done using the routing and all the url's are seo friendly (I hope).

I have still got to get the About Us & Contact Us page working. Rest is good.

What do you think?

Recommended Posts

  • 0

Just my two cents:

 

- Little dark these boxes

EPaDqvi.png

 

- Save this bookmarklet to generate Image Sprites on your site, it will save HTTP request and image size as well: (It works in Chrome as well now)

javascript:(function(){var spritemejs=document.createElement('SCRIPT');spritemejs.type='text/javascript';spritemejs.src='http://spriteme.org/spriteme.js';document.getElementsByTagName('head')[0].appendChild(spritemejs);})();

Follow this written tutorial: http://yuvapix.com/Thread-Time-Saving-CSS-Sprite-Technique#.VF5T89wZW70

  • 0

Just my two cents:

 

- Little dark these boxes

Thanks. I have made those boxes dark now. Looks better.

 

I was aware of sprites but didn't use them because, apart from the Logo, Share My Haggle and 3 Search Buttons, the rest of the images are localized for the country selected by the user. I will eventually find a better of doing this but for the time being I am going to keep those images as they are.

 

But I will keep this in mind, thanks.

  • 0

Thanks. I have made those boxes dark now. Looks better.

 

I was aware of sprites but didn't use them because, apart from the Logo, Share My Haggle and 3 Search Buttons, the rest of the images are localized for the country selected by the user. I will eventually find a better of doing this but for the time being I am going to keep those images as they are.

 

But I will keep this in mind, thanks.

 

Fair enough.

 

Can you change dark brown top bar to more decent color, it makes text readability quite bad. For example, try this: #ECA687

 

xv9TOxW.png

 

What about this as well, removed break as well.

B6gmaMQ.png

  • 0

Fair enough.

Nah. I have just gone ahead and done the sprites.

 

Can you change dark brown top bar to more decent color, it makes text readability quite bad. For example, try this: #ECA687

Done. A little different colour though.

 

What about this as well, removed break as well.

Done too :)

  • 0

Nah. I have just gone ahead and done the sprites.

 

Done. A little different colour though.

 

Done too :)

 

Looking nice.

 

Also before officially launching, please look into Facebook error related to SHA-1 certificates shown in Firefox dev tools.

 

Also you can further compress sprite image through https://tinypng.com/ without losing transparency. It shaved 16 KB more. Ridiculous fast site, load times as per pingdom from texas are just 436 ms. Impressed!

  • 0

Hmm, not sure why Facebook certificate errors are showing up! Will have to check them out.

Thanks on the speed remarks. I spent a lot of time to speed up things, going as far as writing my own static content handler to serve css, js, images and basic file types.

For me this project was as much as putting an idea together as well as a massive learning exercise.

  • 0

Also before officially launching, please look into Facebook error related to SHA-1 certificates shown in Firefox dev tools.

My Firefox does not show any certificate errors. Just says my Facebook app id is not valid which I think is ok since I haven't put an app id in the scripts yet. May be something is blocked at your end?

  • 0

My Firefox does not show any certificate errors. Just says my Facebook app id is not valid which I think is ok since I haven't put an app id in the scripts yet. May be something is blocked at your end?

 

I think I get SHA1 certificates warning since I am using Firefox Nightly, which started to show SHA1 deprecation warning message like Chrome.

  • 0

Also you can further compress sprite image through https://tinypng.com/ without losing transparency. It shaved 16 KB more.

Thanks for that link. I didn't know that one. I normally use OptiPNG to reduce their size but this one changes the it in a way that some color is selectively "lost/removed" making the size smaller but rarely visible to the naked eye.

I think I get SHA1 certificates warning since I am using Firefox Nightly, which started to show SHA1 deprecation warning message like Chrome.

Oh ok. I will put a nightly build on one of my VM to test it out but it may take a while. I am hoping they are not serious issues.

  • 0

Ridiculous fast site, load times as per pingdom from texas are just 436 ms. Impressed!

Hey, how did you measure this? I checked pingdom but it seems to be a paid service. You must have an account with them. I tried other online tester and they are in the range of ~500ms around USA and for ~950ms for Australia. Guess that big ocean does take some time to cross!

  • 0

Hey, how did you measure this? I checked pingdom but it seems to be a paid service. You must have an account with them. I tried other online tester and they are in the range of ~500ms around USA and for ~950ms for Australia. Guess that big ocean does take some time to cross!

 

Pingdom has a free website speed test tool that lets you test from Texas, New York & Netherlands: http://tools.pingdom.com/

 

From the Texas server the content from your site takes ~250ms and then an extra ~300ms for the Google Analytics / Facebook stuff.

  • 0

Pingdom has a free website speed test tool that lets you test from Texas, New York & Netherlands: http://tools.pingdom.com/

 

From the Texas server the content from your site takes ~250ms and then an extra ~300ms for the Google Analytics / Facebook stuff.

Thanks. That is a handy tool. Analytics is something I can't do much about, however I am planning to delay load the Facebook and Google Ads.

  • 0

It's a cool idea for a start up but how will you monetise it?

Thanks. For the moment I am planning to get the revenue from Ads. If the site takes off then I will plan to meet some investors and see how that goes. First thing is to get people to start using it. I am also going to advertise it onto Facebook.

 

Any suggestions, ideas? Either from experience or knowledge?

  • 0

Thanks. For the moment I am planning to get the revenue from Ads. If the site takes off then I will plan to meet some investors and see how that goes. First thing is to get people to start using it. I am also going to advertise it onto Facebook.

 

Any suggestions, ideas? Either from experience or knowledge?

 

I used the very same site which ZakO told.

For delay loading them, one by one add async *attribute* in the script link and see it should not create worse experience so that's why suggesting one by one:

<script src="" async> or <script async src="">

async is much better than defer method. There is one catch though "unordered execution", that's why I said try one by one and delay only render blocking script not all.

 

- http://css-tricks.com/async-attribute-scripts-bottom/

- https://www.igvita.com/2014/05/20/script-injected-async-scripts-considered-harmful/#comment-1398899164

- Try with Twitter and Email marketing as well.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Apple and Tesla trade secrets reportedly exposed following a Tata Electronics cyberattack by Hamid Ganji Image via Depositphotos.com Tata Electronics has confirmed that it detected a cybersecurity incident in some of its systems. The Indian company is a manufacturing partner of both Apple and Tesla, and the incident may have exposed some trade secrets belonging to the two American companies. The World Leaks ransomware group is said to be behind the attack, and it has reportedly posted up to 200,000 files on the dark web, including component designs and specification documents related to Apple and Tesla products. Tata Electronics told Reuters that its response protocols were deployed immediately and that the “incident has had no impact on our operations across businesses, which remain unaffected.” The ransomware group reportedly sent a ransom demand to Tata Electronics, while Apple has launched an investigation into the incident. World Leaks claims it stole more than 200,000 files totaling over 630GB from Tata Electronics. Some database files on the ransomware group’s website are titled "com.apple.factorydata," which could refer to Apple’s iPhone production operations in India. Moreover, some documents reportedly contain material specifications and quality inspection standards for iPhone circuit board components. However, Apple is not the only affected company. A folder found in the World Leaks database is titled "NV36 Chargeport Controller - North America," which may refer to Tesla Model Y components. Additionally, other files in the database reportedly contain drawings related to Tesla’s Project Highland, the internal codename for the EV maker’s updated Model 3 sedan. To support the authenticity of the stolen files, World Leaks has published documents containing footers that read: "This document contains proprietary and confidential information of Apple Inc." and "information contained herein is deemed confidential, proprietary, and a trade secret of Tesla Inc." Cybersecurity researcher Rajshekhar Rajaharia told Reuters that the database also contains emails, event logs spanning several years, and passport copies of employees, including foreign nationals. Both Tesla and Apple have declined to comment on the scale of the incident.
    • Last time I used Pascal was in college about 40 yrs ago, programmed an inventory database for my exam.
    • If they don't sell enough of the 1st gen then there won't be a 2nd gen
    • Epic fail, should've added an eSata port on the back, also if the memory/NVME are soldered then they're hardly gonna sell any, first thing most people do with their Steamdeck is, or used to be, replacing the NVME with a 2TB one. At that price they should, possibly for the first time, offer an installments option, say 24 months, they may sell a lot if they do. I'm sure they would have no shortage of credit companies willing to partner.
  • Popular Contributors

    1. 1
      +primortal
      487
    2. 2
      +Edouard
      204
    3. 3
      PsYcHoKiLLa
      94
    4. 4
      Michael Scrip
      91
    5. 5
      neufuse
      71
  • Tell a friend

    Love Neowin? Tell a friend!