Grokbase
Topics Posts Groups | in
x
[ help ]

Siah Sookhteh (siasoo...@gmail.com)

Profile | Posts (51)Page 1 of 3: 1 2 3 > >>
1) Siah Sookhteh [GENERAL] fillfactor Question
| +1 vote
Hi, fillfactor affects 'update' statements or also has affects for 'insert' and 'delete'? Thanks,...
PostgreSQL - General
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Hi,

fillfactor affects 'update' statements or also has affects for
'insert' and 'delete'?

Thanks,
Sia


---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [email protected: majo...@postgresql.org] so that your
message can get through to the mailing list cleanly
2) Siah Sookhteh [Dojo-interest] Color Change Animation Question
| +1 vote
Hi, I am using dojo 0.9 and was not sure how to make a color change affect. I want to fade the...
Dojo Tookit
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Hi,

I am using dojo 0.9 and was not sure how to make a color change
affect. I want to fade the background-color of a textbox from yellow
to white in 1 second period. I'd appreciate pointers in this regard,

Thanks,
Sia
_______________________________________________
FAQ: http://dojotoolkit.org/support/faq
Book: http://dojotoolkit.org/docs/book
Forums: http://dojotoolkit.org/forum
[email protected: Dojo-int...@dojotoolkit.org]
http://dojotoolkit.org/mailman/listinfo/dojo-interest
3) Siah Sookhteh Re: [Dojo-interest] No Shadow on 0.9
| +1 vote
Thanks Alex, Sia ...
Dojo Tookit
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Thanks Alex,
Sia


On 8/3/07, Alex Russell <alex@dojotoolkit.org> wrote:
> On Wednesday 01 August 2007 1:35 pm, Siah Sookhteh wrote:
> > Will we have shadow back for 0.9?
>
> Not in Core. Perhaps out in Dojox if someone feels like porting it. I've
> always been somewhat ambivalent about the implementation of shadow
> since it's something that CSS should do for us (and in Webkit, it
> does).
>
> Regards
>
> --
> Alex Russell
> [email protected: a...@sitepen.com] A99F 8785 F491 D5FD 04D7 ACD9 4158 FFDF 2894 6876
> [email protected: a...@dojotoolkit.org] BE03 E88D EABB 2116 CC49 8259 CF78 E242 59C3 9723
>
> _______________________________________________
> FAQ: http://dojotoolkit.org/support/faq
> Book: http://dojotoolkit.org/docs/book
> Forums: http://dojotoolkit.org/forum
> [email protected: Dojo-int...@dojotoolkit.org]
> http://dojotoolkit.org/mailman/listinfo/dojo-interest
>
>
>
_______________________________________________
FAQ: http://dojotoolkit.org/support/faq
Book: http://dojotoolkit.org/docs/book
Forums: http://dojotoolkit.org/forum
[email protected: Dojo-int...@dojotoolkit.org]
http://dojotoolkit.org/mailman/listinfo/dojo-interest
4) Siah Sookhteh Re: [Dojo-interest] What's a mixin for Animation?
| +1 vote
Thanks for the clarifications and your quick response. Sia ...
Dojo Tookit
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Thanks for the clarifications and your quick response.
Sia


On 8/1/07, peter e higgins <dante@inpdx.net> wrote:
>
> This was a documentation bug that was fixed in SVN yesterday actually.
>
> dojo.fx.slideTo({ node: 'divId', duration: 1000, top: 1000, left:
> 400 }).play();
>
> gives you the animation you are looking for.
>
> the idea of 'mixin' is such that dojo.fx.slideTo 'mixes' your object
> {node:etc, etc} into a dojo.animateProperty _Animation, which uses a similar
> object:
>
> dojo.animateProperty({ node: 'nodeId', duration: 1000,
>         properties: {
>                 top: { end: 1000, unit: "px" },
>                 left: { end: 400, unit:"px" }
> /* opacity: { }, backgroundColor: { }, etc, etc */
>         }
> }).play();
>
> dojo.animateProperty is very useful.
>
> On Wednesday 01 August 2007 19:23, Siah Sookhteh wrote:
> > Hi,
> >
> > I am trying to get 0.9's dojo.fx.slideTo to work and in the dojo's
> > code there is this comment:
> >
> >       // addition mixin args needed:
> > // coords: { top: Decimal?, left: Decimal? }
> >
> > But, I'm not sure where this has to go. I read
> > http://dojotoolkit.org/book/dojo-porting-guide-0-4-x-0-9/effects-dojo-lfx-c
> >hanges and its not too clear what a mixin is. So, I've unsuccessfully tried
> > all the following:
> >
> > dojo.fx.slideTo({node:'DIV_ID', duration: 1000, 'coords':{ top: 1000,
> > left: 400}}).play();
> >
> > and here it always animates my DIV to 0 and 0
> >
> > I also tried placing 'coords' key within another 'properties'
> > dictionary, and interestingly enough, it stops animation all together.
> >
> > Thanks,
> > Sia
> > _______________________________________________
> > FAQ: http://dojotoolkit.org/support/faq
> > Book: http://dojotoolkit.org/docs/book
> > Forums: http://dojotoolkit.org/forum
> > [email protected: Dojo-int...@dojotoolkit.org]
> > http://dojotoolkit.org/mailman/listinfo/dojo-interest
> _______________________________________________
> FAQ: http://dojotoolkit.org/support/faq
> Book: http://dojotoolkit.org/docs/book
> Forums: http://dojotoolkit.org/forum
> [email protected: Dojo-int...@dojotoolkit.org]
> http://dojotoolkit.org/mailman/listinfo/dojo-interest
>
_______________________________________________
FAQ: http://dojotoolkit.org/support/faq
Book: http://dojotoolkit.org/docs/book
Forums: http://dojotoolkit.org/forum
[email protected: Dojo-int...@dojotoolkit.org]
http://dojotoolkit.org/mailman/listinfo/dojo-interest
5) Siah Sookhteh [Dojo-interest] What's a mixin for Animation?
| +1 vote
Hi, I am trying to get 0.9's dojo.fx.slideTo to work and in the dojo's code there is this comment:...
Dojo Tookit
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Hi,

I am trying to get 0.9's dojo.fx.slideTo to work and in the dojo's
code there is this comment:

// addition mixin args needed:
// coords: { top: Decimal?, left: Decimal? }

But, I'm not sure where this has to go. I read
http://dojotoolkit.org/book/dojo-porting-guide-0-4-x-0-9/effects-dojo-lfx-changes
and its not too clear what a mixin is. So, I've unsuccessfully tried
all the following:

dojo.fx.slideTo({node:'DIV_ID', duration: 1000, 'coords':{ top: 1000,
left: 400}}).play();

and here it always animates my DIV to 0 and 0

I also tried placing 'coords' key within another 'properties'
dictionary, and interestingly enough, it stops animation all together.

Thanks,
Sia
_______________________________________________
FAQ: http://dojotoolkit.org/support/faq
Book: http://dojotoolkit.org/docs/book
Forums: http://dojotoolkit.org/forum
[email protected: Dojo-int...@dojotoolkit.org]
http://dojotoolkit.org/mailman/listinfo/dojo-interest
6) Siah Sookhteh [Dojo-interest] No Shadow on 0.9
| +1 vote
Will we have shadow back for 0.9? Thanks, Sia
Dojo Tookit
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Will we have shadow back for 0.9?
Thanks,
Sia
_______________________________________________
FAQ: http://dojotoolkit.org/support/faq
Book: http://dojotoolkit.org/docs/book
Forums: http://dojotoolkit.org/forum
[email protected: Dojo-int...@dojotoolkit.org]
http://dojotoolkit.org/mailman/listinfo/dojo-interest
7) Siah Sookhteh Re: [Dojo-interest] Where is dojo.dom in 0.9?
| +1 vote
Thanks Peters. Sia ...
Dojo Tookit
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Thanks Peters.
Sia


On 8/1/07, Peter Ansell <ansell.peter@gmail.com> wrote:
> See
>
> http://dojotoolkit.org/book/dojo-porting-guide-0-4-x-0-9/style-html-utility-function-changes
>
> for some explanation.
>
> Cheers,
>
> Peter
>
> On 01/08/07, Siah Sookhteh <siasookhteh@gmail.com> wrote:
> > Is there any update on where 0.9 stands in terms of its packages. I
> > can't find dojo.dom, nor can I find the shadow package, when upgrading
> > my application.
> >
> > Thanks,
> > Sia
> > _______________________________________________
> > FAQ: http://dojotoolkit.org/support/faq
> > Book: http://dojotoolkit.org/docs/book
> > Forums: http://dojotoolkit.org/forum
> > [email protected: Dojo-int...@dojotoolkit.org]
> > http://dojotoolkit.org/mailman/listinfo/dojo-interest
> >
> _______________________________________________
> FAQ: http://dojotoolkit.org/support/faq
> Book: http://dojotoolkit.org/docs/book
> Forums: http://dojotoolkit.org/forum
> [email protected: Dojo-int...@dojotoolkit.org]
> http://dojotoolkit.org/mailman/listinfo/dojo-interest
>
_______________________________________________
FAQ: http://dojotoolkit.org/support/faq
Book: http://dojotoolkit.org/docs/book
Forums: http://dojotoolkit.org/forum
[email protected: Dojo-int...@dojotoolkit.org]
http://dojotoolkit.org/mailman/listinfo/dojo-interest
8) Siah Sookhteh [Dojo-interest] Where is dojo.dom in 0.9?
| +1 vote
Is there any update on where 0.9 stands in terms of its packages. I can't find dojo.dom, nor can I...
Dojo Tookit
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Is there any update on where 0.9 stands in terms of its packages. I
can't find dojo.dom, nor can I find the shadow package, when upgrading
my application.

Thanks,
Sia
_______________________________________________
FAQ: http://dojotoolkit.org/support/faq
Book: http://dojotoolkit.org/docs/book
Forums: http://dojotoolkit.org/forum
[email protected: Dojo-int...@dojotoolkit.org]
http://dojotoolkit.org/mailman/listinfo/dojo-interest
9) Siah Sookhteh Re: [Dojo-interest] Ant Build Failure
| +1 vote
Well, the new method also fails asking for "../../dojo/_base/_loader/hostenv_rhino.js" that does...
Dojo Tookit
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Well, the new method also fails asking for
"../../dojo/_base/_loader/hostenv_rhino.js" that does not exist:

[[email protected: r...@localhost] buildscripts]# java -jar lib/custom_rhino.jar build.js
profile=base action=release
release:  Using profile: profiles/base.profile.js
release:  Using version number: 0.0.0.dev for the release.
release:  Deleting: ../../release/dojo
release:  Copying: ../../dojo to: ../../release/dojo/dojo
release:  Building dojo.js and layer files
js: Couldn't open file "../../dojo/_base/_loader/bootstrap.js".
js: Couldn't open file "../../dojo/_base/_loader/loader.js".
js: Couldn't open file "../../dojo/_base/_loader/hostenv_rhino.js".
js: uncaught JavaScript runtime exception: ReferenceError: "dojo" is
not defined.
[[email protected: r...@localhost] buildscripts]#

Thanks,
Sia
_______________________________________________
FAQ: http://dojotoolkit.org/support/faq
Book: http://dojotoolkit.org/docs/book
Forums: http://dojotoolkit.org/forum
[email protected: Dojo-int...@dojotoolkit.org]
http://dojotoolkit.org/mailman/listinfo/dojo-interest
10) Siah Sookhteh Re: [Dojo-interest] Ant Build Failure
| +1 vote
Oh yes... I was talking about 0.9 and just spent much time trying to install ant which is rather...
Dojo Tookit
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Oh yes... I was talking about 0.9 and just spent much time trying to
install ant which is rather painful. No matter, I'll use the link, and
thanks for the response,

Sia


On 7/22/07, James Burke <jburke@dojotoolkit.org> wrote:
> Ah, right. I was assuming Siah was talking about 0.4.x code, since
> there is no build.xml file in the 0.9.0 util/buildscripts trunk. If it
> was actually 0.9.0 code, then yes, ant is not needed anymore, and this
> page should be consulted:
> http://dojotoolkit.org/book/dojo-porting-guide-0-4-x-0-9/build-system-changes
>
> There is also a README in the 0.9.0 util/buildscripts folder.
>
> James
>
> On 7/21/07, Shane O'Sullivan <shaneosullivan1@gmail.com> wrote:
> > Is Ant still used for building Dojo? I thought it had been removed
> > from the 0.9 build process.
> >
> > Shane
> >
> > On 21/07/07, James Burke <jburke@dojotoolkit.org> wrote:
> > > This normally means that the ant installation on the linux box is not
> > > a complete installation. Try downloading ant from ant.apache.org and
> > > using that version.
> > >
> > > James
> > >
> > > On 7/21/07, Siah Sookhteh <siasookhteh@gmail.com> wrote:
> > > > Hello,
> > > >
> > > > I just checked out the latest version of dojo on a linux box and ran:
> > > >
> > > > Running (ant -Dprofile=minimal clean release) or any other build
> > > > results in the same error:
> > > >
> > > > BUILD FAILED
> > > > /root/trunk/buildscripts/build.xml:744: Could not create task or type
> > > > of type: script.
> > > > Ant could not find the task or a class this task relies upon.
> > > >
> > > > Any ideas what is wrong?
> > > > Thanks,
> > > > Sia
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > ----------
> > > > The full error:
> > > >
> > > >
> > > > [[email protected: r...@localhost] buildscripts]# ant -Dprofile=minimal clean release
> > > > Buildfile: build.xml
> > > >
> > > > clean:
> > > > [delete] Deleting directory /root/trunk/release/dojo
> > > >
> > > > -check-config:
> > > >
> > > > -fix-config:
> > > >
> > > > release:
> > > > [release] Using version number: 0.0.0.dev for the release.
> > > >
> > > > clean:
> > > > [copy] Copying 805 files to /root/trunk/release/dojo/src
> > > > [copy] Copying 151 files to /root/trunk/release/dojo/demos
> > > > [copy] Copying 629 files to /root/trunk/release/dojo/tests
> > > >
> > > > BUILD FAILED
> > > > /root/trunk/buildscripts/build.xml:744: Could not create task or type
> > > > of type: script.
> > > >
> > > > Ant could not find the task or a class this task relies upon.
> > > >
> > > > This is common and has a number of causes; the usual
> > > > solutions are to read the manual pages then download and
> > > > install needed JAR files, or fix the build file:
> > > >  - You have misspelt 'script'.
> > > >    Fix: check your spelling.
> > > > - The task needs an external JAR file to execute
> > > > and this is not found at the right place in the classpath.
> > > > Fix: check the documentation for dependencies.
> > > >    Fix: declare the task.
> > > > - The task is an Ant optional task and the JAR file and/or libraries
> > > > implementing the functionality were not found at the time you
> > > > yourself built your installation of Ant from the Ant sources.
> > > > Fix: Look in the ANT_HOME/lib for the 'ant-' JAR corresponding to the
> > > > task and make sure it contains more than merely a META-INF/MANIFEST.MF.
> > > > If all it contains is the manifest, then rebuild Ant with the needed
> > > > libraries present in ${ant.home}/lib/optional/ , or alternatively,
> > > > download a pre-built release version from apache.org
> > > > - The build file was written for a later version of Ant
> > > > Fix: upgrade to at least the latest release version of Ant
> > > > - The task is not an Ant core or optional task
> > > > and needs to be declared using <taskdef>.
> > > > - You are attempting to use a task defined using
> > > > <presetdef> or <macrodef> but have spelt wrong or not
> > > >    defined it at the point of use
> > > >
> > > > Remember that for JAR files to be visible to Ant tasks implemented
> > > > in ANT_HOME/lib, the files must be in the same directory or on the
> > > > classpath
> > > >
> > > > Please neither file bug reports on this problem, nor email the
> > > > Ant mailing lists, until all of these causes have been explored,
> > > > as this is not an Ant bug.
> > > >
> > > > Total time: 6 seconds
> > > > [[email protected: r...@localhost] buildscripts]#
> _______________________________________________
> FAQ: http://dojotoolkit.org/support/faq
> Book: http://dojotoolkit.org/docs/book
> Forums: http://dojotoolkit.org/forum
> [email protected: Dojo-int...@dojotoolkit.org]
> http://dojotoolkit.org/mailman/listinfo/dojo-interest
>
_______________________________________________
FAQ: http://dojotoolkit.org/support/faq
Book: http://dojotoolkit.org/docs/book
Forums: http://dojotoolkit.org/forum
[email protected: Dojo-int...@dojotoolkit.org]
http://dojotoolkit.org/mailman/listinfo/dojo-interest
11) Siah Sookhteh [GENERAL] Primary Key Performance with INTEGER vs. VARCHAR
| +1 vote
Hi, Designing my application, I was wondering if having my primary keys own test didn't show much...
PostgreSQL - General
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Hi,

Designing my application, I was wondering if having my primary keys
(to be indexed) with VARCHAR brings performance down significantly? My
own test didn't show much difference. Thinking about it though, I'd
guess Integer Indexing should be much quicker and efficient.

I'd appreciate all comments in this regard,
Mike


---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend
12) Siah Sookhteh [Dojo-interest] Ant Build Failure
| +1 vote
Hello, I just checked out the latest version of dojo on a linux box and ran: Running (ant...
Dojo Tookit
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Hello,

I just checked out the latest version of dojo on a linux box and ran:

Running (ant -Dprofile=minimal clean release) or any other build
results in the same error:

BUILD FAILED
/root/trunk/buildscripts/build.xml:744: Could not create task or type
of type: script.
Ant could not find the task or a class this task relies upon.

Any ideas what is wrong?
Thanks,
Sia







----------
The full error:


[[email protected: r...@localhost] buildscripts]# ant -Dprofile=minimal clean release
Buildfile: build.xml

clean:
   [delete] Deleting directory /root/trunk/release/dojo

-check-config:

-fix-config:

release:
  [release] Using version number: 0.0.0.dev for the release.

clean:
     [copy] Copying 805 files to /root/trunk/release/dojo/src
     [copy] Copying 151 files to /root/trunk/release/dojo/demos
     [copy] Copying 629 files to /root/trunk/release/dojo/tests

BUILD FAILED
/root/trunk/buildscripts/build.xml:744: Could not create task or type
of type: script.

Ant could not find the task or a class this task relies upon.

This is common and has a number of causes; the usual
solutions are to read the manual pages then download and
install needed JAR files, or fix the build file:
- You have misspelt 'script'.
   Fix: check your spelling.
- The task needs an external JAR file to execute
     and this is not found at the right place in the classpath.
   Fix: check the documentation for dependencies.
   Fix: declare the task.
- The task is an Ant optional task and the JAR file and/or libraries
     implementing the functionality were not found at the time you
     yourself built your installation of Ant from the Ant sources.
   Fix: Look in the ANT_HOME/lib for the 'ant-' JAR corresponding to the
     task and make sure it contains more than merely a META-INF/MANIFEST.MF.
     If all it contains is the manifest, then rebuild Ant with the needed
     libraries present in ${ant.home}/lib/optional/ , or alternatively,
     download a pre-built release version from apache.org
- The build file was written for a later version of Ant
   Fix: upgrade to at least the latest release version of Ant
- The task is not an Ant core or optional task
     and needs to be declared using <taskdef>.
- You are attempting to use a task defined using
    <presetdef> or <macrodef> but have spelt wrong or not
   defined it at the point of use

Remember that for JAR files to be visible to Ant tasks implemented
in ANT_HOME/lib, the files must be in the same directory or on the
classpath

Please neither file bug reports on this problem, nor email the
Ant mailing lists, until all of these causes have been explored,
as this is not an Ant bug.

Total time: 6 seconds
[[email protected: r...@localhost] buildscripts]#
_______________________________________________
FAQ: http://dojotoolkit.org/support/faq
Book: http://dojotoolkit.org/docs/book
Forums: http://dojotoolkit.org/forum
[email protected: Dojo-int...@dojotoolkit.org]
http://dojotoolkit.org/mailman/listinfo/dojo-interest
13) Siah Sookhteh [GENERAL] How to Cluster an Index live?
| +1 vote