Tagged with html - Personal View Talks http://personal-view.com/talks/discussions/tagged/html/feed.rss Sun, 12 May 24 01:05:00 +0000 Tagged with html - Personal View Talks en-CA Personal-View.com website design - Responsive Design for Mobile Devices? http://personal-view.com/talks/discussion/11864/personal-view.com-website-design-responsive-design-for-mobile-devices Fri, 28 Nov 2014 18:16:43 +0000 DanDOF 11864@/talks/discussions Hey everyone, I like to read this website on my iPhone and felt inspired to try to convert this website to a mobile friendly design. I know a little CSS, so I came up with the following changes to propose. Vitaliy, you can preview these changes by loading the website in Chrome, right clicking any page and clicking "Inspect Element". Then go to the "Sources" tab of the inspector and paste the following code TO TEMPORARILY REPLACE your current style.css code. The changes will only affect your browser until you reload, they don't change what's actually on the server.

Code is here: https://www.dropbox.com/s/jx8kvy7jw4lxtwi/style.css?dl=0

Here is a demo/preview of the changes:

I welcome Vitaliy or other people to improve on these changes, I don't need any credit.

]]>
How to embed photo and video directly from google drive http://personal-view.com/talks/discussion/7379/how-to-embed-photo-and-video-directly-from-google-drive Fri, 28 Jun 2013 13:17:35 +0000 maxr 7379@/talks/discussions  

UPDATE

Doesn't work any more with video, my precious precious bandwith


intro: by no means I master code, html or anything related... maybe just stupidity :D
I like to find new ways, easier ways (other than stupid I'm lazy as hell) to do whatever I need/want to do.
google drive gives you 15 Gb of storage, that's 4 times dropbox's offer. dropbox it is very easy to link and embed, not so G drive.

in your google drive, select the image (still or motion) "sharing" options and change it from private to "anyone with the link"

then copy the link something like this https://docs.google.com/file/e/0Bxdrjp4jb-YsOHTjQWlqa0x3LWc/edit?usp=sharing

take the long sequence of letters and numbers and pasted at the end of this http://drive.google.com/uc?export=view&id=

so would look something like this http://drive.google.com/uc?export=view&id=0Bxdrjp4jb-YsOHTjQWlqa0x3LWc

if it is a still image you can now just embed it wherever you want, i.e. in this forum's (markdown) post ![text]•http://drive.google.com/uc?export=view&id=0Bxdrjp4jb-YsOHTjQWlqa0x3LWc changing the "•" for "( ... )"

if it is a video it's a bit more complicated and google is very attached to its bandwith, anyhow the easy way - tested in .flv, mp4 and .mov videos - go to this video link generator paste your link and choose title, size and flash player. probably depends on site and browser configuration but I got good results with HTML5+flash

that's it, if you've got better way please share ;)

gashô

PS - though in leaving a nice example of what's this technology trick good for ;)

test

]]>