CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> General/Other

 Bootstrap help.

Print topic Send  topic

Author Message
saseow

Posts: 744
Posted: 10/18/2019, 10:44 PM

I have a project that requires the use of Bootstrap. I am hoping that someone here would be kind enough to provide some details as to how it is used in a CCS project.
Huge thanks!!
View profile  Send private message
clickryan


Posts: 55
Posted: 10/19/2019, 12:06 AM

if you will use codecharge 5, that would be easy. Codecharge 5 uses masterpage for templating designs.
_________________
Codecharge Developer (PHP, ASP.net - C# or VB.net)
for help or inquiries please visit clickryan.com
View profile  Send private message
saseow

Posts: 744
Posted: 10/20/2019, 10:47 PM

I am running out of time and need some help adding Bootstrap to an existing project. I am using the latest CCS, PHP and Mysql. I have an Artisteer theme in it but this can be changed to a similar or very simple Bootstrap theme. There are only three pages: Login Page, one page with a grid and search and one page with a record. There is one includable page that holds the menus.
Basically I want to see how you incorporate Bootstrap and will then add the bulk of the project.
I have added this same entry to jobs available section of this forum.
View profile  Send private message
lsmashnuk

Posts: 13
Posted: 10/23/2019, 10:27 PM

I am in the process of adding a Bootstrap 3 based Design to my CCS5 projects. My goal is to choose an Artisteer or Bootstrap Design at runtime. So far I have the Design for the Masterpage, main page, CCS Menus and a basic Style working. I started with an Inmotiom Framework / MSSQL project and l will be doing the same changes to my PHP / MySQL projects. I can probably help via email.
View profile  Send private message
saseow

Posts: 744
Posted: 10/24/2019, 6:20 AM

If you can help that would be brilliant Ismashnuk. I will send you a PM.
View profile  Send private message
saseow

Posts: 744
Posted: 11/05/2019, 10:21 PM

lsmashnuk, I sent you a PM but have not heard back. Are you still willing to assist with Bootstrap?
Anyone else perchance?
View profile  Send private message
Waspman

Posts: 948
Posted: 11/06/2019, 6:42 AM

Quote saseow:
lsmashnuk, I sent you a PM but have not heard back. Are you still willing to assist with Bootstrap?
Anyone else perchance?


I've used Foundation, Bootstrap and Materializecss, the later being my favourite.

What do you need to know?
_________________
http://www.waspmedia.co.uk
View profile  Send private message
Waspman

Posts: 948
Posted: 11/06/2019, 6:43 AM

Quote saseow:
lsmashnuk, I sent you a PM but have not heard back. Are you still willing to assist with Bootstrap?
Anyone else perchance?


I've used Foundation, Bootstrap and Materializecss, the later being my favourite.

What do you need to know?
_________________
http://www.waspmedia.co.uk
View profile  Send private message
saseow

Posts: 744
Posted: 11/06/2019, 7:27 PM

Hi Waspman and thank you for the reply.
This project is supposed to use Bootstrap but I am sure they would accept any framework that produced responsive results.
Basically I am clueless about any of this so,........ I have a very small project (PHP and MySQL) which currently has an Artisteer design. It has a login, a grid/search page and a record page. I would like to keep the MainPage idea created by Artisteer as I am familiar with that but it is not a 'must' so I am open to any framework that can incorporate a theme as well.
I just need to know where to start with something like this. I can send you the project files if you are willing to have a look at them and put in some code to show me how and where things go.
I don't think that the private message thing is working in this forum (I may be mistaken) so, if you can lend a hand, my email address is trevor@redcliffcottage.co.za.
Thank you so much Waspman.
View profile  Send private message
yefriccs

Posts: 4
Posted: 11/22/2019, 10:19 PM

Yes you can.
For example I have a megamenu in Boostrap included in a big project I have in CCS.
You must know bootstrap and change the classes in all your html pages.
_________________
Yefri Manke
View profile  Send private message
enko


Posts: 74
Posted: 11/29/2019, 6:57 AM

I use only CCS for my project,
I buy HTML themes on marketplace like template monster o themeforest and I insert html code in CCS pages.
Normally I split html code of Header and Footer in Includable Pages.
See some examples
http://www.milediauto.it/
http://www.renonsrl.it/
http://www.egcourier.it/
http://www.sarabeauty.it/
http://www.formularentmobile.it/
and more and more
I don't use WYSIWYG CCS editor but only HTML CCS editor and I haven't problem with bootstrap.
Hoping in a CCS realease for better integration ...:-)
_________________
Italy - CodeCargeStudio (5.1.1.18992) - Dephi RIO - Lazarus (Free Pascal) - www.egsoft.it - www.egauto.it - www.egcourier.it - www.egestetica.it - Windows, Linux, Raspberry Apps.
View profile  Send private message
saseow

Posts: 744
Posted: 11/29/2019, 8:01 PM

Very nice indeed Enko!!!!
View profile  Send private message
ccsminer

Posts: 159
Posted: 12/01/2019, 11:32 AM

Great work! :)

What OS are you running CCS 5.x on?

Quote enko:
I use only CCS for my project,
I buy HTML themes on marketplace like template monster o themeforest and I insert html code in CCS pages.
Normally I split html code of Header and Footer in Includable Pages.
See some examples
http://www.milediauto.it/
http://www.renonsrl.it/
http://www.egcourier.it/
http://www.sarabeauty.it/
http://www.formularentmobile.it/
and more and more
I don't use WYSIWYG CCS editor but only HTML CCS editor and I haven't problem with bootstrap.
Hoping in a CCS realease for better integration ...:-)
View profile  Send private message
enko


Posts: 74
Posted: 12/03/2019, 2:04 AM

I'm using last update Win10 and last version of CCS
I'm only altered common.php with
Encoding" => array("", "utf8")
in
$CCConnectionSettings = array (
"SITE" => array(
"Type" => "MySQL",
"DBLib" => "MySQLi",
"Database" => "dbname",
"Host" => "localhost",
"Port" => "0",
"User" => "username",
"Password" => "userpassword",
"Encoding" => array("", "utf8"),
"Persistent" => false,
"DateFormat" => array("yyyy", "-", "mm", "-", "dd", " ", "HH", ":", "nn", ":", "ss"),
"BooleanFormat" => array(1, 0, ""),
"Uppercase" => false
)
);


_________________
Italy - CodeCargeStudio (5.1.1.18992) - Dephi RIO - Lazarus (Free Pascal) - www.egsoft.it - www.egauto.it - www.egcourier.it - www.egestetica.it - Windows, Linux, Raspberry Apps.
View profile  Send private message
enko


Posts: 74
Posted: 12/03/2019, 2:10 AM

another block of sites made with ccs and bootstrap
http://www.8arredamenti.it
http://www.affittacamereostia.it
http://www.rctopcar.it
http://www.emmetrearredamenti.it
http://www.nettunoturismo.it
_________________
Italy - CodeCargeStudio (5.1.1.18992) - Dephi RIO - Lazarus (Free Pascal) - www.egsoft.it - www.egauto.it - www.egcourier.it - www.egestetica.it - Windows, Linux, Raspberry Apps.
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.