Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 152
Search took 0.46 seconds.
Search: Posts Made By: anotherJEK
Forum: PHP 05-22-2013, 07:05 PM
Replies: 4
Views: 138
Posted By anotherJEK
Thank you

I am only concerned that php files listed in error messages might be read
from a remote location. I am not trying to set up a system to do that. I gather
that a hacker would have to go through all...
Forum: PHP 05-22-2013, 04:49 AM
Replies: 4
Views: 138
Posted By anotherJEK
referencing php code file from a remote server?

I have not had a reason to address this issue but now I do:
is it possible to read a php code file from a remote server by
code with

require(<absolute url to remote php code file>)

will this...
Forum: JavaScript programming 03-23-2013, 06:25 AM
Replies: 2
Views: 232
Posted By anotherJEK
solved to a degree

For those who have a similar question and want some guidance
I found a post about this issue and the recommendation was to
set both the canvas element height and width literally, assign
an initial...
Forum: JavaScript programming 03-16-2013, 09:52 PM
Replies: 2
Views: 232
Posted By anotherJEK
canvas drawing aspect ratio?

I have been getting my feet wet with using javascript to draw to canvas
element.

The first thing I noticed is that if I draw a rectangle to a canvas element,
the height and width of the...
Forum: JavaScript programming 03-12-2013, 01:47 AM
Replies: 7
Views: 430
Posted By anotherJEK
The use

The use for this is to create thumbnail versions of images loaded without
having to have separate thumbnail sized images. It can also use info
from client.screenWidth/Height info. As though setting...
Forum: JavaScript programming 03-11-2013, 09:57 PM
Replies: 7
Views: 430
Posted By anotherJEK
Javascript image measuring?

Is there a method or methods for measuring images (to get the height and width of an image). I would think there would be.

I use php on the server side with the graphics generation extensions but...
Forum: JavaScript programming 03-11-2013, 09:52 PM
Replies: 4
Views: 260
Posted By anotherJEK
browser cache allocation

There is a method of manually allocating cache size for the user:
(in Firefox for instance, in this case on Mac OSX)
preferences -> advanced -> network
In this panel the user can allocate browser...
Forum: JavaScript programming 03-11-2013, 08:23 PM
Replies: 4
Views: 260
Posted By anotherJEK
web workers, local storage and browser cache?

Hello;
I am in the process of getting a grip on html5 and new javascript features:
web workers and local storage;

The first question that arises is
What about cache requirements for these new...
Forum: PHP 03-04-2013, 10:16 PM
Replies: 1
Views: 147
Posted By anotherJEK
type conversion solutions?

does anyone here know of any php solutions for converting
True Type fonts to Embedded Open Type fonts (.ttf to .eot)

I know there is a Microsoft utility for doing that: WEFT, but it
runs on...
Forum: Flash & ActionScript 02-22-2013, 08:22 AM
Replies: 0
Views: 938
Posted By anotherJEK
latest Flash/ActionScript?

Hello;
I had done some Flash authoring w/ActionScript programming back when
version 9 was the newest, with 10 just coming up.
I have two questions, really:
What is new and worth knowing? Like,...
Forum: JavaScript programming 02-22-2013, 03:16 AM
Replies: 9
Views: 374
Posted By anotherJEK
All this is interesting and useful... but

I have coded this heavily with javascript because there are 4 different versions
of Flash that I am supporting: v 7, 8, 9 & 10. Javascript queries
the client to find out what version it supports...
Forum: JavaScript programming 02-21-2013, 11:39 PM
Replies: 9
Views: 374
Posted By anotherJEK
What this is

The code I posted uses 'this' because it is part of an object constructor function
A constructor function allows instantiation with the use of 'new'

function joe(name)
{
...
Forum: JavaScript programming 02-21-2013, 10:21 PM
Replies: 9
Views: 374
Posted By anotherJEK
While waiting

I traced it to the following:
(the breakdown is at the last instruction)

//.....
this.SWFObj = document.createElement('object');
this.SWFObj.setAttribute('classid',...
Forum: JavaScript programming 02-21-2013, 09:04 PM
Replies: 9
Views: 374
Posted By anotherJEK
Easier way to debug IE?

Hello;
I have a Flash/Actionscript element embedded in a web page. The ActionScript
code uses external interface (ie Javascript in this case) to know what to do.
In this case it is an mp3 player...
Forum: PHP 02-18-2013, 09:03 PM
Replies: 3
Views: 336
Posted By anotherJEK
Found something

for the first question, I did not actually have the arrays at the other end of the reference chain
referenced in the object method so ${$_someArray['x']} didn't actually point to anything.

on...
Forum: PHP 02-18-2013, 12:44 AM
Replies: 3
Views: 336
Posted By anotherJEK
I got it working

But I decided to piggy back another similar question:

$_functList = array();
$_functList[''] = "genIntro";
$_functList['em'] = "genForm";
$_functList['sub'] = "contactResult";...
Forum: PHP 02-17-2013, 09:56 PM
Replies: 3
Views: 336
Posted By anotherJEK
Help with an essoteric syntax

Some time ago I got help from this forum on how to
convert a string to a variable in php.

Essentially, I have an associative array that contains array names as strings.
I want to get to the...
Forum: PHP 02-08-2013, 04:28 AM
Replies: 4
Views: 374
Posted By anotherJEK
Still more:

$_code = explode('||', $_CAP->getVal(5));
print 'short str: '.md5($_code[0])."<br />long str: ".md5($_code[1]);
if(md5($_code[0]) == md5($_code[1]))
{
print "<br />equal";
...
Forum: PHP 02-08-2013, 02:14 AM
Replies: 4
Views: 374
Posted By anotherJEK
here's a bit more

function strGen($_len)
{
$_charStr = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789';
$len = $_len;
$strLst =...
Forum: PHP 02-07-2013, 06:47 PM
Replies: 4
Views: 374
Posted By anotherJEK
from comment in source: // getVal calls...

from comment in source:
// getVal calls strGen(5)
I coded getVal just for testing purposes. It will produce
the values of various critical private vars according to option
argument passed to...
Forum: PHP 02-07-2013, 07:16 AM
Replies: 4
Views: 374
Posted By anotherJEK
Real mystery with loop results

self::$_STRLST = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789';
// preceding code
private function strGen($_len)
{
$this->len = $_len;
...
Forum: PHP 02-06-2013, 05:25 AM
Replies: 2
Views: 315
Posted By anotherJEK
Thank you

That rings a bell.
Forum: PHP 02-06-2013, 03:07 AM
Replies: 2
Views: 315
Posted By anotherJEK
split a string with no spaces to an array?

I want to split a string of ascii characters with no spaces into an array of individual characters.

I looked at the php manual and found that explode() will not accept an
empty string as a...
Forum: JavaScript programming 02-05-2013, 04:22 AM
Replies: 10
Views: 449
Posted By anotherJEK
Thanks

Thanks,

I'm wondering what heading that would be under in js manuals?
Is it like parseInt and typeof; I.E. global functions? I didn't find
it under string methods. It does ring a bell.
Forum: JavaScript programming 02-05-2013, 12:19 AM
Replies: 10
Views: 449
Posted By anotherJEK
url encoding function in javascript?

Isn't there a function for url encoding strings in javascript?

I am using O'Reilly's Javascript: The Definitive Guide; 5th ed
and it doesn't have anything listed for strings.

But I know I've...
Showing results 1 to 25 of 152

 
Forum Jump

All times are GMT +1. The time now is 10:50 AM.