Is there any way of developing random content for a Webpage through using keywords and Google? This would random in a respect but within the peripheries of these keywords so content could be lightly directed to certain subject matter
Would the most sensible starting point to use a JQuery function? I was thinking the typewriter application could be a possible option
Any initial pointers would be very much appreciated
Thanks!
Related
I am trying to make a seamless process for creating engineering part drawings that have interactive balloons that will somehow go to the part you clicked. A part balloon contains a part number, I want the user to be able to click that part number to go to that selected part number drawing.
What I am asking help for is if anyone knows or has any recommendations how to achieve this.
We use Solidworks as our CAD software. Currently we create save a copy of the drawing in Solidworks to PDF and that is then converted to an enlarged PNG programmatically. There are currently no hooks, anchors or tags associated with the PNG. The PNG is displayed on our parts browsing website. Currently you cannot interact with the drawing on the webpage other than zooming in and out.
I can change that process to whatever will work, but it needs to be almost completely automated. Any ideas would be appreciated.
So far I have looked into adding JavaScript to the actual PDF document programmatically, but I do not fully understand the interaction between web based JavaScript and PDF JavaScript. There is not much online either, or else I couldn't find it. I have also looked into adding links to the PDF, but i cannot get it to open in the current iFrame when a user clicks a link on the PDF, where i would normally user target="_self" to mitigate this.
Please let me know if I can clarify something, as there is a lot of information and it would be overwhelming to write on here.
[background]
currently I'm working on a little web project for data visualization and I want to use create a tagcloud or wordcloud with cloud layout of the javascript d3 framework (d3 cloud layout).
I've built some examples that almost satisfy my requirements. The only thing that doesn't work is, that some words/tags aren't displayed in my tag cloud.
As far as I understand the placing algorithm for the tags, this comes because the algorithm finds no suitable place to position all tags without overlaying other tags.
My question: How can I display all available tags and is there a setting in the framework to do this?
I'm rather new to javascript so I had quite a hard time to understand the whole cloud layout and the positioning algorithm to find a way to achieve my goal.
I am developing a website and I am a very beginner to php.
this is my google map.
http://ceylonembedded.com/map2.php
I want a user to be able to draw a boundary when he accesses my site froma mobile or from a browser to be able to generate an alert by the system when something crosses the boundry.
Can someone please tell me what the better way to do this?
I understand I need to know good Google map API.
other than that do I have to lean JavaScript?
Or do I learn Jason? or any other technique?
A series of guidance would be so much appreciated.
One possible way would be to make the whole website a canvas in html5, and every frame, import the image from a offscreen google map. Then, you could draw whatever you'd want on your canvas using javascript; however, I cannot guide you through the process, it's just a hypothetical solution.
I have a request form a client and am looking for advice on the best procedure. I believe that HTML 5 can help however I'm not too experience in the more advanced features of HTML 5 to come to a conclusion.
Basically my client is looking to have a universe which in effect really is just a large graph. Plotted within the universe are elements that are added by users. This amount will increase over time. Hence the graph will increase in dimensions. The idea is to see the universe as a whole with small dots representing elements. Then a user can zoom in and/or pan the universe to discover different elements. Clicking an element bring up a dialog and more information can be gained. Zooming can happen in real time or is it acceptable to click a region and it gets bigger.
My assumption is that the best way to go about this is to use HTML 5 and Javascript. However as stated I'm new to HTML 5 and its limitations.
It would be nice if it could be light-weight and accessible on multiple devices (mobile, tables, etc).
Is HTML the solution here? What would be the best practice? Any suggestions?
A while back I built something very similar by integrating with Google Maps. I pulled addresses from my database, converted using a Geocode tool, then with PHP/Javascript combination I input the data into Google Maps (just using a simple foreach loop) and stuck the code on my site. In all, it was pretty simple since Google handles most the application.
The hardest part, IMO, was validating the addresses and converting them to Geocode.
If you want to take this route, here are some helpful links:
GOOGLE MAPS INTEGRATION DOCUMENTATION (pretty much contains everything you'll need to know)
https://developers.google.com/maps/documentation/javascript/
GEOCODING WITH GOOGLE (Limits you to 2500 hits per day)
https://developers.google.com/maps/documentation/geocoding/
And the rest I'd search here in stackoverflow.
Hopefully this helps point you in the right direction.
I started to create a script that allows me to split a big image into small pieces,to zoom, drag , etc.
I want to know what are the possibilities to load the small images just in the active area like in Google Maps (visible). I thought to try to determine the approximate location of one element with some calcules and to determine the element with document.elementFromPoint, but it's not a cross browser solution.
Another solution could be: loading from the beginning just the images from active area and when the user drag or zoom the script must calculate the elements that are new in active area.
see here what I mean active and inactive area: http://i.stack.imgur.com/mRY5K.jpg
PS: I searched the entire site but I did not found an answer. I read also this topic : How does Google Maps work? , but I would like to develop myself the script. (I don't need the complexity of Google Maps, just few features)
Look into DeepZoom. Its an opensource project that does exactly what you want. Its written for .net... but i think it might be what your looking for
DeepZoom is created by SeaDragon and is built for silverlight but they also have a Javascript implementation too called SeaDragon Ajax