CodeChargeMVP
Posts: 473
|
| Posted: 09/21/2010, 10:42 AM |
|
Hello,
I´ve just realise than all the pages on my project includes headline and a foot,
so when you change from one page to other, the page has to be fully charged
again, so I´ve remind than on DreamWeaber you were able to split up a page,
so for example you can charge on the top the headline and in the middle,
the different pages, giving to the project a more professional style,
so the question is ¿is it possible to do this with codecharge?
Thank you very much.
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |
Rick
Posts: 52
|
| Posted: 09/21/2010, 7:07 PM |
|
Not sure I understand what you are asking but I will try to give what you may be looking for.
Headers and footers should be separate pages created with a page property of includable. Then on every other page you want this header and footer insert the header as an include page (from cursor position where you want to place it, them from the Toolbox, 'Forms' tab, select 'Include' page.
Sorry if I did not understand your question.
|
 |
 |
CodeChargeMVP
Posts: 473
|
| Posted: 09/22/2010, 1:49 AM |
|
No problem,
You didn´t understand my question.
What you said is exactly what I have on every page from the projects.
I think you ever used dreamweaber.
Someone who has ever use dreamweaber will know what i´m talking about.
Quote Rick:
Not sure I understand what you are asking but I will try to give what you may be looking for.
Headers and footers should be separate pages created with a page property of includable. Then on every other page you want this header and footer insert the header as an include page (from cursor position where you want to place it, them from the Toolbox, 'Forms' tab, select 'Include' page.
Sorry if I did not understand your question.
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |
datadoit
|
| Posted: 09/22/2010, 6:12 AM |
|
I use Dreamweaver a lot, and don't understand your question either.
Are you referring to being able to view and edit includable pages from
the primary calling or main page? If so, then no it's not possible, but
I like the idea. Wish list item.
|
|
|
 |
CodeChargeMVP
Posts: 473
|
| Posted: 09/22/2010, 10:00 AM |
|
Nei, this is not so hard to understand.
There are thousands of sites which work this way.
What I mean is than you load the header and the footer only one time
and stays static in the site so then when you move from one page to other
you don´t need to include the header and the footer on every page
so the different pages are loaded on the center of the page,
so when you change from one page to other the header and the footer stays static
and the only part from page which is reloaded is the center.
I remind that this was possible on DreamWeaber.
¿do you get it know?
Quote datadoit:
I use Dreamweaver a lot, and don't understand your question either.
Are you referring to being able to view and edit includable pages from
the primary calling or main page? If so, then no it's not possible, but
I like the idea. Wish list item.
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |
datadoit
|
| Posted: 09/22/2010, 10:19 AM |
|
Ah, that's a better explanation. Your English is getting better. :)
You'll want to use frames or iframes.
|
|
|
 |
CodeChargeMVP
Posts: 473
|
| Posted: 09/22/2010, 12:00 PM |
|
hehe,
I´m get used to explain things only one time,
but is no problem if i shall do four explanations for you 
Ok so now you´re on your best mood to help,
¿is there any handly example?
Quote datadoit:
Ah, that's a better explanation. Your English is getting better. :)
You'll want to use frames or iframes.
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |
CodeChargeMVP
Posts: 473
|
| Posted: 09/29/2010, 5:45 AM |
|
Using frames is the solution
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |
JimmyCrackedCorn
Posts: 583
|
| Posted: 09/29/2010, 2:18 PM |
|
Quote CodeChargeMVP:
¿is there any handly example?
well, Google has 46,900,000 "handy examples" when you search on "HTML frames"! :D
_________________
Walter Kempees...you are dearly missed. |
 |
 |
JimmyCrackedCorn
Posts: 583
|
| Posted: 09/29/2010, 2:20 PM |
|
BTW, using frames or iframes is NOT a Dreamweaver technique or tool. It is an HTML construct that Dreamweaver (like most HTML editors) happens to make easier to use.
_________________
Walter Kempees...you are dearly missed. |
 |
 |
CodeChargeMVP
Posts: 473
|
| Posted: 09/30/2010, 4:02 AM |
|
I don´t need google,
I´ve got a handly theorycal book which will help me with this stuff.
Quote JimmyCrackedCorn:
Quote CodeChargeMVP:
¿is there any handly example?
well, Google has 46,900,000 "handy examples" when you search on "HTML frames"! :D
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |
CodeChargeMVP
Posts: 473
|
| Posted: 09/30/2010, 4:03 AM |
|
I know,
just there´s some knowledges I need to refresh.
do no tell to my boss. haha ...
Quote JimmyCrackedCorn:
BTW, using frames or iframes is NOT a Dreamweaver technique or tool. It is an HTML construct that Dreamweaver (like most HTML editors) happens to make easier to use.
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |
hidran
Posts: 29
|
| Posted: 09/30/2010, 8:38 AM |
|
With codecharge studio 4 you can do something similar with ajax.
You sorround the dynamic area with an Update PANEL and that area would update using
ajax calls.
You can doit also manually using any ajax library like jquery based on user events.
This http://www.photoviaggi.com/photobook/index.php is a grid with an update panel. If you click next in the navigator, you can see the albums get updated without page refresh. If I add a header and a footer, they will be loaded just once.
I hope this ca give an idea
|
 |
 |
CodeChargeMVP
Posts: 473
|
| Posted: 10/04/2010, 4:40 AM |
|
Thank you very much hidran,
that was the best answer to my question 
Quote hidran:
With codecharge studio 4 you can do something similar with ajax.
You sorround the dynamic area with an Update PANEL and that area would update using
ajax calls.
You can doit also manually using any ajax library like jquery based on user events.
This http://www.photoviaggi.com/photobook/index.php is a grid with an update panel. If you click next in the navigator, you can see the albums get updated without page refresh. If I add a header and a footer, they will be loaded just once.
I hope this ca give an idea
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |