Search found 21 matches

by creative
Fri Aug 29, 2014 9:40 am
Forum: All and Everything
Topic: malware
Replies: 10
Views: 2787

Re: malware

Use firefox, a good firewall and antivirus (thats not norton).
In firefox: ctrl+shift+a / plugins
Make sure flash is up-to-date and that java is either disabled or "ask to activate"

And last but not least, use common sense. Don't download crap, install crap etc.
A computer in the right hands can ...
by creative
Fri Aug 22, 2014 8:24 am
Forum: All and Everything
Topic: Wed design
Replies: 6
Views: 1649

Re: Wed design

Im a designer/programmer for a living.
Could you post some more info about what it is you are looking for.
Do you just need a website template (for example for wordpress) or do you need a website build?

I think the easiest is if you could post what you want the website to be able to do.
by creative
Wed Aug 06, 2014 11:36 am
Forum: All and Everything
Topic: OpenSource Virtual Mistress Idea
Replies: 48
Views: 12653

Re: OpenSource Virtual Mistress Idea

Finally finished VDomina JP Alpha 0.5 https://github.com/creative84/VdomTest
(JP stands for Javascript platform :-P)

Implementing the main code (https://github.com/DareSlave96/VDomina-2) into it should be a breeze compared to the old javascript.

Iv added a ton of things to it and made it less ...
by creative
Fri Aug 01, 2014 11:02 am
Forum: All and Everything
Topic: OpenSource Virtual Mistress Idea
Replies: 48
Views: 12653

Re: OpenSource Virtual Mistress Idea

When the geolocation is enabled permission is requested, unless its a actual app that requests it on install.
So i guess we will just leave it a website and slap on some jquerymobile at a later point.
Cant really test this since i cant instal a webserver on my phone :-P

Local Storage would be more ...
by creative
Fri Aug 01, 2014 8:30 am
Forum: All and Everything
Topic: OpenSource Virtual Mistress Idea
Replies: 48
Views: 12653

Re: OpenSource Virtual Mistress Idea

Have a great vacation :-D
Ill keep working on the ajax part.

Think i also figured out how to setup the geo location code.
The idea is:
- geo location on/off option
- geo location permission is requested (NOTE: also works on desktop pc with firefox)
- geo location is obtained and rounded (to about ...
by creative
Wed Jul 30, 2014 9:58 am
Forum: All and Everything
Topic: OpenSource Virtual Mistress Idea
Replies: 48
Views: 12653

Re: OpenSource Virtual Mistress Idea

I have added a partial complete (working) ajax code to a separate git. https://github.com/creative84/VdomTest

The core.js contains a bunch of unused code that would be used in the future..
You also wouldn't need to change anything in core.js since there are a bunch of callbacks that would let you ...
by creative
Tue Jul 29, 2014 4:19 pm
Forum: All and Everything
Topic: OpenSource Virtual Mistress Idea
Replies: 48
Views: 12653

Re: OpenSource Virtual Mistress Idea

I think javascript should be a requirement, so i would do something like this.
<a href="enable_java_please.html" onclick="menufunction(var); return false;"></a>

enable_java_please.html would be a page containing some message telling people that they need to enable java (that by default only shows ...
by creative
Tue Jul 29, 2014 7:45 am
Forum: All and Everything
Topic: OpenSource Virtual Mistress Idea
Replies: 48
Views: 12653

Re: OpenSource Virtual Mistress Idea

I am used to redo stuff, often its easier and takes less time to redo something then trying to mod and fix it.
Planning is a good idea and important to get a good core script (on wish everything runs).
I think it would also be a good idea to use comments true out scripts extensively. Ever little ...
by creative
Mon Jul 28, 2014 2:58 pm
Forum: All and Everything
Topic: OpenSource Virtual Mistress Idea
Replies: 48
Views: 12653

Re: OpenSource Virtual Mistress Idea

Know how you feel, still have abouts 16 months of programming work to do :look: and right know im at the hard part where i constantly have thousands of lines of code in my head and obviously don't feel like programming even more in the little free time i have.
When i arrive some of the easy parts i ...
by creative
Mon Jun 16, 2014 2:56 pm
Forum: All and Everything
Topic: they scammed me
Replies: 10
Views: 2586

Re: they scammed me

I just flagged it as spam :-P
Just reading it makes me think of all that crap i get in my junk mail.

I bet a IP trace-back would end up in one of the top 3 scammer/spammer country's just like my junkmail.

In the remote unlikely case that this is someone who's main language is obviously not ...
by creative
Mon Jun 16, 2014 10:49 am
Forum: All and Everything
Topic: OpenSource Virtual Mistress Idea
Replies: 48
Views: 12653

Re: OpenSource Virtual Mistress Idea

Traffic should not be a issue since the checking is client side (GPS could suck your battery dry do, but that's a other mater :P).
The location data it self should not be stored on the server but remain on the client "only". The client will tag a location with home, work, etc.. and simply send that ...
by creative
Sat Jun 14, 2014 7:54 am
Forum: All and Everything
Topic: OpenSource Virtual Mistress Idea
Replies: 48
Views: 12653

Re: OpenSource Virtual Mistress Idea

Just did a quick google and apparently this should also be possible without a app. https://code.google.com/p/geo-location-javascript/
by creative
Fri Jun 06, 2014 7:01 am
Forum: All and Everything
Topic: OpenSource Virtual Mistress Idea
Replies: 48
Views: 12653

Re: OpenSource Virtual Mistress Idea

Custom packages could be done using auto-includes. For example a punishments folder with a main script that auto loads the other scripts in that folder (easy to program).
However to not force people to write actual php code a xml interpreter might be a better idea.. (so having a main script that ...
by creative
Wed Jun 04, 2014 11:51 am
Forum: All and Everything
Topic: OpenSource Virtual Mistress Idea
Replies: 48
Views: 12653

Re: OpenSource Virtual Mistress Idea

My neither, looks cool do, i "think" i just send you something there. No idea what a pull request is do :lol:

If i manage to figure this out.. i could put a working ajax example there. Its easier to decide what to do when you can see it in the working. I would go for ajax instead of iframe since ...
by creative
Wed Jun 04, 2014 8:24 am
Forum: All and Everything
Topic: OpenSource Virtual Mistress Idea
Replies: 48
Views: 12653

Re: OpenSource Virtual Mistress Idea

Never worked with github, but after a little googling it looks like it might be very useful.

For the code i kind of have to assume you have little experience with using classes or simply choose not to use them.
Classes are easy to learn and in super simple are just like function except they can do ...