Search found 109 matches

by JackWebb
Fri Dec 25, 2015 11:04 pm
Forum: Off Topic
Topic: Merry Christmas Everyone!
Replies: 14
Views: 4637

Re: Merry Christmas Everyone!

Merry Christmas! :D
by JackWebb
Wed Aug 19, 2015 3:30 am
Forum: Coding Questions
Topic: Disable or Hide a menu title (not subitem)?
Replies: 8
Views: 1841

Re: Disable or Hide a menu title (not subitem)?

Keya,

You might try something along these lines.

EnableExplicit

Declare ShowMenu(MenuToShow)

If Not OpenWindow(0,200,200,200,100,"Menu Test",#PB_Window_SystemMenu)
End
EndIf

CreateMenu(0, WindowID(0))
ShowMenu(1)
ShowMenu(2)
ShowMenu(3)

MessageRequester("Menu Test", "Continue?", #PB ...
by JackWebb
Tue Aug 18, 2015 10:00 pm
Forum: Coding Questions
Topic: Navigation Callback not working - Default Browser
Replies: 0
Views: 739

Navigation Callback not working - Default Browser

Okay so..

I want to suppress navigation using IE from within a WebGadget, and use the default browser in it's place (the way it should be). The sample code below works fine and demonstrates what I am trying to accomplish. The problem is, it doesn't work in my working program. I suspect this may ...
by JackWebb
Sun Aug 09, 2015 8:57 am
Forum: Off Topic
Topic: If you have a website you want to read this.
Replies: 16
Views: 5238

Re: If you have a website you want to read this.

Hiding whois information does not reduce your Google ranking. ... You can't have zero whois information You're absolutely right; you can't have zero whois information . But the whois information lists the proxy company as the registrant , and that's what affects SE rankings. Let me tell you why ...
by JackWebb
Sun Aug 09, 2015 7:57 am
Forum: Off Topic
Topic: If you have a website you want to read this.
Replies: 16
Views: 5238

Re: If you have a website you want to read this.

There is already a law in Germany stating that you have to include a link on every of your sub pages directly to your "Impressum" with your address and two ways of electronic contact (no webform!) and the same for your privacy policy. This law is not only for websites, but also for apps, which ...
by JackWebb
Mon Jul 20, 2015 6:48 pm
Forum: Off Topic
Topic: If you have a website you want to read this.
Replies: 16
Views: 5238

Re: If you have a website you want to read this.

There is already a law in Germany stating that you have to include a link on every of your sub pages directly to your "Impressum" with your address and two ways of electronic contact (no webform!) and the same for your privacy policy. This law is not only for websites, but also for apps, which ...
by JackWebb
Mon Jun 29, 2015 1:37 am
Forum: Off Topic
Topic: AndroidCoding is my Dreams
Replies: 50
Views: 14276

Re: AndroidCoding is my Dreams

Hi all
how can i coding a apk by PB? is there a real way?

Alireza,

APK is nothing more than a ZIP file. You can rename any APK to ZIP and view the contents. APK is what Google calls "native" because the APK (ZIP) installs the scripts and file structure. It's actually quite clever in it's ...
by JackWebb
Mon Jun 29, 2015 12:52 am
Forum: Off Topic
Topic: If you have a website you want to read this.
Replies: 16
Views: 5238

Re: If you have a website you want to read this.

All they need to do is set up an email specifically for WHOIS that aren't actually used. It's that simple. For example, in my own personal case, my WHOIS email is whois@somewhere.com, but I don't use that email. People can spam it all they want. I won't see it. They can see my real name and address ...
by JackWebb
Mon Jun 29, 2015 12:28 am
Forum: Off Topic
Topic: If you have a website you want to read this.
Replies: 16
Views: 5238

Re: If you have a website you want to read this.

What sort of legit business/company hides their WHOIS information? Makes them look dodgy.

We're not talking about legit business/company here.. We're talking about ANYONE who owns a website of ANY kind! If your domain ends in .com it could be considered a commercial website since .com means ...
by JackWebb
Mon Jun 29, 2015 12:10 am
Forum: Off Topic
Topic: If you have a website you want to read this.
Replies: 16
Views: 5238

Re: If you have a website you want to read this.

"respectourprivacy.com" ... their homepage = "Enter your phone number and email address"
Nudist beaches offer more privacy, I can assure you!

Sounds like you know from personal experience..

Who's behind it, anyway? ICANN or a scammer? (the Whois data is hidden, which isnt the case for icann.org ...
by JackWebb
Fri Jun 26, 2015 2:01 am
Forum: Off Topic
Topic: Authoritative Viewpoints on OOP
Replies: 88
Views: 33833

Re: Authoritative Viewpoints on OOP

TI994A!

It was my first home computer, and the first program I wrote was a lottery number generator that I saved to tape! Ahh those were the days.. :P

I don't think this is so much an argument against OPP, you OOP guys are way too sensitive. ;) I think the point is more in it's OVERUSE in todays ...
by JackWebb
Fri Jun 26, 2015 1:20 am
Forum: Off Topic
Topic: If you have a website you want to read this.
Replies: 16
Views: 5238

If you have a website you want to read this.

Hi Guys!

I got this in my inbox today from NameCheap.. We need to stand up and make some noise about this.


https://www.respectourprivacy.com

------------------------- cut ----------------------------------------
Hello John,

Did you know that your privacy rights are currently under threat ...
by JackWebb
Thu Jun 18, 2015 12:57 am
Forum: Coding Questions
Topic: How to generate a number of unique/random strings?
Replies: 11
Views: 3080

Re: How to generate a number of unique/random strings?

I've been using this in my password manager for years. It's not fast but if you're just generating passwords speed is not an issue. I took care to print only character that I could actually read with my old eyes.. I can't tell the difference between ! and I without a magnifying glass LOL ...