On Thu, Sep 6, 2012 at 12:47 PM, rene7705 wrote:
> create RAMdisks for free of up to 500gb, and, more important, can on a
sorry!! make that "for free of up to 4gb"
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
oops; printNextLevel : function (pvCmd) {
if (
typeof pvCmd.val == 'object'
&& typeof pvCmd.val.hmStats == 'object'
&& typeof pvCmd.val.hmData == 'object'
) {
//if (pvCmd.keyValueName && pvCmd.keyValueName!='')
I think I've got it figured out now..
My solution is to async build up a flat list of items (from the
recursive object) to process first, then do another async loop (which
I'll build soon) to do the work per item, and when that's done,
replace the placeholder with the result.
This code works on a
On Mon, Jun 4, 2012 at 6:52 PM, Matijn Woudt wrote:
> On Mon, Jun 4, 2012 at 5:57 PM, rene7705 wrote:
>> Hi.
>>
>> I've got a piece of code that builds up a multi-meg test array for my
>> opensourced http://mediabeez.ws/products/htmlMicroscope var_dump()
>&
Hi.
I've got a piece of code that builds up a multi-meg test array for my
opensourced http://mediabeez.ws/products/htmlMicroscope var_dump()
improvement, and when I run it for longer than about 20 minutes, the
browser just calls it quits.. :( Firefox, and chrome.
I'd like to do this with a browse
Hi..
I've got several scripts now that may run for a long time; the
self-test script for my htmlMicroscope, my serviceLog component when
it calculates totals for a large number of hits, a curl script that is
likely to one day crawl a hundred or so RSS urls in a single update,
etc, etc.
I'd like t
On Wed, May 23, 2012 at 2:17 PM, ma...@behnke.biz wrote:
>
>
> rene7705 hat am 23. Mai 2012 um 13:51 geschrieben:
>
>> I think I'll leave it untouched for a few days
>> (http://mediabeez.ws/stats/ and
>
>
> 404 on
> http://mediabeez.ws/stat
On Wed, May 23, 2012 at 10:17 AM, rene7705 wrote:
> On Wed, May 23, 2012 at 10:09 AM, ma...@behnke.biz wrote:
>>
>>> my windowze dev box is completely frozen at startup now, before even
>>> mounting the drive that had the slow write rate today. booted into
>>&
On Wed, May 23, 2012 at 10:09 AM, ma...@behnke.biz wrote:
>
>> my windowze dev box is completely frozen at startup now, before even
>> mounting the drive that had the slow write rate today. booted into
>> ubuntu which is still responsive, and ran disk utility to see that
>> smart status and self-c
On Tue, May 22, 2012 at 3:31 PM, ma...@behnke.biz wrote:
>
>
> rene7705 hat am 22. Mai 2012 um 15:23 geschrieben:
>
>> Seems to be the writing of the html+json data to a file that's causing
>> the delay on my dev server.
>>
>> Doing the totals calculatio
On Tue, May 22, 2012 at 2:54 PM, rene7705 wrote:
> On Tue, May 22, 2012 at 12:32 PM, rene7705 wrote:
>> On Tue, May 22, 2012 at 2:32 AM, tamouse mailing lists
>> wrote:
>>> On Mon, May 21, 2012 at 7:31 AM, rene7705 wrote:
>>>> On Mon, May 21, 2012
On Tue, May 22, 2012 at 12:32 PM, rene7705 wrote:
> On Tue, May 22, 2012 at 2:32 AM, tamouse mailing lists
> wrote:
>> On Mon, May 21, 2012 at 7:31 AM, rene7705 wrote:
>>> On Mon, May 21, 2012 at 1:17 PM, Simon Schick
>>> wrot
On Mon, May 21, 2012 at 4:40 PM, Matijn Woudt wrote:
> On Mon, May 21, 2012 at 2:31 PM, rene7705 wrote:
>> On Mon, May 21, 2012 at 1:17 PM, Simon Schick
>> wrote:
>>> Hi, Rene
>>>
>>> I took a quick look over your code ...
>>>
>>> I ki
On Tue, May 22, 2012 at 2:32 AM, tamouse mailing lists
wrote:
> On Mon, May 21, 2012 at 7:31 AM, rene7705 wrote:
>> On Mon, May 21, 2012 at 1:17 PM, Simon Schick
>> wrote:
>>> Specially the function rajmvServiceLog_graphs_raphael_calculateData() with a
>>> co
I see that the sql file didn't come through to the web archive of this
list, so I'm posting it in-message here once more, for those
interested;
drop table if exists rajmvServiceLog;
create table rajmvServiceLog (
id integer not null AUTO_INCREMENT,
initial_id varchar(250),
p on
http://mediabeez.ws instead, but you can still fork as far as I'm
concerned. I often develop new code that updates older components in
the package, and maintaining forks on github seems like a bit of a
headache to me.. But I'll gladly incorporate improvements made by
others back into my own cod
On Sun, May 6, 2012 at 3:32 PM, rene7705 wrote:
> On Sat, May 5, 2012 at 5:13 AM, tamouse mailing lists
> wrote:
>>
>> On Wed, May 2, 2012 at 5:23 AM, rene7705 wrote:
>> > On Wed, May 2, 2012 at 11:47 AM, rene7705 wrote:
>> >
>> >> I can
On Mon, May 7, 2012 at 11:27 AM, Ashley Sheridan
wrote:
>
>
> Lester Caine wrote:
>
>>rene7705 wrote:
>>> But before I start coding, I thought it would be better to ask you
>>all
>>> what you use to see who's visiting your sites and when.
>>&g
Hi.
I've been using Google Analytics, and I'm sure I'm using the analytics
code correctly, but when I checked my dev server's apache access logs
(dozens of hits per day) against what Google Analytics reports (zip,
zero, nada), I realized I needed something different. BTW, I'm not the
only one to r
On Sat, May 5, 2012 at 5:13 AM, tamouse mailing lists <
tamouse.li...@gmail.com> wrote:
> On Wed, May 2, 2012 at 5:23 AM, rene7705 wrote:
> > On Wed, May 2, 2012 at 11:47 AM, rene7705 wrote:
> >
> >> I can't use anything like git on my shared hoster. But I
On Wed, May 2, 2012 at 11:47 AM, rene7705 wrote:
> I can't use anything like git on my shared hoster. But I suppose I could
> use something like git at home, and use a sync script like I posted in my
> OP on the shared hoster.
>
>
>
Maybe you git gurus can help me alo
I can't use anything like git on my shared hoster. But I suppose I could
use something like git at home, and use a sync script like I posted in my
OP on the shared hoster.
On Tue, May 1, 2012 at 11:11 AM, Camilo Sperberg wrote:
> If I understood the problem correctly, you want to keep a single copy of
> your code on every machine you work, including the final server.
>
>
Well, I want to work on 1 copy of my common code on my windows machine,
then sync those changes
On Fri, Mar 30, 2012 at 3:16 PM, Peter Bauer wrote:
> On Fri, Mar 30, 2012 at 11:56:41AM +0200, rene7705 wrote:
> > ...
> > But unfortunately, $_SERVER['REMOTE_ADDR'] is my external IP, and
> > $_SERVER['SERVER_ADDR'] is my internal IP.
> >
> &
bit bad timing, but i've decided to try out ubuntu instead of windows on
that skatescene.biz machine.. i'll try to have the test url up asap or move
it to my hoster within a few hours.
Hi.
I have a script that uses imagemagick's convert command on the commandline
to get it's work done.
These calls to exec('convert [params]') take params from the end-user via a
html form, so is very unsecure.
The intention is that the end-user only runs this script on localhost, from
localhost.
On Tue, Mar 27, 2012 at 1:21 PM, Peter Ford wrote:
> On 27/03/12 12:13, rene7705 wrote:
>
>> hey, I just read the rsync man page for the first time, and while it sure
>> looks simple enough for my taste, wouldn't updating multiple remote
>> domains
>> be
hey, I just read the rsync man page for the first time, and while it sure
looks simple enough for my taste, wouldn't updating multiple remote domains
be like a whole series of the same FTP updates to these different domain
directories there? In other words, take a long time because of my 200kb/s
li
On Tue, Mar 27, 2012 at 1:02 PM, Matijn Woudt wrote:
> On Tue, Mar 27, 2012 at 12:47 PM, rene7705 wrote:
> >
> >
> > On Tue, Mar 27, 2012 at 12:45 PM, Matijn Woudt
> wrote:
> >>
> >> On Tue, Mar 27, 2012 at 12:31 PM, rene7705 wrote:
> >> &
On Tue, Mar 27, 2012 at 12:45 PM, Matijn Woudt wrote:
> On Tue, Mar 27, 2012 at 12:31 PM, rene7705 wrote:
> > On Tue, Mar 27, 2012 at 12:22 PM, ma...@behnke.biz
> wrote:
> >
> >>
> >>
> >> rene7705 hat am 27. März 2012 um 12:16
> geschrieb
On Tue, Mar 27, 2012 at 12:22 PM, ma...@behnke.biz wrote:
>
>
> rene7705 hat am 27. März 2012 um 12:16 geschrieben:
>
> > On Tue, Mar 27, 2012 at 12:08 PM, rene7705 wrote:
> > > I've done a search for "rsync windows", and I get some rsync apps
> >
On Tue, Mar 27, 2012 at 12:08 PM, rene7705 wrote:
> On Mon, Mar 26, 2012 at 9:16 PM, Stuart Dallas wrote:
>
>> Rene: please read a book / website / something on PHP security. Some
>> things are important whether you believe they are or not.
>>
>> Yea, I will do th
On Mon, Mar 26, 2012 at 9:16 PM, Stuart Dallas wrote:
> Rene: please read a book / website / something on PHP security. Some
> things are important whether you believe they are or not.
>
> Yea, I will do that within a week or so..
I can also confirm that I'm not using any source of source contro
Hi.
My last thread got derailed into a javascript and even photoshop
discussion, and while I can't blame myself for that really, this time I
would like to bring a pure PHP issue to your scrutiny.
I run several sites now, on the same shared hoster, but with such a setup
that I cannot let PHP requi
On Fri, Mar 23, 2012 at 12:39 PM, rene7705 wrote:
>
>
> On Fri, Mar 23, 2012 at 12:38 PM, rene7705 wrote:
>
>>
>>
>> On Fri, Mar 23, 2012 at 10:02 AM, rene7705 wrote:
>>
>>> Because some of you complained about the byte size of my homepage
>
On Fri, Mar 23, 2012 at 12:38 PM, rene7705 wrote:
>
>
> On Fri, Mar 23, 2012 at 10:02 AM, rene7705 wrote:
>
>> Because some of you complained about the byte size of my homepage
>> http://mediabeez.ws (was 2.5mb due to artwork), I've invested some time
>&g
On Fri, Mar 23, 2012 at 10:02 AM, rene7705 wrote:
> Because some of you complained about the byte size of my homepage
> http://mediabeez.ws (was 2.5mb due to artwork), I've invested some time
> in shaving off quite a few bytes;
>
> I've discovered that by using photosho
Because some of you complained about the byte size of my homepage
http://mediabeez.ws (was 2.5mb due to artwork), I've invested some time in
shaving off quite a few bytes;
I've discovered that by using photoshop to reduce the animation image color
depth to "indexed color, 217 color", I can get the
On Thu, Mar 22, 2012 at 1:01 PM, rene7705 wrote:
> I've now fixed the iPad bugs in the menu component, and checked them on an
> iPad in a nearby apple store.
> Maybe it even works with iPhone now, if someone could check that for me
> I'd be much obliged..
>
> Oh, n
I've now fixed the iPad bugs in the menu component, and checked them on an
iPad in a nearby apple store.
Maybe it even works with iPhone now, if someone could check that for me I'd
be much obliged..
If you're interested, http://mediabeez.ws and the download zip there are
now updated with these lat
On Mon, Mar 19, 2012 at 11:24 AM, rene7705 wrote:
>
>
> On Mon, Mar 19, 2012 at 11:07 AM, Ege Sertçetin wrote:
>
>> Press F12 for developer tools. Then select browser mode to ie8 or ie7.
>>
>> Oh SWEET :) Didn't know that, will do it right now! :)
>
With t
On Mon, Mar 19, 2012 at 11:07 AM, Ege Sertçetin wrote:
> Press F12 for developer tools. Then select browser mode to ie8 or ie7.
>
> Oh SWEET :) Didn't know that, will do it right now! :)
On Sun, Mar 18, 2012 at 1:38 PM, rene7705 wrote:
>
>
> On Sun, Mar 18, 2012 at 1:34 PM, rene7705 wrote:
>
>>
>>
>> On Sun, Mar 18, 2012 at 1:24 PM, Jason Pruim
>> wrote:
>>
>>> Just tried to load it up on my iPad and the load time was okay
On Sun, Mar 18, 2012 at 1:41 PM, Jason Pruim wrote:
>
>
> On Mar 18, 2012, at 8:34 AM, rene7705 wrote:
>
> > On Sun, Mar 18, 2012 at 1:24 PM, Jason Pruim >wrote:
> >
> >> Just tried to load it up on my iPad and the load time was okay... Little
> &g
On Sun, Mar 18, 2012 at 1:34 PM, rene7705 wrote:
>
>
> On Sun, Mar 18, 2012 at 1:24 PM, Jason Pruim
> wrote:
>
>> Just tried to load it up on my iPad and the load time was okay... Little
>> slow.
>>
>> But your navigation is completely non functional o
On Sun, Mar 18, 2012 at 10:58 AM, Per Jessen wrote:
> rene7705 wrote:
>
> > In response to critiques about my download size, I've removed scenejs
> > and the artwork for my own site-logos from the zip. The size is now
> > 38mb, down from 54mb.
>
> I think it
On Sun, Mar 18, 2012 at 1:24 PM, Jason Pruim wrote:
> Just tried to load it up on my iPad and the load time was okay... Little
> slow.
>
> But your navigation is completely non functional on my iPad... Might want
> to look into that since mobile devices are becoming more and more common.
>
> Jason
On Sat, Mar 17, 2012 at 2:07 PM, Stuart Dallas wrote:
> On 17 Mar 2012, at 10:54, rene7705 wrote:
>
> On Fri, Mar 16, 2012 at 11:13 PM, Stuart Dallas wrote:
>
>> Why do you think other libraries such as jquery recommend minifying their
>> code before deployment, and
In response to critiques about my download size, I've removed scenejs and
the artwork for my own site-logos from the zip. The size is now 38mb, down
from 54mb.
I'm also using 7-zip now, I hope it opens better on non-windows OSes.
On Sat, Mar 17, 2012 at 10:55 AM, Ashley Sheridan
wrote:
> **
> On Fri, 2012-03-16 at 22:11 +0100, rene7705 wrote:
>
> On Fri, Mar 16, 2012 at 10:08 PM, Tommy Pham wrote:
>
> > On Fri, Mar 16, 2012 at 1:45 PM, Stuart Dallas wrote:
> > >
> > >> As for m
On Fri, Mar 16, 2012 at 11:13 PM, Stuart Dallas wrote:
> On 16 Mar 2012, at 20:53, rene7705 wrote:
> > On Fri, Mar 16, 2012 at 9:45 PM, Stuart Dallas wrote:
> >> On 16 Mar 2012, at 20:36, rene7705 wrote:
> >>
> >> > On Fri, Mar 16, 2012 at 9:29 PM, Stuart
On Fri, Mar 16, 2012 at 10:17 PM, Govinda wrote:
> Everyone makes valid points.. and depending on ones perspective, certain
> of those points are more important than others... but, because of my nature
> anyway, I want to just say thanks to rene7705 for bothering. He is not
> tr
On Fri, Mar 16, 2012 at 10:08 PM, Tommy Pham wrote:
> On Fri, Mar 16, 2012 at 1:45 PM, Stuart Dallas wrote:
> >
> >> As for my files and homepage being Huge, yep, it's made for the future
> or current fast internet connections.
> >> Frankly, size reduction is not on my agenda. I'll wait for the
On Fri, Mar 16, 2012 at 9:45 PM, Stuart Dallas wrote:
> On 16 Mar 2012, at 20:36, rene7705 wrote:
>
> > On Fri, Mar 16, 2012 at 9:29 PM, Stuart Dallas wrote:
> >> On 16 Mar 2012, at 18:57, rene7705 wrote:
> >>
> >> > Hi Folks..
> >> >
> &
On Fri, Mar 16, 2012 at 9:42 PM, Jim Giner wrote:
>
> "rene7705" wrote in message
> news:CADegSEbpRnu47ub-XHyGF8JyK9BBcr7R=p157tO3R_k3+8RH=g...@mail.gmail.com...
> >
> > As for my files and homepage being Huge, yep, it's made for the future or
> > curr
On Fri, Mar 16, 2012 at 9:29 PM, Stuart Dallas wrote:
> On 16 Mar 2012, at 18:57, rene7705 wrote:
>
> > Hi Folks..
> >
> > I could waste a lot of text on what I've accomplished during the last
> > months, but the easiest thing is if you have a (anothe
On Fri, Mar 16, 2012 at 9:04 PM, Jim Giner wrote:
>
> ?? Zip file ?? I see no zip file.
>
>
It's on the front page of http://mediabeez.ws, under the "downloads"
heading, but you're on IE8 which still has a fatal bug :(
Perhaps you can download and use the chrome browser to see it all..
Until I g
Sorry, I'm on IE9 and don't know how to run IE8 on my system.. :(
If you could get me those JS errors then probably I can fix the issue.
On Fri, Mar 16, 2012 at 9:03 PM, Jim Giner wrote:
> **
> ie8
>
> - Original Message -----
> *From:* rene7705
> *To:* Ji
On Fri, Mar 16, 2012 at 8:30 PM, Floyd Resler wrote:
> I'm having a problem downloading the ZIP file. It decompresses into a
> cpgz file which then decompresses into a zip file.
>
I've never heard of a cpgz file... And with winrar I can open the
downloaded zip file just fine, as any other zip.
And could you paste me the JS errors, please?...
On Fri, Mar 16, 2012 at 8:17 PM, rene7705 wrote:
> hey that's strange. I tested it in firefox, chrome, and internet explorer.
> What browser are you using?
>
> On Fri, Mar 16, 2012 at 8:15 PM, Jim Giner
> wrote:
>
>
hey that's strange. I tested it in firefox, chrome, and internet explorer.
What browser are you using?
On Fri, Mar 16, 2012 at 8:15 PM, Jim Giner wrote:
>
> "rene7705" wrote in message
> news:cadegsebtv7ffuvcbxkothqzah3ethegdedyuarxene2d1mw...@mail.gmail.com...
> &
Hi Folks..
I could waste a lot of text on what I've accomplished during the last
months, but the easiest thing is if you have a (another) look at (the
source of) http://mediabeez.ws
I think you'll like my opensourced work :)
Feedback is appreciated.
62 matches
Mail list logo