Hacker Newsnew | past | comments | ask | show | jobs | submit | more ms7892's commentslogin

Any possibility of in future they can?


Hi HN,

I'm excited to share that my 7-year-old niece, who is showing a keen interest in web development, helped me code my personal website using HTML. She was responsible for the HTML structure, while I later implemented the styles and SEO tags. The concept for the site, including the use of watercolor images sourced from third-party sites, was all her idea!


Very cool. Consider crediting your niece as an author in the metadata? Don’t see it, but may give her a kick.


Thanks! Forgot to mention, added now.


Great tool. I've following code suggestion to add gaping for form fields on small screen:

<!-- Form Section --> <div class="card shadow-sm mb-5"> <div class="card-body"> <form method="GET" action=""> <div class="row"> <div class="col-md-8 mb-3 mb-md-0"> <input type="text" name="domain" class="form-control" placeholder="Enter a domain (e.g., example.com)" required> </div> <div class="col-md-3 mb-3 mb-md-0"> <select name="record_type" class="form-select" required> <option value="ALL">All Record Types</option> <option value="A">A</option> <option value="AAAA">AAAA</option> <option value="MX">MX</option> <option value="NS">NS</option> <option value="CNAME">CNAME</option> <option value="TXT">TXT</option> <option value="SRV">SRV</option> <option value="SOA">SOA</option> <option value="PTR">PTR</option> </select> </div> <div class="col-md-1"> <button type="submit" class="btn btn-primary w-100">Query</button> </div> </div> </form> </div> </div>


Thanks for sharing, I wasn’t knowing that browsers look for a favicon at /favicon.ico. Thanks again.


I think it is from the Internet Explorer days. .ico is an actual icon file format on Windows and IIRC originally the icons were in that format, with support for GIF coming when Netscape supported the feature.


Many browsers will accept a favicon.ico that's actually a PNG file with no issues.


Thank you for creating this.


Cool and reason?


Works reliably (have never noticed an outage when interactively using or via my tooling that wraps around the API), product UX is stable, dev responds to customer support and feature enhancement requests, reasonably priced and good value (imho).


Lovely idea!


Any other way?


Don't make an account.


Well yes.


Wow! I am building something similar around this. Glad you built it. Too happy, but pricing is out of my range.


Can you share it, i would also love to hear your journey building it. Pricing models is currently changing


I abandoned that idea and working on a similar idea for Indian market.


Well yes! But it still don't have one click installation for shared hosting.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: