Jump to content

MrTIMarshall

Members
  • Posts

    69
  • Joined

  • Last visited

MrTIMarshall's Achievements

Member

Member (2/5)

0

Reputation

  1. tornhq.com/InteractiveMapExternal.php= Get=MapSelectionInfoCurrent ​- To load the #current information tabs maps-slider - To load the slider maps ​&Country=World will show all of the countries, any other country entered such as United-States will load the tabs for all of the states or all the images for the slider. This is a basic URL I would like to be able to generate whereas there will eventually be '&Region', and deeper sorting. I am not yet completed with the current page of countries for the Earth and the slider has been removed for the time being, but what has been currently made you can view here: https://tornhq.com/WorkingOn/InteractiveMap/implementing.html#Main Upon clicking a country on the slider (when I refer to this I currently mean the bottom bullet points), it will switch the content under the #Current tab of the #Map-Selection-Info. There'll be a link to be able to focus in on the selected country from, if you clicked on United States; tornhq.com/InteractiveMapExternal.php=Get=MapSelectionInfoCurrent&Country=United-States tornhq.com/InteractiveMapExternal.php=Get=maps-slider&Country=United-States And remove; tornhq.com/InteractiveMapExternal.php=Get=MapSelectionInfoCurrent&Country=Earth tornhq.com/InteractiveMapExternal.php=Get=maps-slider&Country=Earth With the exception of 'Earth' not being a country. On one of these links will simply be the content needed to be shown on the page, so no styling, just the div's and whatnot. On the page, on first load it will load the default information. I would like help to firstly know if this is the best way round doing something like this and also setting something up like this as I do not have a clue what to search for. There may well be some good tutorials out there already, however I have no key-words to go by as this is a new thing for me. The only thing I currently know is what the contents will show, although I have not made them all, and that my page which will fetch the data will need to be in php, but I am not sure if this is the best or even a good way other than setting up a database with this information in, of which would be a bit of a nightmare for myself. Thank you for any time spent in following up my questions and your help and/or advice you provide, I am very grateful! Best Regards, Tim
  2. Hello, Firstly, I would like to know how to setup a page, of which you can do something alike the following; mydoman.com/InteractiveMapDataFetch.php?=COUNTRY=United-Kingdom&Region1=England - Fetches England Data mydoman.com/InteractiveMapDataFetch.php?=COUNTRY=United-Kingdom&Region1=England&Region2=North-West - Fetches England, North-West Data Each page will have code on to be fetched by the bigger document, just plain code with no styling as the style sheet is attached to the bigger document and whatnot. This is my idea on how to have my massive page, not be so massive in code at a singular time to enhance loading speeds and whatnot. Secondly, I would like to know how to have a content switcher via a link click where the current data will be removed and the new data will be loaded. Could someone please help me make a very basic version of this to get to grips with and then implement it into my website? Thank you for any time spend in following up my question and for any help and/or advice given. Best Regards, Tim
  3. Okay, well I have the concept on how to do things, and I think I know how to program certain aspects to provide a live demonstration, therefore a specific question would be; How can I, with the aid of any other programming language, allow the user to either drop files onto the page or via browsing into a temporary location on my own server space and show these in the #LivePreview section? Best Regards, Tim
  4. I strongly disagree with you haku and think you should not underestimate what someone has the ability of achieving. There may well be a billion CMS systems out there already, however I would like to create my own basic one and build it up from there. You could say that I would like to make a Facebook profile editor with a live preview, of which should not be difficult at all as you do not need much information to do so. On my searches, I cannot find anything on the basic level, all with features I do not wish to even have. All I need is, basing what you can do on Facebook; Upload images to use, be able to delete them and set maximum width/height for certain images for different sections. Add information for sections Upload other files such as videos I am not building anything for Facebook, I am just using it as an example as it is widely used and therefore known about and you should be able to understand what I wish to accomplish. More features will come at a later date, but for the time being, this is all I wish to have to work upon. Best Regards, Tim
  5. Hello, I'll be using this for a page creator/editor where in the resources tab they can upload multiple files depending on their account type. They will then be able to, for example the header of their page, check for it to be an image they have uploaded and it will show o the live preview below. I am finding it very hard to find a file uploader which stores the file in a temp location on my server and not the likes of the Google API, delete the file and cancel the upload and could really do with some help. I only really need the PHP and whatnot, no styling as I can work on that myself. Thank you for your help, Best Regards, Tim,
  6. I have found this for my image uploader and preview: https://github.com/blueimp/jQuery-File-Upload However I do not have a clue what I am doing, so many files and whatnot I might look for another one.
  7. Thank you DaveyK. I don't suppose you know of any examples I could build up on or if you could provide a very basic one yourself and is it possible to show an image without actually uploading it to the site until they decide to submit the page details beforehand, show the image via their local on the page for them or if not store the image on my server into a temporary location which deletes if they cancel or exit the page so I don't end up with loads of random images which aren't needed? Best Regards, Tim
  8. Hello, I would like to start from scratch, or the basic level, to be able to improve upon and whatnot for a page builder/editor. I am just presuming that the language needed is PHP to be able to edit and create new pages as it is server-side programming which is needed, yet again another presumption as I am not familiar with PHP. This builder doesn't yet need to work, but I want to make sure I program it in a way which it can build/edit a page. The editor will be made at a later date, of which I would like to know if I would need to submit information to a database via the page builder to be able to edit at a later date. For the time being, I would simply like to know how to make a page builder of which a live preview is available in a preview area. The page will have a side menu, JQuery Accordion style, of which will change the content to the left and when you change the content of anything the live preview updates. If this part does not need PHP, please let me know and I'll find somewhere else to post this thread and will come back at a later date to find out the PHP information I need. Thank you for your help, Best Regards, Tim
  9. Hello, http://www.mywebsite.com/viewestablishment.php?=COUNTRY=UK&Region=Northwest.... I would like to know how to make a new page after completing a multi-step Javascript creation forum. I have not yet started this form, however I do have a template from an old project. I have not yet started this form to see if this is the best option to go around doing so. The example link above is something I would like to generate similar to. The #1 of the forum will categorical the new page to know what country this listing is for, where about in the country and the name of the listing. If Javascript is the best way, and I should first make the forum please just let me know as I am not only looking for an answer, but confirmation. I gather I'll need to make a template too, I'm not sure how exactly though, I do know how to make a page, but do I simply make this page with no content, just the empty divs and whatnot? Best Regards, Tim
  10. Hopefully this image I just made is what your looking for? Best Regards, Tim
  11. I have not yet downloaded your .zip as I plan to do so when I am more refreshed tomorrow, however I am wondering if the image background needs to be black to show the phrase or can it be transparent to be used on a sky for example? Thank you for uploading the files. Best Regards, Tim
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.