Network-Solutions: Service Agreement Version Number 9.25

  ALL SERVICES ARE GOVERNED BY THE GENERAL TERMS AND CONDITIONS THAT ARE LISTED BELOW ALONG WITH THE TERMS IN THE APPLICABLE SCHEDULE(S) FOR THE SPECIFIC SERVICES THAT ARE PURCHASED. This is Service Agreement Version Number 9.25 1. INTRODUCTION. In this Service Agreement (“Agreement”), “you” and “your” refer to each customer (“Customer”) and its agents, including each person listed in your account information as being associated with your account, and “we”, “us” and “our” refer collectively to Network Solutions, LLC and its wholly-owned subsidiaries (“Network Solutions”). This Agreement explains our obligations to you, and your obligations to us in relation […]

Read more

Deleting a .COM domain from GoDaddy in response to Domain Expiration Notice

I was notified that I may incur additional Rs. 4,639.99 fee if I don’t renew my domain.  Further to that I’ve gone through the GoDaddy’s Domain Registration Agreement and found some unfavor clausescluases: <<GoDaddy’s Domain Registration Agreement>> You agree that Go Daddy will not be responsible for cancelled domain names that you fail to renew, either automatically or manually in the timeframes indicated in this Agreement. In any case, if you fail to renew your domain name in a timely fashion, additional charges may apply. If you signed up for privacy services, protected registration, or any other similar service, with […]

Read more

Rails Application/Project structure and folder layout specification

File/Folder Purpose app/ Contains the controllers, models, views, helpers, mailers and assets for your application. You’ll focus on this folder for the remainder of this guide. bin/ Contains the rails script that starts your app and can contain other scripts you use to deploy or run your application. config/ Configure your application’s runtime rules, routes, database, and more. This is covered in more detail in Configuring Rails Applications config.ru Rack configuration for Rack based servers used to start the application. db/ Contains your current database schema, as well as the database migrations. Gemfile Gemfile.lock These files allow you to specify […]

Read more