Difference between revisions of "Services"

From Organic Design wiki
(why use od? a little marketing info)
m (See also)
 
(39 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Organic Design offers a range of services around setting up wikis for your organisation and helping you use and develop the wiki for document management, collaboration website content management and record administration. This includes the initial set-up of your wiki, administration, development and training as required.
+
== Free services we use ==
 +
*[http://Github.com Github] ''- software repository hosting for open source projects''
 +
*[https://blogtrottr.com/subscriptions/ Blogtrottr] ''- subscribe to RSS or Atom feeds to have them sent to an email address''
 +
*[https://letsencrypt.org/ LetsEncrypt] ''- free SSL certs, see also [[SSL]] which has our configuration details''
 +
*[https://onename.io OneName] ''- decentralised identity using the Namecoin network''
 +
*[https://keybase.io Keybase] ''- decentralised secure identity and encryption/decryption/signing service''
 +
*[[Prezi]] ''- make cool presentations online''
  
== MediaWiki ==
+
== Free online tools we use ==
We have set up a lot of
+
*[http://validator.w3.org/ W3C Validator]
=== Hosting ===
+
*[https://www.ssllabs.com/ssltest SSL test]
+
*[http://www.loadinfo.net/ Loader Generator]
== Content Management ==
+
*[http://jsfiddle.net jsFiddle]
 +
*[http://www.redirect-checker.org/ Redirect checker]
 +
*[http://tools.wikimedia.de/~dapete/ImageMapEdit/ImageMapEdit.html?en ImageMap Editor]
 +
*[http://dnsstuff.com DNS Stuff]
 +
*[http://www.isup.me isup.me]
 +
*[http://www.w3schools.com/browsers/browsers_stats.asp Browser Stats]
 +
*[https://siteexplorer.search.yahoo.com/search?p=http%3A%2F%2Fwww.organicdesign.co.nz&bwm=i&bwmf=s&bwmo=d&fr=yfp-t-501&fr2=seo-rd-se Who links to us?]
 +
*[http://www.colorschemer.com/online.html ColorSchemer]
 +
*[http://www.webpagetest.org/ webpagetest.org]
 +
*[http://samy.pl/evercookie/ EverCookie]
 +
*[http://www.google.com/webmasters/tools/richsnippets RichSnippet Tester]
 +
*[http://repogen.simplylinux.ch/ Ubuntu sources generator]
 +
*[http://vixy.net/ Vixy video converter]
 +
*[http://browsershots.org BrowserShots.org] ''- check what you site looks like in other browsers''
 +
*[http://netrenderer.com/ NetRenderer] ''- alternative to browsershots.org''
 +
*[http://web-sniffer.net/ View HTTP Headers]
  
== Server Administration ==
+
== Paid services we use ==
 +
*[http://twilio.com Twilio] ''- virtual phone numbers for sending/receiving voice and SMS to and from your server''
 +
*[http://codero.com Codero] ''- our favourite dedicated server provider''
 +
*[http://linode.com Linode] ''- our favourite cloud server provider''
 +
*[http://namecheap.com Namecheap] ''- our favourite domain name supplier (they accept [[bitcoin]] too, and their dedicated server prices look good, but haven't tried them out yet)''
 +
*[http://www.webdrive.co.nz WebDrive] ''- our domain name host for NZ domains''
 +
*[http://bitnz.com BitNZ] ''- our favourite NZ bitcoin exchange''
 +
*[https://www.bitcointoyou.com/ Bitcoin2You] ''- our favourite Brazilian bitcoin exchange''
 +
*[http://paguecombitcoin.com/ PagueComBitcoin] ''- pay Brazilian "Boleto" invoices or topup cell phone with bitcoin''
  
== Network Administration ==
+
== On demand products ==
 +
On demand products are becoming very popular nowadays especially due to all the new 3D-printing hardware that's available now.
  
== Why use Organic Design Services? ==
+
=== Printing On Demand ===
;Cost effective
+
*[[W:Espresso Book Machine]] ''- print books on demand - general concept''
We base all our services on free, open source software developed by a worldwide community of experts. This means you only pay for customisation and support of proven and reliable software. We do not charge license fees for software, or ongoing per-user fees for software. Generally there is a setup cost and an hourly rate charged for development and support. That's it!
+
*[http://www.lightningsource.com Lightning Source]
;Remain independent
+
**[http://www.lightningsource.com/links.aspx#AuthorServicesLinks List of on-demand printing businesses]
We will make sure you always have a choice regarding how your organisation uses software to get work done. This means our work complies with standards and we will always make procedures available for you if you wish to administrate the software yourself. Further, our agreements do not include minimum terms or any other kind of lock-in to try and "encourage" our clients to stay. Instead, we focus on delivering quality services and maintaining good communications with our clients.
+
*[http://www.ondemandbooks.com/home.htm On Demand Books (ODB)]
 +
*[http://www.lulu.com/ Lulu]
  
[[Category:Organic Design]]
+
=== Production On Demand (POD) ===
 +
*[http://www.zazzle.com Zazzle] ''- on-demand printing of merchandise''
 +
*[http://www.cafepress.com/ CafePress] ''- on-demand printed merchandise and CD/DVD's''
 +
*[http://finerworks.com/pricing.asp finerworks.com] and [http://www.canvasondemand.com/canvas-sizes.asp CanvasOnDemand] ''- printing/framing/mounting photos on canvas''
 +
*[http://www.3dprinterworld.com/article/metal-printing-for-consumer-s1-from-aurora-labs Affordable 3D metal printing available]
 +
 
 +
=== On Demand in Software Architecture ===
 +
This concept of production on demand also plays an important role in software architecture and programming environments. Complex applications like office suites and content management systems can have huge arrays of diverse components and modules. Applying the on-demand paradigm in this context simply means to only load those components into memory when their first required.
 +
 
 +
This issue is closely related to the programming environment as well, for example the so-called "stateless" paradigm which is the client-server/request-response system used on the web is not a very on-demand environment. This is because every request has to run its own instance of the server application. Although shared-object architectures can help with this, it would be supported from the ground up in a peer-to-peer architecture.
 +
 
 +
== See also ==
 +
*[[Hosting]]
 +
*[[Libre software]]
 +
*[[Open Source#Open Source hardware|Open Source hardware]]
 +
*[http://fiverr.com/ Fiver.com] ''- cheap online services of all kinds''

Latest revision as of 21:51, 20 November 2019

Free services we use

  • Github - software repository hosting for open source projects
  • Blogtrottr - subscribe to RSS or Atom feeds to have them sent to an email address
  • LetsEncrypt - free SSL certs, see also SSL which has our configuration details
  • OneName - decentralised identity using the Namecoin network
  • Keybase - decentralised secure identity and encryption/decryption/signing service
  • Prezi - make cool presentations online

Free online tools we use

  • Twilio - virtual phone numbers for sending/receiving voice and SMS to and from your server
  • Codero - our favourite dedicated server provider
  • Linode - our favourite cloud server provider
  • Namecheap - our favourite domain name supplier (they accept bitcoin too, and their dedicated server prices look good, but haven't tried them out yet)
  • WebDrive - our domain name host for NZ domains
  • BitNZ - our favourite NZ bitcoin exchange
  • Bitcoin2You - our favourite Brazilian bitcoin exchange
  • PagueComBitcoin - pay Brazilian "Boleto" invoices or topup cell phone with bitcoin

On demand products

On demand products are becoming very popular nowadays especially due to all the new 3D-printing hardware that's available now.

Printing On Demand

Production On Demand (POD)

On Demand in Software Architecture

This concept of production on demand also plays an important role in software architecture and programming environments. Complex applications like office suites and content management systems can have huge arrays of diverse components and modules. Applying the on-demand paradigm in this context simply means to only load those components into memory when their first required.

This issue is closely related to the programming environment as well, for example the so-called "stateless" paradigm which is the client-server/request-response system used on the web is not a very on-demand environment. This is because every request has to run its own instance of the server application. Although shared-object architectures can help with this, it would be supported from the ground up in a peer-to-peer architecture.

See also