Ah. That would explain why it looked a bit off. I just checked it and it does appear to be correct now.Originally Posted by bcannon
All you need to do is make changes to your templates to include the links that you want to have. It's basic template/HTML design. The way you have done it, you could have easily built a table that ran along the left side of your page that contained the links. One thing to understand is that the templates are just guidelines. You can pretty much put whatever code that you want into your templates.Originally Posted by bcannon
As for your iframe idea, if I were doing it, I wouldn't use the iframe approach. This can create security problems as you can run into cross site scripting issues. A better approach would be to wrap vShare around whatever you wanted at the vShare site versus using your shopping cart.
This is like comparing Apples to Oranges. Technically, anyone can use PHP coded links. However, you need both optimized and scaled software as well as optimized and scaled hardware. YouTube is not a site consisting of a server. Rather, YouTube is a site consisting of a server farm. They have separate servers that deal with each aspect of their site (page rendering, databases, file conversion, storage, processing, etc). For them, they have so much power behind running their site that things that would typically be server intensive do not matter. For the small guy running vShare, you have to consider that, by the design of vShare, all processing is handled by a single server. Because of this, you have to be very considerate of what processes you want to take on and what processes you can live without.Originally Posted by bcannon




Reply With Quote
Bookmarks