Added ajax saving and auto-saving to daily750.com woop
[QUOTE=KmartSqrl;39808220]Check out rescuetime.com, it's like this but automated (for computer usage at least)[/QUOTE]
I would use this if I weren't so afraid of having a log of what/how much porn I watch
[QUOTE=Snakess;39805062]Are you able to release the source you used? would be interested to see![/QUOTE]
[url]http://docs.solusvm.com/client_api[/url] there's the main client-side API for SolusVM
I like issues that force me to learn new things. If you notice above in that screenshot of Timelog, all the months are wrong due to an off by one issue I didn't notice when using Date.getMonth() (which returns a month 0 to 11). To fix this, I had to learn how to update all of the entries and how to increment the months all by one. I then fixed the JavaScript on the client end since all submissions aren't date checked. They don't really need to be. Unless you want to sabotage your own entries? You'll be able to edit them in the future anyway.
KmartSqrl also mentioned automation which I can implement by means of a browser plugin to check what sites you're visiting and when, and a desktop application to track what applications you're using. Since this data would bombard natural input, I'd probably want to put them in as separate figures with separate graphs or something.
[editline]6th March 2013[/editline]
[QUOTE=TrafficMan;39817159]I would use this if I weren't so afraid of having a log of what/how much porn I watch[/QUOTE]
Maybe it would be smarter to have a whitelist of sites logged.
[QUOTE=acpm;39819774]KmartSqrl also mentioned automation which I can implement by means of a browser plugin to check what sites you're visiting and when, and a desktop application to track what applications you're using. Since this data would bombard natural input, I'd probably want to put them in as separate figures with separate graphs or something.[/QUOTE]
You don't need any browser plugins for rescuetime IIRC, you can probably ask the browser what site it's on somehow.
[editline]6th March 2013[/editline]
[QUOTE=TrafficMan;39817159]I would use this if I weren't so afraid of having a log of what/how much porn I watch[/QUOTE]
I'm pretty sure you can either have a whitelist or blacklist for the site tracking.
[QUOTE=KmartSqrl;39820391]You don't need any browser plugins for rescuetime IIRC, you can probably ask the browser what site it's on somehow.[/QUOTE]
You can always read the window title :v:
[QUOTE=Gran PC;39820601]You can always read the window title :v:[/QUOTE]
Yeah, but then if you want to see cumulative time on a website like facepunch, you have to parse the title and every website does titles differently, so you'd have to set up rules for each website you wanted to track. If you're grabbing the domain you can group them all automatically.
[QUOTE=KmartSqrl;39820852]Yeah, but then if you want to see cumulative time on a website like facepunch, you have to parse the title and every website does titles differently, so you'd have to set up rules for each website you wanted to track. If you're grabbing the domain you can group them all automatically.[/QUOTE]
I don't think any browser exposes APIs to get the website an user is viewing.
[QUOTE=Gran PC;39820899]I don't think any browser exposes APIs to get the website an user is viewing.[/QUOTE]
This is not cross-platform but you can grab the URL from Chrome_OmniboxView using the Win32 API. You can use Spy++ to get that info.
That or hook a extension on page load which records window.location.
[URL]https://chrome.google.com/webstore/detail/time-tracker/mokmnbikneoaenmckfmgjgjimphfojkd[/URL], or this may be what your looking for.
-snip-
So you're branching off image hosting into social networking too?
[QUOTE=Jelly;39828104]So you're branching off image hosting into social networking too?[/QUOTE]
You'll have the option of making your images public or private, when you make it public and enable social networking then it will become an social environment I guess. Also, the front-page will and always will remain an area where you simply drop your images, I find it to be one of the more important aspects.
Anyone here use Notepad++ and is interested in a theme I'm working on for fun?
[img]https://dl.dropbox.com/u/69162797/misc/nppgz1.jpg[/img]
[img]https://dl.dropbox.com/u/69162797/misc/nppgz2.jpg[/img]
[img]https://dl.dropbox.com/u/69162797/misc/nppgz3.jpg[/img]
[img]https://dl.dropbox.com/u/69162797/misc/nppgz4.jpg[/img]
[img]https://dl.dropbox.com/u/69162797/misc/nppgz5.jpg[/img]
(Thanks GMod for helping with making LUA template :v:)
Currently adapted HTML, CSS, PHP, JavaScript, LUA, all C languages, INI files, and the search results so far. If anyone is interested in this I will work on it a bit more and release it.
eh - don't quite like the color. And I think most people here use Sublime
[QUOTE=Killervalon;39828899]eh - don't quite like the color. And I think most people here use Sublime[/QUOTE]
What's up with the colors that make you say that? I'm trying to go for a dark and colorful, yet subtle theme. The colors for HTML/PHP/XML are my favorites, with CSS coming in a close second, as it could use some more work.
It might just be the JPG desaturation / quality decrease
[t]http://puu.sh/2dyq7[/t]
Currently working on this website for a music based YouTube channel, thoughts?
I'm not really sure what to do where i have the buttons that say "View on YouTube"
[QUOTE=Spero78;39830423][t]http://puu.sh/2dyq7[/t]
Currently working on this website for a music based YouTube channel, thoughts?
I'm not really sure what to do where i have the buttons that say "View on YouTube"[/QUOTE]
Under the button:
date added?
views?
comments?
likes/dislikes?
Also not 100% on the background photo as well as the 3 large ones up top, IMO it's much cleaner with just white, and adds focus to the top:
[thumb]http://i.imgur.com/raN2SFh.jpg[/thumb]
[QUOTE=Fizzadar;39831374]Under the button:
date added?
views?
comments?
likes/dislikes?
Also not 100% on the background photo as well as the 3 large ones up top, IMO it's much cleaner with just white, and adds focus to the top:[/QUOTE]
Like the ideas for under the button, going to try and implement some of those, with the background image. Client specifically wants the image not much i can do
[QUOTE=Spero78;39832856]Client specifically wants the image not much i can do[/QUOTE]
Show them what it looks like without it and explain why you think it looks better without. It's your job to try to deliver the best final product you can, and it definitely looks better without the background image. If you show them a comp without it then you've at least tried :)
Soo I just attended Microsoft Tech Days Netherlands and saw a keynote thingy about Visual Studio 2012 web essentials extension.
Now I may not be much of a web developer but the increased workflow and extra functionality it added to web development just amazed me. Anyone here worked with it?
[QUOTE=mobrockers2;39833221]Now I may not be much of a web developer but the increased workflow and extra functionality it added to web development just amazed me.[/QUOTE]
Anything specific stand out?
[QUOTE=Jelly;39834364]Anything specific stand out?[/QUOTE]
css, html, javascript, lesscss real time compiling to enable intellisense (VS autocompletion) in all of those really stood out. Another thing is automatically making your css compatible in all major browsers by autocompleting your css with the implementations of other browsers.
Chrome's inspect element viewer build into VS, showing the website on one hand, and the code responsible for the element you selected on the other side. With javascript it can also show all the steps taken to produce what you see on the website in that same window.
Changes will be reflected on the preview right when you edit them so you don't have to save your work and check in your browser what it did.
Tbh I forgot most of it already, but those are already fairly impressive imho.
I started working with vs 2012 not too long ago. Its decent to work with. Nothing too special. I was supposed to go to the techdays as well but I had way too much work to do.
[QUOTE=Miljaker;39837025]I started working with vs 2012 not too long ago. Its decent to work with. Nothing too special. I was supposed to go to the techdays as well but I had way too much work to do.[/QUOTE]
There's still today.
Also it's not VS that has this functionality (yet, i've been told), it's the web essentials extension that adds this all.
[url]https://www.facebook.com/about/newsfeed[/url] - does anyone else think the left hand side bar is a slight copy of google+ ?
Sarcasmic.
One of the main reasons behind the new "non cluster" fucked design is larger ads in my opinion, being able to see your feed is just a bonus.
Graph search is extremely creepy. I got accepted a while ago, you can do queries like "Images of my friends who are women interested in women" and "Images liked by X".
[QUOTE=Jelly;39841777]Graph search is extremely creepy. I got accepted a while ago, you can do queries like "Images of my friends who are women interested in women" and "Images liked by X".[/QUOTE]
[url]http://www.weknowwhatyouredoing.com/[/url]
Sorry, you need to Log In to post a reply to this thread.