Jump to content

moose-en-a-gant

Members
  • Posts

    164
  • Joined

  • Last visited

Everything posted by moose-en-a-gant

  1. I see your point. Okay then for now I will optimize for split screen and a search engine will be in another browser tab. Thanks for the warnings. I was interested in getting their attention to see what would happen but they must know that I have no value so... another time I suppose.
  2. Ehh... I don't like either of those options, consumers are lazy man... you don't hand them a soldering gun and some circuit boards and tell them "400 hours later, you will have an iPhone" What is this about proxy? What could go wrong with a browser embedded in a website? Scuse me for being ignorant / naive but what are the potential damages?
  3. "re-inventing the wheel" yes that does seem to be a pattern It's all in one, you know, a car that also has a bath tub, a fridge and a built in grocery store? Come on... who wouldn't want that? Thanks I'll have a look and use "my research tool" haha
  4. What does that mean? Literally what I would like to have is to open "google.com" in a frame and then browse in their and visit any webpage as if it was in a separate tab... It's a research tool. Browsing random places whether it's a wikipedia article or a white paper... you have them side by side and collect random information like writing notes into a notebook. I'm going to start working on this project again so if I figure something out I'll post it. And thoroughly analyze the options you have provided. Thanks
  5. Man I must not be good at conveying my thoughts. I am trying to have say "Google" in my website, where the browser operates independently of my website with the exception that it is inside my website. I thought an Iframe would have done that but apparently or if not obvious, this doesn't happen. It's just more convenient than searching the interent in a separate tab eg. split screen. Do you see the current design, a browser is supposed to be on the left. Yes the ad is controversial eg. if I am using Google or a browser in the website then am I technically stealing... so that ad can go it's not a big deal. Thank you for the detailed explanation of browsers.
  6. Man I must not be good at conveying my thoughts. I am trying to have say "Google" in my website, where the browser operates independently of my website with the exception that it is inside my website. I thought an Iframe would have done that but apparently or if not obvious, this doesn't happen. It's just more convenient than searching the interent in a separate tab eg. split screen. Do you see the current design, a browser is supposed to be on the left. Yes the ad is controversial eg. if I am using Google or a browser in the website then am I technically stealing... so that ad can go it's not a big deal. Thank you for the detailed explanation of browsers.
  7. Actually I'm going to do this now. I will try the suggestions, thank you, I'll report the results.
  8. Hi thanks for all of your help (including person above ^^), I haven't implemented the changes yet. I just noticed this problem on the mobile version. I haven't actually used cookies, only sessions, do you need them both? I'm going to implement the changes today. I just have to get a different project finished so that I can advertise that and while I wait I will further hone this website. Thanks for your help.
  9. The output doesn't have to be in a string... it was how I solved the problem. I'm talking about the the thumbnail shown on youtube videos before they are played. So currently the output looks like this: This is a screen shot from the current interface on the desktop version. This is an outdated design, I've already redesigned it and hopefully it will implement the video embedding/auto-parsing as well as dragging to reorder / update / delete entries / change keeyphrase/topic So you see it's just simple text that I can't edit... I could save it as a new entry but it won't update the original. The problem isn't updating. If ideally I was able to output into individual rows (which I have done in the past without parameter binding) I could format each to have their own panel that can be dragged, etc... as shown in the ideal sample output below So... what should I do? I've formatted rows before to have a background, width, etc... using CSS, but that was without using parameter binding.
  10. Why do you say that? Isn't a web browser accessed by the internet? I don't understand what you are saying. It's a learning tool, you are researching something, and you copy random information whether it's a photo, a paragraph, a link, a video, etc... Ideally you see both interfaces if not clone a browser and the learning tool is implemented in that browser. The problem on the phone end is that I have to switch between browser pages, and in the process of doing that, I lose the session value which could be desing/code problems... Mainly I'm after wikipedia but youtube and other web pages / any web site would be nice.
  11. Sorry to mark this as unsolved, I had a question Is there such a thing as parmeter binding for file upload? I would presume not since it is directly done through a file manager and a file can hold theoretically anything... but it is a file eg. not an injection threat... but I'm not sure, can someone shed some light on that?
  12. Yeah I am looking for cheap hosting for basic site requirements but I may find that a VPS or Dedicated server is better and purchasing new dedicated IP's These aren't for me but for customers, I need to have some on hand and ready to go rather than buy it for them I like their SSL deals that come with their best shared hosting plan / a new account or something Thanks for your response
  13. Thanks for your response I found these pages, which may be useful http://download.cnet.com/Embedded-Web-Browser/3000-12512_4-10605652.html http://download.cnet.com/Embed-Browser/3000-2070_4-10508628.html http://msdn.microsoft.com/en-us/library/ms952618.aspx Again thanks for your response
  14. yeah I'm trying to use the mobile version of the website and when I go from one browser page to another, the session value is lost... I use a windows phone, I'm not sure how I can get around this problem To re-iterate, if I am in the website, and I open up a new browser page, copy something in the new browser page, go back to to the first browser page, the session value is unset... What should I do? Or is this... well I can log into other websites and refresh / navigate between web pages and not lose the session value eg. stay logged in so it must be my code.
  15. I'm not sure if this is possible Previously I had a problem of outputting rows of a specific query This was the solution that was given to me $txt .= $date . " " . $stratoparse . "\n\n"; Where a while loop's results were concatenated to a single string What I would like to do is output the results in individual containers with controls such as dragging for repositioning / an x for deletion That's not what I'm here for in this post I want to embed youtube videos, so they are not just stored as links, rather a clickable video so if you have something like string.string2.string3.string4.string5.<iframe src="youtube"...>.string7.string8 how would that video be isolated and parsed / understood as a front end youtube video ? To provide a brief background in case you are wondering why in my right mind, I would want to do this... First it is the primary solution that comes to mind going off what already works Secondly, the purpose or point of the concatenated string comes from the "application" design which is a store and recall interface. Vague, I know. The website has multiple users and they all have access to a single database. They save random strings, whether they are paragraphs or links, possibly videos that are uploaded, etc... these are saved by a keyphrase, later recalled by searching that keyphrase. Currently the output is nothing more than a concatenated string, that was fine initially but some of my friends have been testing the website and they made suggestions which are good such as repositioning and deleting entries. Now I want to automatically parse youtube links into embedded videos... I'll probably use that explode "function" to disect the link and place the url within the src=" " Anyway, I have to look into this but if anyone has any thoughts I'd appreciate it.
  16. I'm creating a learning tool where people can paste in information and learn about random subjects. Ideally for a desktop view eg. widescreen, a browser/search engine is on the left, and the interface is on the right. So I need to embed a browser, I have tried to embed Google but I think, obviously, that they do not permit that. I have seen possible alternatives like Chromium or Mozilla not firefox, something else "Gecko?" Anyway, aside from not knowing what a browser is... for example how else can you access a website without a browser, SSH right? But it's about parsing / interpreting the languages correctly... So what options do I have? Or should I just optimize the website to be used split screen with a browser in a separate tab? (Currently what I'm doing).
  17. I'm looking at shared hosting provided by GoDaddy. On the shared hosting they offer, entry process limitations range from 100 to 125. I was also told this by customer support: So what is an average user count that I can conclude? I don't want to think that "it's not possible" I just need to know what limitations I'm looking at. I'm also curious what kind of error would be generated if more than 100 or 125 people tried to access the server simulataneously. Or perhaps employ an access delay of some sort.
  18. I don't know, it seemed simple but it turns out I don't know what to do. I was told that storing a photo as a blob was much harder than simply storing a photo's url or directory location... So... when a file has been selected through the browse-file manager triggered by <input type="file"...> and the file selected is shown, when a person pusehs "upload" what is supposed to happen? Do I need some kind of FTP client to access the server and place the photo in there? It seems so easy in a way like the built in filemanager in cPanel... What am I missing? Thanks for any help.
  19. Yeah it was mostly a curiosity as I'm not able to develop per platform right now, talking objective c, java, c# hmm... Anyway thank you for your responses.
  20. I'm trying to create a wireframe for my website, why am I reinventing the wheel? I don't know... the wheel is not good enough I guess... Anyway, I'm curious how... well I think anything is possible you know... I have this page called "features" which have basic website features like forms, login, file upload, emailing, etc... Ideally people would just drag those over a background / canvas and position it around, nothing new. But what would also be ideal is that when the person preses "save" or "buy" databases are created and assigned to those values... So that rather than placing an order and waiting, the website is ready to go... I know, nothing new I don't look at what services exist already, I know it seems dumb like "Why not check the competition / what exists." Well I try to come up with everything on my own relatively, I mean you guys are helping me by telling me what to do haha but... I don't know... I may have been hired to desing a really basic website for $400.00 can't count my chickens till they hatch but that's really cool. Like a fantasy turned reality... there is a catch though... "endless revision" lol... it's like, oh.... right
  21. No it's a sell per use, kind of deal. A person needs good internet, one guy, person A, has say cricket (me haha) with terrible service, and another person, person B, has say ATT (past me). Person A opens up the app, and looks for people broadcasting... Person B has the app as well and is broadcasting <- this is not like this of course to save on battery So, when both parties have "shaken hands" eg. "Do you accept to sell data to this person"... continue Then person A starts to receive data from person B. Person B starts to receive money per kB used... ideally they both have bank accounts set up. The problem is the financial aspect, does it actually make money? And thank you for your responses, very much. It is nice to talk and not just disregard as "dumb" or whatever...
  22. Okay it may take a few days, I'm trying to set up another website but I absolutely need this to work properly. Thank you for the documentations and advice.
×
×
  • 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.