Bitcoin Forum

Bitcoin => Project Development => Topic started by: Rockovc on October 18, 2016, 09:39:20 AM



Title: What platform or script is this?
Post by: Rockovc on October 18, 2016, 09:39:20 AM
Hello guys, I have been noticing alot of ico projects using this portal for their crowdsales: http://sale.decent.ch/

What platform or script is that?

It appears to me to be some form of a basic exchange website script, but I could be extremely wrong

Let me know thanks


Title: Re: What platform or script is this?
Post by: pedrog on October 18, 2016, 10:01:27 AM
Hello guys, I have been noticing alot of ico projects using this portal for their crowdsales: http://sale.decent.ch/

What platform or script is that?

It appears to me to be some form of a basic exchange website script, but I could be extremely wrong

Let me know thanks

Here, check this out: http://getbootstrap.com/


Title: Re: What platform or script is this?
Post by: cloverme on October 18, 2016, 01:45:24 PM
Hello guys, I have been noticing alot of ico projects using this portal for their crowdsales: http://sale.decent.ch/

What platform or script is that?

It appears to me to be some form of a basic exchange website script, but I could be extremely wrong

Let me know thanks

They are using Wordpress for the main site and bootsrap for the login/application.

One thing I've never been able to figure out is how people use the bootstrap UI framework but then connect it up to a backend database/application.


Title: Re: What platform or script is this?
Post by: MartinL on October 18, 2016, 01:56:35 PM
One thing I've never been able to figure out is how people use the bootstrap UI framework but then connect it up to a backend database/application.

Bootstrap is mostly just a collection of stylesheets, so connecting a site using Bootstrap to a back end is no different than connecting any other site to a back end. A common way to do that is through HTTP requests, but WebSockets are used occasionally, too.


Title: Re: What platform or script is this?
Post by: amacar2 on October 18, 2016, 06:01:55 PM
One thing I've never been able to figure out is how people use the bootstrap UI framework but then connect it up to a backend database/application.

Bootstrap framework is just for frontend content and it is easier to find lots of bootstrap based template for cheaper price this days which look very attractive and also responsive in all types of browser and media screens. Connecting to backend is just as simpler as connecting any other html based template with backend/database.

I think most of the projects use this to make their platform look professional as well as viewable in all types of browsers and devices.


Title: Re: What platform or script is this?
Post by: susila_bai on October 18, 2016, 06:42:46 PM
One thing I've never been able to figure out is how people use the bootstrap UI framework but then connect it up to a backend database/application.

Bootstrap framework is just for frontend content and it is easier to find lots of bootstrap based template for cheaper price this days which look very attractive and also responsive in all types of browser and media screens. Connecting to backend is just as simpler as connecting any other html based template with backend/database.

I think most of the projects use this to make their platform look professional as well as viewable in all types of browsers and devices.

Wow thank you very much for the information, it is very usefull for me as i was in need of creating a site for my new idea which i wanted to make it online. Now i will try to use them and prepare my own website with bootstrap help


Title: Re: What platform or script is this?
Post by: Decoded on October 18, 2016, 07:56:28 PM
One thing I've never been able to figure out is how people use the bootstrap UI framework but then connect it up to a backend database/application.

Bootstrap framework is just for frontend content and it is easier to find lots of bootstrap based template for cheaper price this days which look very attractive and also responsive in all types of browser and media screens. Connecting to backend is just as simpler as connecting any other html based template with backend/database.

I think most of the projects use this to make their platform look professional as well as viewable in all types of browsers and devices.

Wow thank you very much for the information, it is very usefull for me as i was in need of creating a site for my new idea which i wanted to make it online. Now i will try to use them and prepare my own website with bootstrap help

You should learn how to make your own stylesheets, d so they can be optimized and looked exactly the way you want them to. It's just more efficient too, as bootstrap probably has lots of things that you probably don't don't use.