GWT and GOOGLE SEARCH results!

2008-12-03 Thread [EMAIL PROTECTED]

Hi,

I'm using GWT for a website at www.trcs.org.uk. I originally started
using GWT with the knowledge that I would have to address the search
engine results issue at a later date. I have now made the site root
page an index.php file that refers the agent to a static snapshot of
the root page if the agent is a robot and to the dynamic content for
everyone else. This is NOT cloaking. I have uploaded a sitemap and
created a robots.txt that denies the dynamic content to robots. The
problem is I still do not get ANY result on Google Search even for
search queries that should point to my site. The only things I can
think of at this time are that changes haven't been indexed properly,
or, because the static snapshot of the root page has a few missing
links to images and such like, it is being ignored.

I love GWT but I think since it is a Google product now there should
be clear, simple, well documented ways to get Google to read a static
root page, or even better to create the DOM and index the dynamic root
page on the site, I thought Google did this as they claim they do some
kind of non graphical rendering to calculate fonts and text positions.

It's so annoying, I don't care if Google can't find all the dynamic
content on the site, that's asking too much for now, but it should be
able to render the dynamic root page. All the significant words and
sections of the site are listed in the static root page, and we have
plenty of links to the root page from other sites (i.e - links that
just point to www.trcs.org.uk).

How difficult can this be?

Alan
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Discussion on security-for-gwt-applications

2008-12-03 Thread [EMAIL PROTECTED]

The approach I'm taking, and I'm hoping it is a good one, is to divide
the operations on the server cleanly in to read and write. I'm using
php on the server and GWT on the client. The client cannot execute any
write operation on the server without a unique Session ID, the only
way that the client can get a Session ID is by providing correct log
in credentials to the server. Once the client has provided correct
login credentials the server creates a Session ID and binds it to an
IP address. Any write requests coming in to the server will not be
honoured if they do not come from the IP address/Session ID
combination that the server understands as being 'safe'. Obviously
once write access is granted on the server all string data is stripped/
escaped as appropriate. The philosophy is that the server will never
send anything to the client that could be intepreted as anything but
plain text.

I cannot protect against fishing, but then this is only for a cat club
website!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: failure building native win32 with mingw

2008-12-03 Thread [EMAIL PROTECTED]
  Hi,

 However, then when I try to build pyOpenSSL using the openssl-0.9.8i
 header files I get an error -- ossl_typ.h:178: error: parse error
 before numeric constant.  
(snipp)
 I investigated a bit but I couldn't figure out what is wrong.
 OCSP_RESPONSE is being defined with a typedef in ossl_typ.h line 178,

You're apparently using a relatively recent version of headers
(particularly
wincrypt.h, IIRC), so you get bitten by one of the conflicts mentioned
in
e.g.
   http://rt.openssl.org/Ticket/Display.html?id=1693

   HTH,
  Stefan


__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   [EMAIL PROTECTED]


[wtr-general] Clicking tabs has no effect

2008-12-03 Thread [EMAIL PROTECTED]

Hi all,

I'm having trouble on getting a tab click to actually have an effect
in the browser. I have a table with a tab that I can click in the
following ways:

ie.table(:index, 17)[1][2].click
ie.button(:id, tab2).click
ie.cell(:id, tab2).click

The tab flashes yellow and no errors are generated but the actual tab
does not change. The original tab's contents are still displayed and
the tab focus hasn't shifted.

The DOM looks at the tabs this way:

HTML
--HEAD
BODY
--TABLE
TBODY
--TR
--TR
TD
--TABLE
TBODY
--TR
TD class=tab-button4 id=tab1
TD class=tab-button id=tab2



Any thoughts?

Thanks,
---
LiquidBeard

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Watir General group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[R] par(mfrow = ) resets par('cex'), not reduces it

2008-12-03 Thread [EMAIL PROTECTED]
Hello group!

I use R 2.8.0 . I've just found out that par(mfrow =) *resets* par
('cex'), not reduces it as documented. To reproduce:

par(cex = 0.5)
par(mfrow = c(2, 2))
print(par('cex'))

It outputs 0.83, not 0.415 as expected.

Particularly such a behavior makes plot.acf effectively ignore par
('cex') value for multivariate case. I guess there are more situations
where the documented behavior would be more appropriate.

I think it is bug in par implementation not in documentation. Could
anyone comment on this?

Andrey

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Reconstruct Syntax Help

2008-12-03 Thread [EMAIL PROTECTED]
Hello List,

 i am getting:
IOERROR: opening 
/opt/foo/imap/spool/domain/foo/user/archive/2008/12/cyrus.header: No 
such file or directory

What is the syntax for reconstruct to fix this?

I tried:
   reconstruct -r [EMAIL PROTECTED]
but i get Mailbox does not exist.

Whats the syntax?

Thanks,
Mario



Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: Digest of postfix-users list V1 #2211

2008-12-03 Thread [EMAIL PROTECTED]
 --
 
 Date: Tue, 02 Dec 2008 14:50:21 +0100
 From: mouss [EMAIL PROTECTED]
 Subject: Re: Problems with backscaters and require authentication
 
 [EMAIL PROTECTED] a écrit :
  Hi,
  
  i have some problems with spammers and i would like to ask how to set
  postfix to validate sender email addresses only for our domains. Is
  there some way to do this?
 
 what do you mean exactly by validate? check that the address exists?
 you can use reject_unlisted_sender.
 
  
  Other thing that i want to ask. I have this problem:
  
  i connect thru telnet to the smtp server and send email this way:
  
  helo myhostname.example.com
  mail from:[EMAIL PROTECTED]
  rcpt to:[EMAIL PROTECTED]
  data
  something here
  .
  quit
  
  mydomain.com is domain from the system.
  
  i'm able to send spam to this user, using the same email address in
  mail from field.
  
  Is there some way to protect my mailserver from this kind of things for
  our domains. If mail from use our domains (for example
  [EMAIL PROTECTED]), then to require authentication.
  
 
 
 smtpd_sender_login_maps =
   hash:/etc/postfix/sender_login
 
 smtpd_sender_restrictions =
   reject_sender_login_mismatch
 
 
 http://www.postfix.org/postconf.5.html#smtpd_sender_login_maps
 
 

Hi, thanks for the reply. Yes i mean to check if sender exists, but only
for our domains, not for all senders, because there are mail servers
that reject this kind of checking.

I suppose that when i configure this way my system, it will not make
problems with rest of senders, right?






Re: [asterisk-users] CDR Design

2008-12-03 Thread [EMAIL PROTECTED]
Billing and logging should not be confused theoretically - I agree. But 
in practice,
the logging of the calls (not other events of the system) IS used for 
billing purposes.
The start and finish time is not enough for many (I not that it is not 
enough for me).

The accountcode is not enough for me either. From my CDRs I have to 
extract all the
information about which provider tried-and-failed or tried-and-succeeded 
to terminate
the call. So I need the terminator's info in the CDRs. This is the only 
way that I can monitor
what my providers charge me (and believe me, never take for granted that 
your provider charge
you with pre-agreed rates, mistakes happen :)). Also, having the 
terminator's data in the CDR is
the only way that I can calculate metrics such as ASR, ACD, mean PDD etc.
And I can't imagine taking all this info from a logging module that 
mixes CDR log events with
other ones (hardware events, user agent registrations, etc.)

Since there is no agreement on WHAT to log and since we have the option 
to put a lot of info
in the CDRs I think the right way to do it is provide the capability of 
every single detail that COULD
be logged and let the end user choose WHAT to log through the 
configuration. I cannot understand
tha benefit of a minimal/fixed/non-flexible CDR logging capability when 
can have the flexibility to
go from minimal to complex depending on a configuration entry in a 
proper configuration file.

P.S. Sometimes I wonder if I am the only one in the VoIP world that 
finds terminator information in the
CDRs useful (including failed calls).

P.S. Sometime we use the term billing only for customer billing 
processes which nowadays is incorrect
or insufficient. Billing in today's demanding VoIP business means :

1. Customer Billing : we all know what that is

2. Provider CDRs cross-check : as I said above, you have to know what 
your provider charges you in order
to catch mistakes and in order to able to produce profit/loss reports.

3. QoS metrics : ASR, ACD, PDD to name a few. These cannot be calculated 
without proper termination info
from the CDRs. I see LCR modules being introduced now and then in the 
asterisk community but they all seem
a little useless if the above metrics cannot be extracted from the CDRs. 
What is the benefit of having a low cost provider
in your LCR if its ASR equals to 0.0001 %? and how can you measure its 
ASR if the terminator's info (both failed and successful)
is not in the CDRs?


Andrew Thomas wrote:
 It seems to me that we are confusing billing and logging here.  Call
 billing only really needs the start and finish (like we get now) - but
 proper call logging requires all steps.

 Do we leave CDR's as they are (for billing purposes) and have a separate
 'event' driven log for call logging?  Or do we change the CDR structure
 to accommodate logging as well?

 Personally, a separate 'event' log seems preferable to me as this keeps
 existing billing platforms useable.  It just means the logging programs
 will need to be re-written to look at a new database for events.

 I know we have the AMI - but that puts out a lot more information than
 is needed for simple logging (and requires something to prune and store
 the events in a database of some sort).

 Any thoughts? 
   
 Andrew Thomas
 Technical Services Manager
 DataVox Ltd
 Saddleworth Business Centre
 Huddersfield Road
 Delph, Oldham
 OL3 5DF   


 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
   


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] 1.6, t.38 and zoiper - t38_udptl or t38pt_udptl ?

2008-12-03 Thread [EMAIL PROTECTED]

I tried sending faxes through Zoiper (Zoiper to Zoiper) last week
and the program crashed. After an update it stopped crashing but
still could not send a FAX. I then tried Kapanga (the free version has a 
limited 30
days FAX sending capability) and it worked. This might be of little use 
to you
since I used Freeswitch with t38 pass-trhough, but my point is : first 
find a client
that supports t38 FAX capabilites that work and then try asterisk. Our 
company had success
sending FAX using t38 through asterisk along time ago so I guess you 
will get there sooner or later.


Olivier wrote:

Hi,

1. Has anyone got any success when send a TIFF file form one zoiper 
softphone to another ?
I tried using Zoiper 2.18 free edition in windows but I'm seeing 415 
Unsupported media replies.


2. Here (http://www.voipinfo.org/wiki/view/Asterisk+T.38), you can read :
Also, try using:

 t38_udptl=yes
 t38pt_rtp=no
 t38pt_tcp=no

... in the general section of the sip.conf and under the VoIP provider 
account as well as the fax account. 


But above, you can read
[general]
t38pt_udptl = yes 

Has this parameter name changed between 1.4 to 1.6 from t38_udptl to 
t38pt_udptl ?
A asterisk remains silent when I add an unknown parameter foo=bar, 
it would perfect if someone could point the right name (t38_udptl or 
t38pt_udptl).


Regards



___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] asterisk ooh323 avaya (URGENT!!!)

2008-12-03 Thread [EMAIL PROTECTED]

I would go for chan_h323. Much more stable since 1.4
and the config more close to the other channel configs too.
We used it on production for a long time and it worked well
although a little heavy cpu-wise. To get started you need to install 
openh323
and pwlib from here 
http://sourceforge.net/project/showfiles.php?group_id=80674
and the ./configure and make menuselect will detect it and let you build 
it along

with asterisk. Be careful with the paths when installing them though. And
watch the output of the asterisk configure command for possible errors.


David fire wrote:

hi
sorry about the urgent but it is urgent
i have problems configuring a connection between asterisk and avaya 
using H323.

the module i am usign is ooh323
what do you need to help me?
and any tip or hint?
thanks!!!
David

--
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
()_()signature to help him gain world domination.



___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [MacGroup] Isight compatibility w/windows webcams?

2008-12-03 Thread [EMAIL PROTECTED]
They are using Skype! Love it!
They tried it out last weekend--Lexington to Versailles--but the windows laptop 
could see her on 
her mac but she couldn't see him. Hence the webcam question.
Voice works great!
But the young want to see each other too!
I suggested that he might get a mac...
But now it's a challenge to see if the mac can play well with others.
She has Windows running on Fusion but I don't know if that would help the 
windows remote machine 
get video from an iSight webcam.
Would a different webcam on her mac help?



--- Original Message ---
From: Ed Wiser[mailto:[EMAIL PROTECTED]
Sent: 12/3/2008 5:03:44 AM
To  : macgroup@erdos.math.louisville.edu
Cc  : 
Subject : RE: Re: [MacGroup] Isight compatibility w/windows webcams?

 They want to use Skype
Download on both machines get accounts and check out before she leaves.
Skype is great hey even Oprah uses it.
I got a co worker and his son set up when his son was deployed to Iraq.
 http://www.skype.com/;  target=_new http://www.skype.com/;   
target=_new 
http://www.skype.com/;  target=_new http://www.skype.com/;
target=_new 
http://www.skype.com/  target=_new http://www.skype.com/   target=_new 
http://www.skype.com/  target=_new http://www.skype.com/

-Original Message-




[EMAIL PROTECTED]



 Is there a way to let mac w/isight webcams communicate 2 way with
windows webcams on the other 
person's windows laptop?
Daughter is going to England and has her macbook. Boyfriend has a
windows laptop with a webcam. He 
can see her, but she gets a black screen.

Any work arounds? I'm sure someone has solved this??

Thanks in advance.
Ann Richmond


___
The next Louisville Computer Society meeting will
be January 27 at MacAuthority, 128 Breckinridge Lane. 
Posting address: MacGroup@erdos.math.louisville.edu
Information:  http://www.math.louisville.edu/mailman/listinfo/macgroup 


___
The next Louisville Computer Society meeting will
be January 27 at MacAuthority, 128 Breckinridge Lane. 
Posting address: MacGroup@erdos.math.louisville.edu
Information:  http://www.math.louisville.edu/mailman/listinfo/macgroup 



___
The next Louisville Computer Society meeting will
be January 27 at MacAuthority, 128 Breckinridge Lane. 
Posting address: MacGroup@erdos.math.louisville.edu
Information: http://www.math.louisville.edu/mailman/listinfo/macgroup



[SPIP Zone] Accès restreint 3.0 + Médiathè que COMPATIBLES SPIP 2.0 et entre eux et vive SPIP 2.0

2008-12-03 Thread [EMAIL PROTECTED]
oue ben c'est pas parce que tu fais des bidouilles ignobles dans ton  
coin qu'il faut supposer que tout le monde fait ça, et encore moins  
crier au loup !

Cédric

Le 3 déc. 08 à 15:59, RealET a écrit :


Bonjour,

C'est juste pour info :
- si vous avez modifié Accès restreint 2.0 pour qu'il fonctionne  
quand même avec SPIP 2

- et que vous tentez de mettre mediathèque
La page des plugins n'affiche plus son contenu.

Ceci était pour info pour éviter les mésaventures aux aventureux...

--
RealET


___
spip-zone@rezo.net - http://listes.rezo.net/mailman/listinfo/spip-zone


___
spip-zone@rezo.net - http://listes.rezo.net/mailman/listinfo/spip-zone


Re: [SPIP Zone] Accès restreint 3.0 + Médiathè que COMPATIBLES SPIP 2.0 et entre eux et vive SPIP 2.0

2008-12-03 Thread [EMAIL PROTECTED]

Le 3 déc. 08 à 23:26, RealET a écrit :


* [EMAIL PROTECTED] tapuscrivait, le 03/12/2008 17:34:
oue ben c'est pas parce que tu fais des bidouilles ignobles dans  
ton coin qu'il faut supposer que tout le monde fait ça, et encore  
moins crier au loup !

Quand je crie au loup, il y a un [bug] dans mon titre de message.
Là, j'ai juste signalé pour les aventureux. Je ne pensais pas que  
tu le prendrais mal.

Si c'est effectivement le cas, je te présente les plus plates excuses.


Faut arrêter de faire du bruit avec des scenarii extravagants  
reposant sur du bricolage puisque acces restreint 2 ne *peut pas*  
être installé sur SPIP 2.0.

Sauf à le bidouiller. Auquel cas, inutile de lancer des avertissements.
Quiconque sait que si il bidouille un plugin pour le forcer à  
s'activer avec une version de SPIP sur laquelle il refuse normalement  
de s'installer s'expose à des problèmes.


Cédric
___
spip-zone@rezo.net - http://listes.rezo.net/mailman/listinfo/spip-zone


REQ:Sr.Net developer local to IL......Banking domain exp must...

2008-12-03 Thread [EMAIL PROTECTED]
Hi,

Please find the requirement details..


Location: Chicago, IL

Duration: 6+ Months

Rate – DOE – keep it minimum



*Must be Local to Chicago and available Immediate.*

*Must have Banking Domain Experience*


*MUST HAVES: *
Microsoft .NET
*ASP.NET*
*C# *

*IIS *
Windows 2003 Server
Visual Studio 2005
Web Services

Other
Visio
Visual SourceSafe
Good oral and written communication skills



*Thanks  Regards*

*Lakshmikantht| Technical Recruiter

Versant Technologies |  605 E Algonquin Rd, Suite 250D | Arlington Heights |
IL- 60005 | USA
Ph: +1-847-346-0019 | Fax : 360-925-3051 |
[EMAIL PROTECTED][EMAIL PROTECTED]|
www.versantinc.com
 The Offshore EAI / EDI Experts. Any Application, Any Format, Any Tool.*

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Open 
Source Erp  Crm group.
To post to this group, send email to open-source-erp-crm@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/open-source-erp-crm
-~--~~~~--~~--~--~---



Thank you

2008-12-03 Thread [EMAIL PROTECTED]

I just wanted to say you that H2 is the best Java DataBase I know.
It's a prodigious piece of code, like Rhino in an other domain, that I
discovered by chance. Why does Sun propose Derby in stead of H2 ? It's
quite stupid. Derby is almost not usable.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups H2 
Database group.
To post to this group, send email to h2-database@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en
-~--~~~~--~~--~--~---



{UAE FREEHOLD:4503} See $Money$ come in like clock ,easy money while you sleep...

2008-12-03 Thread [EMAIL PROTECTED]

See $Money$ come in like clock .WORK FROM HOME! easy money while you
sleep...
http://www.clickaudit.com/goto/?131765
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups UAE 
FREEHOLD group.
To post to this group, send email to uae-freehold@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/uae-freehold?hl=en
-~--~~~~--~~--~--~---



[Openjdk] [Bug 289934] Re: Error adding certificates to the keystore on the first install

2008-12-03 Thread [EMAIL PROTECTED]

It seems that in the 8.10 repositroy, still don't have ca-certificates-java 
(20081028) fix, but Nikolaus's method works for me.

thx

-- 
Error adding certificates to the keystore on the first install
https://bugs.launchpad.net/bugs/289934
You received this bug notification because you are a member of OpenJDK,
which is subscribed to ca-certificates-java in ubuntu.

Status in “ca-certificates-java” source package in Ubuntu: Fix Released
Status in ca-certificates-java in Ubuntu Intrepid: Fix Committed

Bug description:
Binary package hint: ca-certificates-java

New problem filed in fixed report; continuing in a new report.
https://bugs.edge.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/289091/comments/5

Configuro ca-certificates-java (20080712ubuntu3) ...
creating /etc/ssl/certs/java/cacerts...
Errore keytool: java.lang.Exception: Impossibile importare il certificato, 
l'alias brasil_gov_br è già esistente
  error adding brasil.gov.br/brasil.gov.br.crt
Errore keytool: java.lang.Exception: Impossibile importare il certificato, 
l'alias abaecom_sub_am_bankers_assn_root_ca è già esistente
  error adding mozilla/ABAecom_=sub.__Am._Bankers_Assn.=_Root_CA.crt
Errore keytool: java.lang.Exception: Impossibile importare il certificato, 
l'alias aol_time_warner_root_certification_authority_1 è già esistente
  error adding mozilla/AOL_Time_Warner_Root_Certification_Authority_1.crt

___
Mailing list: https://launchpad.net/~openjdk
Post to : openjdk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openjdk
More help   : https://help.launchpad.net/ListHelp


[jboss-user] [EJB/JBoss] - Re: EJB Client CallBacks (Like in RMI or CORBA)

2008-12-03 Thread [EMAIL PROTECTED]
That's a very unusual setup. Better use JMS to send this type of information.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4194005#4194005

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194005
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools (users)] - Re: Will be the support of Tomahawk discontinued by JBoss To

2008-12-03 Thread [EMAIL PROTECTED]
Hi Kphilipp,

https://jira.jboss.org/jira/browse/JBIDE-2492 states ADF and tomahawk were 
removed because they were out of date so they haven't been in the build since 
mid-summer.

Are you saying they worked fine for you ?

Noone have stepped up to maintain them and afaik I was told causing more 
trouble than support. - if someone do we would love to put them back in again.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4194012#4194012

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194012
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss AOP] - Re: Help with pointcut

2008-12-03 Thread [EMAIL PROTECTED]
I thought you wanted to restrict to the package and not sub-packages.

If you want to intercept everything in the package and sub-packages this should 
work:

  | all(com.gm.tnt.*) 
  | 



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4194029#4194029

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194029
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: How to set response HTTP headers in serverResource

2008-12-03 Thread [EMAIL PROTECTED]
Indeed. We are looking into it. Thanks!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4194058#4194058

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194058
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: JBoss configuration with Microsoft Sharepoint Server

2008-12-03 Thread [EMAIL PROTECTED]
lgadams wrote : 
  | I saw your reply on the message board just now. I thought that when I 
received a reply to my post it would email me back. Sorry for not getting back 
to your question. 
  | 

You need to watch the topic to get notified. To include markup in your posts, 
you need to use the code tag so that it doesn't get interpreted.
 
lgadams wrote :  
  | The first section in this file with the producer name of 
“NetUnity” works as expected. The section that includes the jboss 
portal is the section that does not work. I am currently talking with Microsoft 
support about this issue. They seem to think that its related to how this 
configuration is set up. In the sharepoint user logs I get a message like this:
  | 
  | Runtime Error in method WSRPConfigurationToolPart.RefreshPortlets of type 
System.Web.Services.Protocols.SoapException.The exception was 
System.Web.Services.Protocols.SoapException: Could not register consumer named 
'Microsoft SharePoint'. 'Internet Explorer' is not a valid Consumer Agent. 
Please notify your Consumer provider that it is not WSRP-compliant. 
  | 

This is the root of the issue. The client agent sent by MS SharePoint does not 
conform to the format defined by the WSRP specification. By default, JBoss 
Portal uses a strict conformance model, hence rejecting anything that does not 
conform to the specfication. The producer can be configured to be more lenient. 
See 
http://docs.jboss.com/jbportal/v2.6.7/referenceGuide/html/wsrp.html#strict-mode 
for more details. Note that in Portal 2.7, this can be configured via the 
administration interface... ;)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4194069#4194069

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194069

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: JBoss configuration with Microsoft Sharepoint Server

2008-12-03 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : 
  | This is the root of the issue. The client agent sent by MS SharePoint ...

I meant consumerAgent, not client agent. See section 7.1.1 of the specification 
for more details.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4194070#4194070

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194070
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Microcontainer] - ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-03 Thread [EMAIL PROTECTED]
Deploying my threads deployer on JBossAS (build from clean trunk as of about 30 
minutes ago) yields:


  | 11:46:50,843 ERROR [AbstractKernelController] Error installing to Real: 
name=vfszip:/home/david/src/java/jbossas/trunk/build/output/jboss-5.0.0.GA/server/default/deploy/jboss-threads.deployer
 state=PreReal mode=Manual requiredState=Real
  | org.jboss.deployers.spi.DeploymentException: Error deploying: 
vfszip:/home/david/src/java/jbossas/trunk/build/output/jboss-5.0.0.GA/server/default/deploy/jboss-threads.deployer
  | at 
org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
  | at 
org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataFactoryVisitor.deploy(BeanMetaDataFactoryVisitor.java:136)
  | at 
org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployerWithInput.deploy(AbstractRealDeployerWithInput.java:125)
  | at 
org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployerWithInput.internalDeploy(AbstractRealDeployerWithInput.java:102)
  | at 
org.jboss.deployers.spi.deployer.helpers.AbstractComponentDeployer.internalDeploy(AbstractComponentDeployer.java:78)
  | at 
org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
  | at 
org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
  | at 
org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
  | at 
org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
  | at 
org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
  | at 
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
  | at 
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598)
  | at 
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
  | at 
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062)
  | at 
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
  | at 
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
  | at 
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
  | at 
org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
  | at 
org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:545)
  | at 
org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:290)
  | at 
org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:221)
  | at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
  | at 
java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
  | at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
  | at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
  | at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181)
  | at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205)
  | at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  | at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  | at java.lang.Thread.run(Thread.java:619)
  | Caused by: java.lang.IllegalArgumentException: Exception loading class for 
ScopeKey addition.
  | at 
org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataFactoryVisitor.addBeanComponent(BeanMetaDataFactoryVisitor.java:67)
  | at 
org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataFactoryVisitor.deploy(BeanMetaDataFactoryVisitor.java:126)
  | ... 28 more
  | Caused by: java.lang.ClassNotFoundException: 
org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataFactoryDeployer from [EMAIL 
PROTECTED]@2c86c977{name=vfszip:/home/david/src/java/jbossas/trunk/build/output/jboss-5.0.0.GA/server/default/deploy/jboss-threads.deployer
 [EMAIL PROTECTED] parentPolicy=BEFORE [EMAIL PROTECTED] [EMAIL PROTECTED] 
context=vfsmemory://3j001-no32d3-foa9setw-1-foa9twdo-9n 
real=vfsmemory://3j001-no32d3-foa9setw-1-foa9twdo-9n], [EMAIL PROTECTED] 
context=file:/home/david/src/java/jbossas/trunk/build/output/jboss-5.0.0.GA/server/default/deploy/
 
real=file:/home/david/src/java/jbossas/trunk/build/output/jboss-5.0.0.GA/server/default/deploy/jboss-threads.deployer]]
  [EMAIL PROTECTED]@22753e7a{vfszip:/home/david/src/java/jbossas/trunk/bu!
 ild/output/jboss-5.0.0.GA/server/default/deploy/jboss-threads.jar}}] 
exported=[]}}
  | at 
org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:385

[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-03 Thread [EMAIL PROTECTED]
Wait, I see where this is coming from.  I'm still declaring my deployer like 
this:


  | deployment xmlns=urn:jboss:bean-deployer:2.0
  | bean name=JBossThreadsMetaDataFactoryDeployer 
class=org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataFactoryDeployer
  | constructor
  | 
parameterorg.jboss.threads.metadata.ThreadsMetaData/parameter
  | /constructor
  | /bean
  | 
  | bean name=JBossThreadsMetaDataSchemaResolverDeployer 
class=org.jboss.deployers.vfs.spi.deployer.SchemaResolverDeployer
  | constructor
  | 
parameterorg.jboss.threads.metadata.ThreadsMetaData/parameter
  | /constructor
  | property name=namejboss-threads.xml/property
  | property name=registerWithJBossXBtrue/property
  | /bean
  | /deployment
  | 

Which is clearly not safe against refactors.  I suppose I should use the 
deployers stuff.

Though I just noticed that the jboss-deployers-2_0.xsd schema has a 
targetNamespace of urn:jboss:classloader:1.0.  Oops? :-)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4194118#4194118

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194118
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-03 Thread [EMAIL PROTECTED]
Also it uses 'required=true' etc when it should be using 'use=required'.  I 
seem to recall reporting this before. :-)

Can I commit a fix for this without screwing anything up?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4194120#4194120

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194120
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-03 Thread [EMAIL PROTECTED]
Now I see that jboss-deployers doesn't have a tag for BeanMetaDataFactory 
deployers.  So I guess I'm back to my original problem of finding where that 
class went :)


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4194121#4194121

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194121
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: PHP on TOMCAT

2008-12-03 Thread [EMAIL PROTECTED]
Thanks JFrederic, 
Previously, I had been trying to get the libphp5 files from PHP binaries with 
axps2 configured and thought buildphp.sh was doing something similiar.

Consequently, I was running buildphp on its own. You made it too easy by 
including the php5servlet directory in the project directory. It was pretty 
clear all along, in truth, the more I go through the process and
learn, the more straightforward it becomes.

So, I compiled succesfully. untarred in $JBOSS_HOME and added the descriptions 
to web.xml.

On start up, I have trouble with libxml2.so, i thinkundefined symbol: 
xmlTextReaderSchemaValidate .

I tried setting the LD_LIBRARY_PATH different ways, i tried it in run.sh just 
in case run.conf wasnt picked up and I also copied the files from the tarball 
into the /usr/lib/jdk1.5../.../server

I have spent some time trying to cajole it into seeing the libxm2.so group but 
im hitting a dead end

Here's the path setting from my run.sh and the error from the server startup ?

I greatly appreciate the help, You can forget how painful it was to learn to 
walk when you do it every day. Then you try something new on the computer and 
oh boy, the bruises may be mental but you are glad of the time spent when you 
are walking around on two legs.

run.sh :

anonymous wrote : 
LD_LIBRARY_PATH=/jboss/jboss-4.0.2/PHP/lib:jboss/jboss-4.0.2/bin/native;
  | export LD_LIBRARY_PATH;

server.log :
anonymous wrote : 2008-11-24 13:38:34,846 DEBUG 
[org.jboss.web.tomcat.filters.ReplyHeaderFilter] Adding header name: 
X-Powered-By='Servlet 2.4; JBoss-4.0.2 (build: CVSTag=JBoss_4_0_2 
date=200505022023)/Tomcat-5.5'
  | 2008-11-24 13:38:34,915 DEBUG 
[org.jboss.invocation.http.servlet.InvokerServlet] 
localInvokerName=jboss:service=invoker,type=http
  | 2008-11-24 13:38:35,044 ERROR 
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/invoker]] 
StandardWrapper.Throwable
  | java.lang.UnsatisfiedLinkError: 
/usr/lib/jdk1.5.0_15/jre/lib/i386/server/libphp5servlet.so: 
/usr/lib/jdk1.5.0_15/jre/lib/i386/server/libphp5.so: undefined symbol: 
xmlTextReaderSchemaValidate, no libphp5servlet in 
java.library.path(/usr/lib/jdk1.5.0_15/jre/lib/i386/server:/usr/lib/jdk1.5.0_15/jre/lib/i386:/usr/lib/jdk1.5.0_15/jre/../lib/i386:/jboss/jboss-4.0.2/PHP/lib:/jboss/jboss-4.0.2/bin/native)
  | at org.jboss.web.php.Library.(Library.java:65)
  | at org.jboss.web.php.Library.initialize(Library.java:104)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4194129#4194129

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194129
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-03 Thread [EMAIL PROTECTED]
Schema fixed in trunk.  Will work some more on this tonight...

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4194155#4194155

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194155
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: PHP on TOMCAT

2008-12-03 Thread [EMAIL PROTECTED]
anonymous wrote : 
LD_LIBRARY_PATH=/jboss/jboss-4.0.2/PHP/lib:jboss/jboss-4.0.2/bin/native;
  | export LD_LIBRARY_PATH;
and
anonymous wrote : java.lang.UnsatisfiedLinkError: 
/usr/lib/jdk1.5.0_15/jre/lib/i386/server/libphp5servlet.so: 
/usr/lib/jdk1.5.0_15/jre/lib/i386/server/libphp5.so: undefined symbol: 
xmlTextReaderSchemaValidate, no libphp5servlet in 
java.library.path(/usr/lib/jdk1.5.0_15/jre/lib/i386/server:/usr/lib/jdk1.5.0_15/jre/lib/i386:/usr/lib/jdk1.5.0_15/jre/../lib/i386:/jboss/jboss-4.0.2/PHP/lib:/jboss/jboss-4.0.2/bin/native)
 

That looks fishy: The libphp5.so is in one place and you set LD_LIBRARY_PATH to 
another one. Follow the doc and don't try to put the bundle insde the JVM 
installation path.

1 - Check if you have a  libxml2.so in the php bundle. If not something went 
wrong will building.
2 - Use ldd libphp5.so and LD_LIBRARY_PATH to find the right value for 
LD_LIBRARY_PATH
3 - Use nm on libxml2.so  to check that xmlTextReaderSchemaValidate is an 
exported symbol.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4194221#4194221

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194221
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[android-developers] Looking for Talented Developers

2008-12-03 Thread [EMAIL PROTECTED]

Tenth Muse Enterprises is in search of developers with experience in
Android and with the ability to expand our ideas to other platforms.
Currently we have 2 projects (Perseus and Proteus) that are in need of
talented software engineers, one a relatively simple but impactful
product that will utilize GPS and will need to have web or server
based data that is submitted by an end user, and relayed to other end
users.  Very simple.

The other project (Proteus) is much more detailed and in depth and the
details cannot be discussed at all here due to US patent laws, however
I promise that this is a highly ambitious idea that will change the
way mobile devices are used forever.

Please understand that anyone looking to participate in either project
must be willing to sign a strict confidentiality agreement before any
information can be shared, or negotiations for contracted work can
begin.

If you are interested in being a part of these exciting projects,
please send your resume and examples or links to your past work to
[EMAIL PROTECTED]


Thank you,

Tavis Leaf
Tenth Muse Enterprises

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: start your application on camera button

2008-12-03 Thread [EMAIL PROTECTED]

Hi,

I cant get this to work. I am trying this for the CALL_BUTTON and on
the emulator.

Added the lines below to my manifest.
Created the MyReceiver class just like you do here.

Then trying to register the receiver in OnCreate:

IntentFilter filter = new IntentFilter
(android.intent.action.CAMERA_BUTTON);
Intent intnt = registerReceiver(mCallButtonIntentReceiver,
filter);

intnt always return null.

What am I doing wrong here ?

TIA

Shimon

On Nov 14, 10:09 pm, [EMAIL PROTECTED] [EMAIL PROTECTED]
wrote:
 Thanks Guys. I added a receiver with CAMERA_BUTTON intent-filter and
 it then triggers my Main application. But I am not getting the choose
 application dialog. Instead, both my Main application and camera
 application opens.

 activity android:name=MainApp
                   android:label=@string/app_name
                   android:theme=@android:style/Theme
             intent-filter
                 action android:name=android.intent.action.MAIN /
                 category
 android:name=android.intent.category.LAUNCHER /
             /intent-filter
             intent-filter
                 action
 android:name=android.intent.action.MY_INTENT/action
                 category
 android:name=android.intent.category.DEFAULT /
             /intent-filter
  /activity
 receiver android:name=MyReceiver
     intent-filter
         action android:name=android.intent.action.CAMERA_BUTTON/
     /intent-filter
 /receiver

 public class MyReceiver extends BroadcastReceiver {

         @Override
         public void onReceive(Context context, Intent intent) {
                 Intent newIntent = new 
 Intent(.android.intent.action.MY_INTENT);
                 context.startActivity(newIntent);
         }

 }

 -abhi

 On Nov 14, 2:53 am, Ludwig [EMAIL PROTECTED] wrote:

  If you have more than one best matching activity for an intent is to offer
  you a list to pick the desired activity, with the option of using one as the
  default (ie do not ask again). It is easy to trigger, just by defining two
  activities with the same intent...Ludwig

  2008/11/14 blindfold [EMAIL PROTECTED]

   What happens when more than one application has this in the manifest?

   Thanks

   On Nov 14, 8:53 am, [EMAIL PROTECTED]
   [EMAIL PROTECTED] wrote:
Register to receive the intent android.intent.action.CAMERA_BUTTON.
Here's how you might add it to your app's manifest:

receiver android:name=CameraButtonIntentReceiver
    intent-filter
        action android:name=android.intent.action.CAMERA_BUTTON/
    /intent-filter
/receiver
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Overriding Contacts View

2008-12-03 Thread [EMAIL PROTECTED]

Hi,

Wow that was quick - thanks.

I know this is the intent.

Here is what I did:
-
I have added it to my manifest XML -

receiver android:name=CallButtonIntentReceiver
intent-filter
action 
android:name=android.intent.action.CALL_BUTTON/
/intent-filter
/receiver

-
Then created a class called 'CallButtonIntentReceiver' -

public class CallButtonIntentReceiver extends BroadcastReceiver {

private static final String ACTION =
android.intent.action.CALL_BUTTON;

@Override
public void onReceive(Context context, Intent intent) {
Intent newIntent = new Intent
(android.intent.action.MY_INTENT);
context.startActivity(newIntent);
}
}

-
and in my main activity:

private final BroadcastReceiver mCallButtonIntentReceiver = new
CallButtonIntentReceiver();

private void registerIntentReceivers() {
IntentFilter filter = new IntentFilter
(android.intent.action.CALL_BUTTON);
Intent intnt = registerReceiver(mCallButtonIntentReceiver,
filter);
}

calling 'registerIntentReceivers' from OnCreate.

--

While this compiles and runs - intnt in 'registerIntentReceivers'
above returns null
when run, and nothing happens when I press the GREEN (CALL) button on
my emulator.

Am I doing anything wrong ?
Do I need to ask for any specific permission ?

TIA
Shimon Shnitzer


On Dec 3, 10:25 pm, Dianne Hackborn [EMAIL PROTECTED] wrote:
 This is the intent launched by the green button:

 http://code.google.com/android/reference/android/content/Intent.html#...

 On Wed, Dec 3, 2008 at 11:42 AM, [EMAIL PROTECTED] [EMAIL PROTECTED]wrote:





  Hi,

  Can you point me to where I can read on how to do this ?
  (I mean get called when the user pressed the GREEN button).

  TIA

  Shimon

  On Oct 9, 10:22 pm, hackbod [EMAIL PROTECTED] wrote:
   Just implement the same intent protocols you want to handle.  For
   pressing the green button, the intent is action
   android.intent.action.CALL_BUTTON.  For someone dialing a number, it
   is android.intent.action.DIAL, etc.  These should be defined in the
   Intent class.

   On Oct 9, 11:05 am, Rohit Mordani [EMAIL PROTECTED] wrote:

Can you tell me how can you replace the entire app/activity?

Rohit

On Aug 29, 10:17 am, hackbod [EMAIL PROTECTED] wrote:

 This isn't supported in 1.0.  You can only replace the entire
 Dialtacts activity.

 On Aug 29, 6:44 am, chokoreto [EMAIL PROTECTED] wrote:

  Hi,

  I am trying to replace the default contacts view, but I get a
  Security
  Exception.

  java.lang.RuntimeException: Unable to start activity
  ComponentInfo{com.android.contacts/
  com.android.contacts.DialtactsActivity}:
  java.lang.SecurityException: Requesting code from
  com.swisscom.addrbook.test (with uid 10017) to be run in process
  android.process.shared (with uid 10004)

  I guess, it has something to do that the Contacts Application uses
  the
  TabActivity and each Activity in the tab runs in different
  processes.
  Is there any way how to solve that?

  I was using this intent-filter

  intent-filter 
            action
  android:name=com.android.contacts.action.LIST_DEFAULT /
           category android:name=android.intent.category.DEFAULT
  /
  /intent-filter

  Regards,
  Reto

 --
 Dianne Hackborn
 Android framework engineer
 [EMAIL PROTECTED]

 Note: please don't send private questions to me, as I don't have time to
 provide private support.  All such questions should be posted on public
 forums, where I and others can see and answer them.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Replacing Dialer, IM, and SMS Apps

2008-12-03 Thread [EMAIL PROTECTED]

Hi,

Is there a way to just change the app launched when the user presses
the CALL (green) button ?

TIA

Shimon


On Oct 14, 9:05 am, hackbod [EMAIL PROTECTED] wrote:
 If you were to ship your own device, you could either pre-configure
 the settins to already have that as the default, or simply build your
 own version of the OS with your own contacts app (once the source is
 released).

 On Oct 13, 4:19 pm, Rohit Mordani [EMAIL PROTECTED] wrote:

  What I meant is - if I were to ship a device with the replacement app
  as the default (out of the box), rather than confusing the user.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[Bug 289934] Re: Error adding certificates to the keystore on the first install

2008-12-03 Thread [EMAIL PROTECTED]

It seems that in the 8.10 repositroy, still don't have ca-certificates-java 
(20081028) fix, but Nikolaus's method works for me.

thx

-- 
Error adding certificates to the keystore on the first install
https://bugs.launchpad.net/bugs/289934
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 304821] Re: package network-manager-gnome 0 .7~~svn20081020t000444-0ubuntu1 failed to install/up grade: förgrening (fork) misslyckades: Kan in te allokera minne

2008-12-03 Thread [EMAIL PROTECTED]

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/20182716/Dependencies.txt

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/20182717/DpkgTerminalLog.txt

** Attachment added: NetDevice.eth0.txt
   http://launchpadlibrarian.net/20182718/NetDevice.eth0.txt

** Attachment added: NetDevice.wlan0.txt
   http://launchpadlibrarian.net/20182719/NetDevice.wlan0.txt

** Attachment added: NetDevice.wmaster0.txt
   http://launchpadlibrarian.net/20182720/NetDevice.wmaster0.txt

** Attachment added: Syslog.txt
   http://launchpadlibrarian.net/20182721/Syslog.txt

** Attachment added: WpaSupplicantLog.txt
   http://launchpadlibrarian.net/20182722/WpaSupplicantLog.txt

-- 
package network-manager-gnome 0.7~~svn20081020t000444-0ubuntu1 failed to 
install/upgrade: förgrening (fork) misslyckades: Kan inte allokera minne
https://bugs.launchpad.net/bugs/304821
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 304821] [NEW] package network-manager-gnome 0.7~~svn20081020t000444-0ubuntu1 failed to install/ upgrade: förgrening (fork) misslyckades: Kan inte allokera minne

2008-12-03 Thread [EMAIL PROTECTED]
Public bug reported:

It happend when i tried to upgrade in intrepid

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 8.10
ErrorMessage: förgrening (fork) misslyckades: Kan inte allokera minne
Gconf:
 
IfupdownConfig:
 auto lo
 iface lo inet loopback
Package: network-manager-gnome 0.7~~svn20081020t000444-0ubuntu1
SourcePackage: network-manager-applet
Title: package network-manager-gnome 0.7~~svn20081020t000444-0ubuntu1 failed to 
install/upgrade: förgrening (fork) misslyckades: Kan inte allokera minne
Uname: Linux 2.6.27-10-generic i686

** Affects: network-manager-applet (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package

-- 
package network-manager-gnome 0.7~~svn20081020t000444-0ubuntu1 failed to 
install/upgrade: förgrening (fork) misslyckades: Kan inte allokera minne
https://bugs.launchpad.net/bugs/304821
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[sqlalchemy] I can replace an object with another in python, by changing the object dict to the other object dict. How does it settle with sqlalchemy? Does it works when another mapped object poin

2008-12-03 Thread [EMAIL PROTECTED]

I wrote it on usage reciepts, but no one answered yet.

The reason I'm doing so, is to solve the following problem: I have an
object that is compounded from the fields - obj_id, num1, num2, num3.
obj_id is my primary key. I want to create a save method for the
object's class, that will do the following:
If the object is in the session, save it.
Else, if there is another object in the db with the same num1 and
num2, use the object in the db instead of the current one, and warn
the user if num3 is different.
So it's quite like merge, but not necessarily on the primary key. Now,
I want that use the object in the db wouldn't be by returning the
object after the merge (original object if didn't exist, and db_object
if existed), but really replacing it (self.dict =
existing_object.dict), so one can use that object afterwards, without
being confused.


I know that I can make a constraint in the DB that num1 and num2 would
be unique so that object won't be created (the user will get an
exception), but it won't really be a fix for my problem, because it's
important for my users not to get that kind of exceptions (Especially
because I have another mapped clazz, that is the contatiner of many
obj, so way they will save that class they don't won't to deal with
the case that one of the obj already existed).

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~--~~~~--~~--~--~---



Re: [MBZ] Opel, here?

2008-12-03 Thread [EMAIL PROTECTED]
I used to have a sweet Cadet wagon, several Mantas and almost a gt.  They were 
fun little cars, rusted bad here in all of the salt.  Had to hold one subframe 
together with bumper jacks and seatbelts to get it homelol  Guy on the 
other side of the lake has a 502 BB Chevy in a GT.fastest regged street car 
in NY he claims

Mike
-Original Message-
Date: Wednesday, December 03, 2008 3:35:54 pm
To: mercedes@okiebenz.com
From: [EMAIL PROTECTED]
Subject: Re: [MBZ] Opel, here?

 ...If I saw Opel for sale here I'd definitely check them out...
 
GM tried that, called it the Catera, and it flopped.

RLE
  
 




**
Make your life easier with all your friends, email, and 
favorite sites in one place.  Try it now. (http://www.aol.com/?optin=new-dpamp;
icid=aolcom40vanityamp;ncid=emlcntaolcom0010)
___
http://www.okiebenz.com
For new and used parts go to www.okiebenz.com
To search list archives http://www.okiebenz.com/archive/

To Unsubscribe or change delivery options go to:
http://okiebenz.com/mailman/listinfo/mercedes_okiebenz.com



___
http://www.okiebenz.com
For new and used parts go to www.okiebenz.com
To search list archives http://www.okiebenz.com/archive/

To Unsubscribe or change delivery options go to:
http://okiebenz.com/mailman/listinfo/mercedes_okiebenz.com


Re: [MBZ] Opey

2008-12-03 Thread [EMAIL PROTECTED]
Was twenty years agolol  You are correct on the spelling though.  My friend 
took his sister in law out drinking two weeks after i got it.apparently she 
was distracted and totalled it.gggrr.  So much for letting friends 
borrow cars.

Mike
-Original Message-
Date: Wednesday, December 03, 2008 10:27:15 pm
To: mercedes@okiebenz.com
From: [EMAIL PROTECTED]
Subject: Re: [MBZ] Opey

 ...I used to have a sweet Cadet wagon, several Mantas and almost a gt...
 
And you loved it so much that you renamed it.

Kadett.

RLE





**
Make your life easier with all your friends, email, and 
favorite sites in one place.  Try it now. (http://www.aol.com/?optin=new-dpamp;
icid=aolcom40vanityamp;ncid=emlcntaolcom0010)
___
http://www.okiebenz.com
For new and used parts go to www.okiebenz.com
To search list archives http://www.okiebenz.com/archive/

To Unsubscribe or change delivery options go to:
http://okiebenz.com/mailman/listinfo/mercedes_okiebenz.com



___
http://www.okiebenz.com
For new and used parts go to www.okiebenz.com
To search list archives http://www.okiebenz.com/archive/

To Unsubscribe or change delivery options go to:
http://okiebenz.com/mailman/listinfo/mercedes_okiebenz.com


Thread closed RE: [EMAIL PROTECTED] Viva Defiyan Cori

2008-12-03 Thread Dapua [EMAIL PROTECTED]

Sanak kasadonyo,

Thread tantang sanak Defiyan Cori ... closed! Ndak ado gunonyo ditaruihkan!

Iko permasalahan nan kembali ba ulang sajo kok, ado nan baru tibo di Palanta
... dan manginginkan Palanta harus sasuai jo keinginannyo dan maraso akan
bisa marubah dunia dengan sikap offensive. Antah lah ... ambo masih picayo,
sikap offensive hanya akan mambuek masalah baru. Dalam etika ba komunikasi
dengan email dan mailing list, iko disabuk FLAMMING. Sikap Flamming iko alah
dibahas sejak internet mulai berkembang awal 1990-an.

Untuak Yoss Fitrayadi (Mantari Sutan) ... harus diakui sanak pandai manulih.
Clear enough, dek sanak alah menyampaikan dengan jaleh sia bana angku
dibawah, yang tanyato hanya  nihilis nan asa babeda dan tangah sibuk mambuek
barisan untuk karajo nan kontra produktif. Karena angku mengaku pencinta
sarengeh ... iko lah sarengeh ambo untuak angku nan partamo dan sekaligus
nan terakhir, agar berbuat ke arah yang labiah bamanfaat. Selain soal-soal
asa babeda, masih kito tunggu kok, tulisan sanak lainnyo. Tolong inok i, iko
Dinda!!!

Sekaligus ambo sampaikan, karena mulia banyak lagi identitas nan indak jaleh
dan banyak nan alun memenuhi Peraturan RantauNet ... agar kembali mambaco
dan mamahami Peraturan nan ado. Link nyo dibawah!

MIKO (40)
Rang Dapua

 -Original Message-
 From: RantauNet@googlegroups.com
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 [EMAIL PROTECTED]
 Sent: 04 Desember 2008 00:26
 To: rantaunet@googlegroups.com
 Subject: [EMAIL PROTECTED] Viva Defiyan Cori
 
 Akhir-akhir ini di rantaunet, saya hanya tertarik mencampuri isu-isu 
 soft saja. Isu-isu yang agak panas, saya hindari untuk mencikarauinya. 
 Beda dengan nan taralah, nyaris setiap bola yang naik akan saya smesh. 
 Kali ini energi lebih tercurah ke urusan sesuap nasi.
 
 Kemunculan Defiyan pertama kali di rantaunet, menarik perhatian saya. 
 Ia menyambar setiap isu dengan sebuah pernyataan emosional. Berusaha 
 menyadarkan kita semua tentang kegagalan beruntun komunitas kita. 
 Sebagian kita tentu terhenyak dengan Defiyan yang tanpa tedeng 
 aling-aling ini.
 
 Defiyan akan saya ajak berteman. Sebagai seorang yang pernah menjadi 
 asisten dosen mata kuliah dasar-dasar ilmu sarengeh, saya memberikan 
 apresiasi buat defiyan. Ia tak boleh berhenti bersuara di rantaunet. 
 Defiyan jangan terlalu banyak melihat ke kiri dan ke kanan. Tetaplah 
 mengikuti kata hati.
 Sampaikanlah apa nan takana.
 
 Tak perlu dengarkan cerita bahwa defiyan begitu-begini karena gagal 
 dan sakit hati. Dikucilkan adalah resiko yang mungkin ia hadapi. Jadi 
 saya rasa, ia tak akan kecewa dengan kegagalan mengumpulkan dukungan 
 dalam pemilihan DPD tempo hari.
 
 Buat Defiyan. Tetaplah sarengeh! Dunia diubah oleh orang yang 
 sarengeh,
 
 MS


--~--~-~--~~~---~--~~
=== 
UNTUK DIPERHATIKAN, melanggar akan dimoderasi/dibanned:
- Anggota WAJIB mematuhi peraturan serta mengirim biodata! Lihat di: 
http://groups.google.com/group/RantauNet/web/peraturan-rantaunet
- Tulis Nama, Umur  Lokasi di setiap posting
- Hapus footer  seluruh bagian tdk perlu dalam melakukan reply
- Untuk topik/subjek baru buat email baru, tidak dengan mereply email lama 
- DILARANG: 1. Email attachment, tawarkan disini  kirim melalui jalur pribadi; 
2. Posting email besar dari 200KB; 3. One Liner
=== 
Berhenti, kirim email kosong ke: [EMAIL PROTECTED] 
Daftarkan email anda yg terdaftar disini pada Google Account di: 
https://www.google.com/accounts/NewAccount?hl=id
Untuk melakukan konfigurasi keanggotaan di:
http://groups.google.com/group/RantauNet/subscribe
===
-~--~~~~--~~--~--~---



FW: [EMAIL PROTECTED] Kereta Api Kritik untuk Defian

2008-12-03 Thread Dapua [EMAIL PROTECTED]

Dari sanak Defiyan Cori, nan tasangkuik di Dapua!
Rang Dapua
___

From: Defiyan Cori [mailto:[EMAIL PROTECTED] 
Sent: 04 Desember 2008 02:54
To: RantauNet@googlegroups.com
Subject: Re: [EMAIL PROTECTED] Kereta Api Kritik untuk Defian


Assalamuálaikum Wr.Wb. sanak sadonyo nan dimuliakan ALLAH SWT...
ambo minta maaf setulus2nya atas segala hal kritik nan mambuek sakik hati
(istilah Jawanya njawil ning lara) , pernyataan yang mungkin indak nyata
semuanya (istilah Jawanya: nyoto ning ora ketoro). Mungkin ada hal-hal yang
emosional itu tidak lebih karano ambo sayang ka kampuang yang punyo namo
besar untuak bangsa ko, mako ambo cubo jo nan ado, punyo kuaso yo kuaso,
punyo usul yo jo manulih, kalau ndak bisa juo yo jo doá (iko salamah2 Iman).
Dan, ambo ndak amuah jadi urang nan lamah. Untuak soal2 yang ambo kemukakan
sabalun2 no...(apapun kritik nan emosional dan padeh takah sambo lado..) itu
ndak tajadi di kampuang kito sajo, itu tajadi dari sabang sampai merauke dan
itu sistemik. Manga kok ambo harus peduli ka kampuang, karano ibarat kato
buya masóed (salam hormat ambo) harus mulai dari diri sendiri (kalau
provinsi lain awak ibaratkan tetangga), yo berarti kampuang awak kan
didaulukan mamelokkan no? Kampuang...begitu berarti bagi ambo, karano tampek
bundo kanduang, (ibarat berlayar ke penjuru dunia akhirnya merapat ke
pelabuhan juga)...apolai jiko awak mambandiangkan masa lalu dengan tokoh2
Minangkabau nan jadi tauladan jo tokoh2 maso kini, dan apo nan bisa awak
pabuek untuak maso depan? Raso2nyo kok nan punyo kuaso ndak bisa2
memperbaiki isitilah orang Jawa no: sing kuaso ora biso, sing iso ora kuaso
(yang kuasa tidak bisa, yang bisa tidak kuasa).
 
Soal ambo jo Pak Saaf sabana no alah salasai dengan permintaan maaf, karano
ado nan manyorakkan Pak Saaf baliak (mudah2an Pak Saaf ndak terpengaruh) yo
ambo klarifikasi lah supayo duduak perkaranyo..Ambo memang pernah calon DPD
Nomor 41, tapi kemudian mundur karano KPU tidak berhasil menunjukkan bukti
pernyataan yang tidak mendukung (saya tidak mau ribut, teman2 saya di ICW
dan Depkum HAM sudah mendukung kalau ada tuntutan,tapi buat apa?), dukungan
ambo yo dari kawan2 ambo nan di kampuang...InsyaALLAH ndak ado raso frustasi
di ambo do...gagal dan berhasil adalah proses alamiah dan kedua2nya ujian
dari ALLAH SWT.
 
Dengan melihat sejarah rantau net (yang ambo baco di pintu masuak no, dimano
ado peristiwa2 tertentu), mako ambo menyimpulkan diskusi2 iko akan tidak
produktif karano kritik ambo alah dicaliak dari perspektif yang lain dan iko
beko ndak sehat.
Oleh sebab itu, bialah ambo mundur dari diskusi2 di mailist iko...
 
Terima kasih atas saran dan kesempatan, mudah2an nan di rantau benar2
memikirkan kampuang awak dan tulus berjuang demi kebaikan masa depan. Amin
ya rabbilálamin..
Terhadap dunsanak nan maraso ndak lamak karano masakan terlalu padehambo
dari hati nan dalam menyampaikan maaf yang setulus2nya. Terima kasih atas
nasehat para dunsanak sadonyo. Semoga ALLAH SWT jualah yang menunjukkan
kebenaran itu...
 
Kulo haturaken kalian panjenengan sami,,,mbok menawi onten kesalahan saking
kawulo mohon dipun pangestu nipun (I want to apologize to all of you if many
mistake and misleading I made)..
Pak Saaf terima kasih atas maaf yang telah bapak berikan mudah2an ALLAH SWT
selalu memberikan kesehatan dan kemudahan bagi bapak. Amin ya rabbilálamin!
 
Terima kasih dan semoga dapat jumpa lagi di lain kesempatan...

Wassalam
Defiyan Cori


--~--~-~--~~~---~--~~
=== 
UNTUK DIPERHATIKAN, melanggar akan dimoderasi/dibanned:
- Anggota WAJIB mematuhi peraturan serta mengirim biodata! Lihat di: 
http://groups.google.com/group/RantauNet/web/peraturan-rantaunet
- Tulis Nama, Umur  Lokasi di setiap posting
- Hapus footer  seluruh bagian tdk perlu dalam melakukan reply
- Untuk topik/subjek baru buat email baru, tidak dengan mereply email lama 
- DILARANG: 1. Email attachment, tawarkan disini  kirim melalui jalur pribadi; 
2. Posting email besar dari 200KB; 3. One Liner
=== 
Berhenti, kirim email kosong ke: [EMAIL PROTECTED] 
Daftarkan email anda yg terdaftar disini pada Google Account di: 
https://www.google.com/accounts/NewAccount?hl=id
Untuk melakukan konfigurasi keanggotaan di:
http://groups.google.com/group/RantauNet/subscribe
===
-~--~~~~--~~--~--~---



Re: SCALR off-line

2008-12-03 Thread [EMAIL PROTECTED]

Can you please announce downtime ahead of time, and schedule upgrades
at night (for US/Europe)?

On Dec 3, 4:00 am, Alex Kovalyov [EMAIL PROTECTED] wrote:
 Andrej,
 We were upgrading application, but the only thing that was disabled was user
 web interface. The controller and nameservers were functioning normally.
 I replied to your personal message as well.

 Alex

 On 02.12.08 16:01, Andrej Simonovski [EMAIL PROTECTED] wrote:

  Hi Alex

  Our website is down for an hour now. Scalr is doing maintenance?!

  The Scalr web interface is not available at the moment. We are performing
  system upgrades. Please check back later. 

  This needs to be announced beforehand please.

  Can you let me know when to expect to see it back? The servers are running
  ok, so I suppose DNS servers are offline?!

  Thanks

  Andrej
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
scalr-discuss group.
To post to this group, send email to scalr-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/scalr-discuss?hl=en
-~--~~~~--~~--~--~---



[Rails] Re: validates acceptance of question

2008-12-03 Thread [EMAIL PROTECTED]

Thanks for your help. That was it. Remove the quotes and it works.



On Dec 3, 9:36 am, Philip Hallstrom [EMAIL PROTECTED] wrote:
 On Dec 2, 2008, at 10:05 PM, [EMAIL PROTECTED] wrote:



  Yes, :agreement is a field in my database. Should I remove it?
  In any case I did set the :accept = true, but it didn't change
  anything. I get the same error when I submit the form whether or not
  the box is checked.

 Set :accept = true  (no quotes).  That's how I read the docs... if  
 it's a database column, you need that.

  The html shows:

  uldiv class=fieldWithErrorsinput checked=checked
  id=agent_agreement name=agent[agreement] type=checkbox
  value=1 //divdiv class=fieldWithErrorsinput name=agent
  [agreement] type=hidden value=0 //div

  Am I reading this right that after the checkbox value is set to 1
  that then there is a hidden value that is setting it to 0? Is this
  supposed to be this way?

  On Dec 2, 7:26 pm, Philip Hallstrom [EMAIL PROTECTED] wrote:
  I have a terms of service agreement attached to a checkbox. It seems
  to work ok and I see

  agreement=0   when the box is not checked in the development  
  log

  and

  agreement=1 when the box is checked in the log.

  But in the model I this validation:

  validates_acceptance_of :agreement,
                           :message = Please accept the terms to
  proceed

  So when the form is actually filled out, no matter whether the box  
  is
  checked or not I get:

  1 error prohibited this agent from being saved

  There were problems with the following fields:

  -Agreement,   Please accept the terms to proceed

  So what am I missing to get this to work?

  is :agreement a field in your database? if so the docs say...

  :accept - Specifies value that is considered accepted. The default
  value is a string 1, which makes it easy to relate to an HTML
  checkbox. This should be set to true if you are validating a database
  column, since the attribute is typecast from 1 to true before
  validation.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Ruby 
on Rails: Talk group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~--~~~~--~~--~--~---



Need ORACLE EBS Finance AR.. Techno/ functional

2008-12-03 Thread [EMAIL PROTECTED]

Need ORACLE EBS Finance AR.. Techno/ functional
Duration: 3+ months
Location: CA,
Rate: Open all inc,

ORACLE EBS Finance AR.. Techno/ functional...need the technical skills
for the data conversion piece. Client is going from and old legacy
system to Oracle EBS.
they have developers, so this person just need to coordinate the
process (don’t need to write code)


Thanks  Regards,

Brao


(Sr.Recruiter),
Phone: (702) 953-0787
Phone :( 702)448-5604
Fax: (702) 973-0973
Email: [EMAIL PROTECTED]
Urbane Soft Technologies Inc,
5795 S.Sandhill Rd, STE F,
Las Vegas, Nevada -89120
USA
www.urbanesoft.com

IM : [EMAIL PROTECTED]

ABOUT URBANE SOFT TECHNOLOGIES INC
 --
Urbane Soft Technologies Inc is an IT consulting  staffing firm,
which specializes in providing top IT resources to companies on a
contract and permanent basis.
Our expertise extends to all modules of IT technologies.

 We can provide top IT resources at rates lower than those charged by
large integrators.
 Here is a link to our website: www.urbanesoft.com


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
[EMAIL PROTECTED] group.
To post to this group, send email to LATHA56@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/LATHA56?hl=en
-~--~~~~--~~--~--~---



Need Oracle Technical Lead

2008-12-03 Thread [EMAIL PROTECTED]

Need Oracle Technical Lead
Location: Costa Mesa, CA,
Length: 13 months
Start: ASAP
Interview: phone
Rate: Open ALL INCLUISVE

EBS/APPSTECH/Technical Lead

Must be local to Calif...R12 experience is an absolute requirement for
this position...the customer will not accept if they have R12
certification, but does not have actual hands on experience.

We need a Technical Lead with the  following experience

  a.. Release 12 eBS – Financials  Procurement  Inventory
  b.. Strong knowledge on open interfaces – preferably middleware
experience (Informatica)
  c.. 10+ years of experience managing teams size 10-20
  d.. Hyperion (nice to have)


Thanks  Regards,

Brao


(Sr.Recruiter),
Phone: (702) 953-0787
Phone :( 702)448-5604
Fax: (702) 973-0973
Email: [EMAIL PROTECTED]
Urbane Soft Technologies Inc,
5795 S.Sandhill Rd, STE F,
Las Vegas, Nevada -89120
USA
www.urbanesoft.com

IM : [EMAIL PROTECTED]

ABOUT URBANE SOFT TECHNOLOGIES INC
 --
Urbane Soft Technologies Inc is an IT consulting  staffing firm,
which specializes in providing top IT resources to companies on a
contract and permanent basis.
Our expertise extends to all modules of IT technologies.

 We can provide top IT resources at rates lower than those charged by
large integrators.
 Here is a link to our website: www.urbanesoft.com


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
[EMAIL PROTECTED] group.
To post to this group, send email to LATHA56@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/LATHA56?hl=en
-~--~~~~--~~--~--~---



Need Storage Operations AdmNin (Clariion Storage Admin )

2008-12-03 Thread [EMAIL PROTECTED]

Need Storage Operations AdmNin (Clariion Storage Admin )

Job: Storage Operations Admin
Location: Atlanta, GA
Duration: 3+ Months,
Rate: Open all inclusive
Start: ASAP
Interview: Phone


Must have GREAT communication skills


Residency Purpose

Primary responsibilities will be Storage Operations in a Clariion
environment. Help plan and prepare for future DMX deployment.
Tasking

File Systems/Volume Mgt.; Performance Tuning; Best Practice Knowledge
Transfer; Storage Provisioning; Status Reporting

Skills - Required

SAN-CLARiiON (FC: AX, CX); SAN-McData; NAS-Celerra; SW-Powerpath; SW-
Navisphere Manager; SW-Navisphere Analyzer; SW-Solutions Enabler CLI;
SW-SAN Copy (CLARiiON); SW-Snapview (CLARiiON); SW-Mirrorview
(CLARiiON); BURA-ERM-Repl Mgr (Symm, CLARiiON);

Skills - Nice to Have

SAN-Symmetrix DMX; SAN-Invista; SW-ECC: Storage Scope; SW-Snapview for
Exchange (SIME); SW-Snapview for SQL Server (SIMS); Repli-SRDF/AR;
BURA-Veritas Netbackup


Thanks  Regards,

Brao

(Sr.Recruiter),
Phone: (702) 953-0787

Phone :( 702)448-5604
Fax: (702) 973-0973
Email: [EMAIL PROTECTED]

Urbane Soft Technologies Inc,
5795 S.Sandhill Rd, STE F,
Las Vegas, Nevada -89120
USA
www.urbanesoft.com

 IM : [EMAIL PROTECTED]


ABOUT URBANE SOFT TECHNOLOGIES INC
 --
Urbane Soft Technologies Inc is an IT consulting  staffing firm,
which specializes in providing top IT resources to companies on a
contract and permanent basis.
Our expertise extends to all modules of IT technologies.



 We can provide top IT resources at rates lower than those charged by
large integrators.
 Here is a link to our website: www.urbanesoft.com



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
[EMAIL PROTECTED] group.
To post to this group, send email to LATHA56@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/LATHA56?hl=en
-~--~~~~--~~--~--~---



[gatortalk] Re: How do you eat an elephant?

2008-12-03 Thread [EMAIL PROTECTED]
How do you freeze an elephant though?
.
.
.
.
.
.

Open the freezer door and shove it in!




On Wed, Dec 3, 2008 at 3:06 PM, Bill Hileman [EMAIL PROTECTED]wrote:


 One GATOR CHOMP at a time!

 Bill Hileman, MCP, CPD, BCIP
 Programmer/Analyst, DASI

 DASI Home Page
 http://www.dasi-software.com

 The Bondsman
 http://www.bailbondprogram.com

 FTP Site
 http://www.dasi-software.com/download

 


--~--~-~--~~~---~--~~
GATORS: ONE VOICE ON SATURDAY - NO VOICE ON SUNDAY!
1996 National Football Champions   |   2006 National Basketball Champions
2006 National Football Champions   |   2007 National Basketball Champions
Three Heisman Trophy winners: Steve Spurrier (1966), Danny Wuerffel (1996),
Tim Tebow (2007) - Visit our website at www.gatornet.us
-~--~~~~--~~--~--~---



(313) Fwd: Iridite- Bleep greetings

2008-12-03 Thread [EMAIL PROTECTED]


Glasgow, here we come!

Coming saturday
December 6th

-===

Hello everybody- just a short note to say hi and goodbye to 2008 (well 
almost!), Iridite's 9th year in existence.  We've got several exciting 
releases planned for next year, a new website and some digital news- 
we'll keep you informed when everything is ready to go.


In the meantime, you can get yourself down to our last party of the year 
this weekend- Bleep has moved around the corner from Stereo to Pivo Pivo 
(anyone who made it down to the Orlando Voorn after party we did there a 
couple of months ago will remember just how good that was!) and this 
month we've got more Dutch invaders:


Peel Seamus (Marsel from Delsin)
Aroy Dee (MOS and Rush Hour)
Martin Patton (Voltaic)
Jason Brunton (Iridite/Rubadub)

www.myspace.com/bleeplive http://www.myspace.com/bleeplive

Aroy Dee has produced some of the finest techno tracks of the year and 
Marsel has been steering Delsin ever further forward with a new tougher 
sound pulling in some big hitters like Rolando and Steve Rachmad to his 
busy release schedule.


You can expect to hear deepness from Detroit to Glasgow and tough 
Chicago House from 11 until very very late indeed.


I'll also be spinning a few platters earlier on in the night at the 
Courtyard Bar on West Nile Street (inside this month as it's most 
definitely not summer any more!)


enjoy!

Jason


-=


[OSM-talk-fr] courbes de niveau

2008-12-03 Thread [EMAIL PROTECTED]
Bonjour tout le monde,

je viens de faire un tour sur http://www.openstreetmap.org

en activant cycle map sur base layer, j'ai vu apparaître des courbes de niveau. 

C'est intéressant d'où cela provient-il ? et sous quelle forme est-ce 
éventuellement disponible ?

Cordialement 

Pascal 


-- ALICE N°1 de la RELATION CLIENT 2008*
Découvrez vite l'offre exclusive ALICE BOX! En cliquant ici 
http://abonnement.aliceadsl.fr Offre soumise à conditions.*Source : TNS SOFRES 
/ BEARING POINT. Secteur Fournisseur d.Accès Internet



___
Talk-fr mailing list
Talk-fr@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-fr


Re: Come far riconoscere a debian 5 schede audio?

2008-12-03 Thread [EMAIL PROTECTED]
Grazie delle risposte.


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[EMAIL PROTECTED] con oggetto unsubscribe. Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



RE: Bad Santa

2008-12-03 Thread [EMAIL PROTECTED]
This message is from: [EMAIL PROTECTED] [EMAIL PROTECTED]

Great pictures Kristie.  Thank you for posting them.
 How old is Izzy again. 

Gail Russell
Forestville CA
www.surprisevalleyvacation.com



 This message is from: Kristie Strange
[EMAIL PROTECTED]

I tried to take some festive photos of Izzy this
morning, and somebody had a 
BAD attitude...

Important FjordHorse List Links:
Subscription Management: http://tinyurl.com/5msa7e
FH-L Archives: http://tinyurl.com/rcepw
Classified Ads: http://tinyurl.com/5b5g2f




[android-discuss] Re: feature/application idea

2008-12-03 Thread [EMAIL PROTECTED]

yes, thats it. At the moment I just set everything as an all day
event, and it displays in any old order - which is fine for the month
view on a PC. But these events dont appear as text in week on the G1
unless you have the cursor on each entry. There is plenty of space on
the screen for 7 days of calendar text IF you get rid of the timed
entries.
After all with a paper diary/schedule you just write where you want -
I like that!
james


On Dec 3, 3:26 pm, roninracer [EMAIL PROTECTED] wrote:
 I don't expect you're going to get rid of time based scheduling.

 But I interpret your request as having something like an in-line 'to-
 do' list along with your time-based 'events'.
 Such 'to-do's' would be inserted in the order you expect them to occur
 and may or may not be associated with a time like 'lunch' or 'talk to
 Mary about '. Like stuff you have to do that day but don't know
 when you might get to it.

 Am I understanding you correctly?
 Chris

 On Dec 2, 8:22 pm, [EMAIL PROTECTED]

 [EMAIL PROTECTED] wrote:
  What I'd really like is to see the text of each entry in the week view
  of the Calendar - ar possibly a new application just for this...

  I don't ever use timed entries - preferring to use my own way of
  entering appointments. (does anyone else hate the way google tries to
  help us by reading and 'interpreting' the time of our entries?! I wish
  this could be switched off . In fact i'd love an option to make
  everything an 'all day event' by default)

  The old Psion organiser had this feature from the early 90's. Its week
  view emulated the look of a filofax just opened out. Was perfect! And
  it was easy to fast forward while reading the text...No calendar
  application that I have seen has look like that ever since...

  anyone else think like me?

  BTW, totally in LOVE with my G1 - even after a whole week!

  cheers
  maravedis
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Android Discuss group.
To post to this group, send email to android-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/android-discuss?hl=en
-~--~~~~--~~--~--~---



[android-discuss] Re: I found a link for G1 as a modem

2008-12-03 Thread [EMAIL PROTECTED]

 I change my internet G1 future to Total Internet $25

 Speed is fast, i can watch youtube and its not buffering.

 I had a customer with his G1, and he had G1 internet and i have Total
Internet and my speed is much faster.

 Switch your internet to Total Internet and try it.

 When you switch your service to total internet all you have to do is:

 Go to: Menu: Settings: Wireless Control: Mobile Network: Acess Point
Names: then you press menu: New APN

 Name: t-mobile us

 APN: internet2.voicestream.com

 Everything else leave blank

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Android Discuss group.
To post to this group, send email to android-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/android-discuss?hl=en
-~--~~~~--~~--~--~---



[android-discuss] Re: Developers, the Apps We Need Most!

2008-12-03 Thread [EMAIL PROTECTED]


On Nov 8, 10:14 am, Mark Murphy [EMAIL PROTECTED] wrote:

 What you're dancing around, though, is the bigger issue: now that we
 have this lovely open source mobile OS, how do we convert user interest
 in features and enhancements into actual working code that gets into a
 future OS update? Otherwise, all this open sourcing won't amount to
 much, and we're pretty much stuck with watching the race between
 Google's engineering team and Apple's from the sidelines.

Interesting discussion. I just got the G1 phone and I'm impressed so
far.  Part of my enthusiasm with the G1 and Android comes from my
dislike of ATT's billing and customer service and the cult-like aura
around the iPhone. I probably would have gotten an iPhone if it
weren't for those things.

But now that I've used the G1 for a while, I would love to see it
become the real iPhone killer. What would it take to be a real iPhone
killer? The only thing that really bothers me about the G1 is the
keyboard. Typing on it is not that bad, but the swing-out hinge seems
flimsy to me, and the keyboard sometimes creaks while undeployed.

Could the G1/android emulate an iPhone's QWERTY text entry? At least
for quikie text-field entry applications? Also a drag-highlight-copy-
paste-buffer function would be very useful for me at times.

Other than that, I find the phone and the operating system very
intuitive to use. I like the way it syncs with Google. I worry a
little about personal data.

I would like to see Android enjoy the same success as Linux. Is this
possible?

Artie



 --
 Mark Murphy (a Commons Guy)http://commonsware.com
 _The Busy Coder's Guide to Android Development_ Version 1.4 Published!

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Android Discuss group.
To post to this group, send email to android-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/android-discuss?hl=en
-~--~~~~--~~--~--~---



Re: Writing Array of Dictionaries to Defaults (CFPreferences)

2008-12-03 Thread [EMAIL PROTECTED]

I will begin by saying that I figured this out at about 9:30 last night.


On Dec 1, 2008, at 7:08 PM, [EMAIL PROTECTED] wrote:

// Notifies of change of data in table view.  Make sure to reflect  
changes in datasource.
- (void)tableView:(NSTableView *)aTableView setObjectValue: 
(id)anObject forTableColumn:(NSTableColumn *)aTableColumn row: 
(NSInteger)rowIndex

{
NSString *columnID = [aTableColumn identifier];
	NSMutableArray *scheduleArray = [NSMutableArray  
arrayWithArray:_schedules];


	// If deactivate time was edited, we create a new schedule with  
just that changed.

if ([columnID isEqualToString:kScheduleDeactivateString]) {
NSLog(@Deactivate anObject = %@, anObject);
		[[scheduleArray objectAtIndex:rowIndex] setDeactivate:(NSNumber *) 
[anObject intValue]];


What are you doing here?  You have an object (anObject).  Presumably  
you think it's an NSNumber.  Then, you ask for its intValue, which  
returns... an int.  An int is _not_ an object, of course.  You then  
cast that int to an NSNumber*, which is almost certainly wrong.  You  
then pass it to some method which is probably expecting a pointer to  
an actual object, not an int posing as a pointer.


The reason for the undefined object here (anObject) is that this  
method is actually a delegate method of NSTableView.  I was under the  
impression that the delegate methods must be used as is (the prototype  
anyway) because that's the message NSTableView is going to send to the  
delegate.  Depending on what table column was edited (as per the  
aTableColumn parameter) I need the object (presumably an NSString*  
since all of the table fields are text fields) to be either an  
NSString* or an NSNumber*.  I know intValue returns an int, and I'm  
perfectly aware that an int is not an object, that's obvious.  I did  
think there was some bridging in place, however, for NSNumber, but you  
are right, there isn't.  What I really needed was:


[NSNumber numberWithInt:[anObject intValue]]

After changing that part of the line, this part of the method worked  
without incident.




}
	// If activate time was edited, we create a new schedule with just  
that changed.

else if ([columnID isEqualToString:kScheduleActivateString]) {
NSLog(@Activate anObject = %@, anObject);
		[[scheduleArray objectAtIndex:rowIndex] setActivate:(NSNumber *) 
[anObject intValue]];


You do the same here.



}
	// If name was edited, we create a new schedule with just that  
changed.

else if ([columnID isEqualToString:kScheduleNameString]) {
NSLog(@Title anObject = %@, anObject);
		[[scheduleArray objectAtIndex:rowIndex] setTitle:(NSString  
*)anObject];

}

	// Iterate through the array to create a new one of  
NSDictionaries, not schedules.

NSMutableArray *tmpArray;


You have declared a pointer, but you haven't set it to point to  
anything, let alone anything meaningful.  It just contains garbage  
at this point.



for (Schedule *schedules in scheduleArray) {
[tmpArray addObject:[schedules toDictionary]];


You're calling methods on an uninitialized pointer.  This will  
probably crash.  If you're unlucky, the bug will be hidden by  
happenstance (tmpArray may happen to be nil because that's what was  
left on the stack).


You needed to initialize tmpArray to point to an actual  
NSMutableArray:


NSMutableArray* tmpArray = [NSMutableArray array];



NSLog(@Adding this to array %@, [schedules toDictionary]);
}

// Write the array to preferences in /Library/Preferences.
	CFPreferencesSetValue(ScheduleKey, (CFArrayRef)tmpArray,  
ApplicationID, kCFPreferencesAnyUser, kCFPreferencesCurrentHost);


Again, tmpArray doesn't contain anything meaningful.  So, attempting  
to write it out will have undefined results -- probably the crash  
you're seeing.


	CFPreferencesSynchronize(ApplicationID, kCFPreferencesAnyUser,  
kCFPreferencesCurrentHost);


}

The pref pane runs fine.  I can add items which calls my  
addSchedule method and just adds a blank item to the array.  When I  
edit the title, it appears to work fine from the gui, but nothing  
is written to the plist.  If I edit the activate or deactivate  
fields then I get the following error and System Preferences crashes.


12/1/08 6:39:59 PM System Preferences[2301] Adding this to array {
  activate = 100;
  deactivate = 1130;
  name = New Schedule;
}
12/1/08 6:39:59 PM System Preferences[2301] *** -[NSCFString  
stringValue]: unrecognized selector sent to instance 0x16e63740


Does anyone have any insight about writing array's of dicts to  
preferences?


You were also right about the array, I forgot those two little  
keywords, a simple oversight.  Instead of going through the mess of  
making an NSMutableArray and casting as a CFArrayRef, I decided to  
just make a CFArrayRef from the get go and ended

Re: [SlimDevices: Beta] Problem with 7.3r3464

2008-12-03 Thread [EMAIL PROTECTED]

Just to let you know that you are not alone with this problem.  I
updated to the latest build this evening (24179) and have the identical
error.

I tried restarting SqueezeCenter several times and even restarted the
server on which SqueezeCenter runs, but without success.  A side effect
of restarting the server is that before the restart all 4 of my devices
were detected and usable.  Following the restart, the only players now
being detected are my SB3 and the controller itself.  My 2 receivers
are no longer detected and have the bright blue light showing on them. 
I presume this is related to the new software not being able to be
installed?

My guess is there will be a new build tomorrow and hopefully all will
be well again.


-- 
[EMAIL PROTECTED]

[EMAIL PROTECTED]'s Profile: 
http://forums.slimdevices.com/member.php?userid=14628
View this thread: http://forums.slimdevices.com/showthread.php?t=55844

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/beta


Re: [SlimDevices: Beta] Problem with 7.3r3464

2008-12-03 Thread [EMAIL PROTECTED]

I installed the latest build this morning (24187), but still no joy. 
SqueezeCenter only detects my SB3 and the controller.  Neither of my
receivers is detected (both are sitting there with the blue light on
the front, even after a hard reset).  My controller is also still
telling me that an update to version 7.3r3464 is available, but it will
not install, returning the error There was a problem upgrading the
remote. Please try again or contact support.

Does anyone have any ideas what to try next?

Simon


-- 
[EMAIL PROTECTED]

[EMAIL PROTECTED]'s Profile: 
http://forums.slimdevices.com/member.php?userid=14628
View this thread: http://forums.slimdevices.com/showthread.php?t=55844

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/beta


Re: [SlimDevices: Beta] Problem with 7.3r3464

2008-12-03 Thread [EMAIL PROTECTED]

Something else related to this.  Sometimes, having got the there was a
problem upgrading the remote. Please try again or contact support
message, if I hit the back button on the controller, it reboots.  It
doesn't happen every time, but I've seen it a few times in the past few
hours while I've been figuring out what's gone wrong.


-- 
[EMAIL PROTECTED]

[EMAIL PROTECTED]'s Profile: 
http://forums.slimdevices.com/member.php?userid=14628
View this thread: http://forums.slimdevices.com/showthread.php?t=55844

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/beta


Re: [SlimDevices: Beta] Problem with 7.3r3464

2008-12-03 Thread [EMAIL PROTECTED]

That did the trick.  I'm now up and running normally again, with R3475.

Thanks very much for the suggestion.

Simon


-- 
[EMAIL PROTECTED]

[EMAIL PROTECTED]'s Profile: 
http://forums.slimdevices.com/member.php?userid=14628
View this thread: http://forums.slimdevices.com/showthread.php?t=55844

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/beta


[Dubai-properties:66188] Just for smart investors

2008-12-03 Thread [EMAIL PROTECTED]


Very good   opportunities to save your money during the crises
We have so many different ways to keep your money save with all the
guaranties you can expect
For more information call 0505573892 Amira


--~--~-~--~~~---~--~~
Dubai Properties Google Group is managed by: Farzad Ghodsi / Senior Investment 
Adviser, Mob: 00971 50175 4384
You received this message because you are subscribed to the Google Groups 
Dubai-properties group.
To post to this group, send email to Dubai-propertie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Dubai-propertie?hl=en
-~--~~~~--~~--~--~---



[Dubai-properties:66189] Just for smart investors

2008-12-03 Thread [EMAIL PROTECTED]

Very good   opportunities to save your money during the crises
We have so many different ways to keep your money save with all the
guaranties you can expect
For more information call 0505573892 Amira


--~--~-~--~~~---~--~~
Dubai Properties Google Group is managed by: Farzad Ghodsi / Senior Investment 
Adviser, Mob: 00971 50175 4384
You received this message because you are subscribed to the Google Groups 
Dubai-properties group.
To post to this group, send email to Dubai-propertie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Dubai-propertie?hl=en
-~--~~~~--~~--~--~---



Re: Make django debug page simple when develop ajax page(with firebug)

2008-12-02 Thread [EMAIL PROTECTED]

Perhaps a better solution would be to vary based on request.is_ajax().

Alex

On Dec 2, 11:37 pm, kernel1983 <[EMAIL PROTECTED]> wrote:
> HTML debug page is good when you develop normal web page
>
> But when you debug ajax based web page with firebug, the HTML debug
> page is no good for you.
>
> I did some hack in django/views/debug.py
>
> I remove TECHNICAL_404_TEMPLATE TECHNICAL_500_TEMPLATE html tags and
> make it simple.
>
> I think we can have a configure key in settings in the future. The
> developers can choose which style of debug page to use, by which type
> application they're developing.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~--~~~~--~~--~--~---



Re: Query API: get all users without a group

2008-12-02 Thread [EMAIL PROTECTED]

You could do User.objects.exclude(groups__in=Group.objects.all
().query) which will actually generate a subquery.

Alex

On Dec 2, 10:45 am, Thomas Guettler <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I want to get all objects where the corresponding many-to-many field is
> empty.
>
> Example:  get all users without a group
>
> My solution:
>    User.objects.exclude(groups__in=Group.objects.all())
>
> I think this is not optimal, since Group.objects.all() gets evaluated.
>
> Resulting SQL:
>
> SELECT "auth_user"."id", "auth_user"."username",
>     "auth_user"."first_name", "auth_user"."last_name",
> "auth_user"."email", "auth_user"."password", "auth_user"."is_staff",
>     "auth_user"."is_active", "auth_user"."is_superuser",
> "auth_user"."last_login", "auth_user"."date_joined" FROM "auth_user" WHERE
>     NOT ("auth_user"."id" IN (SELECT U1."user_id" FROM "auth_user" U0
> INNER JOIN "auth_user_groups" U1 ON (U0."id" = U1."user_id")
>     WHERE U1."group_id" IN (9, 10, 11, 8))) LIMIT 21
>
> Any better way to do this?
>
> Should the extra() method be used for this?
>
>   Thomas
>
> --
> Thomas Guettler,http://www.thomas-guettler.de/
> E-Mail: guettli (*) thomas-guettler + de
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



{AJAX_Tools} REQ:.Net Team Lead---reply me soon

2008-12-02 Thread [EMAIL PROTECTED]
*Hi,*
**
*Please find the requirmeent details...*
**

*Trenton, NJ *

*Duration: 6 months *

*Rate DOE*

* *

* *

*Project Description:

Team Lead manages an Application Team to deliver services according to
defined service level commitments owned by the Application Team. Team Lead
coordinates resources  works to deliver solutions to customers on time and
within budget.

Job Description:*
*Prepare estimates for maintenance and enhancement of existing applications
and development of new applications.
Perform detailed reviews of interim and final tasks as appropriate.
Conduct structured walk-through or inspections; manage issues to closure.
Develop and manage short and long-term plans and schedules.
Direct the development of accurate estimates for Application Team activities
as required.
Balance workload with Application Teams capacity by managing the Application
Teams activities according to schedule.
Manage the accomplishment of delivery metrics to support contractual
obligations in the areas of service delivery and on time performance
commitments and productivity improvement.
Ensure work remains within the agreed scope.
Track work plan baseline against results.
Coordinate / communicate with Project Manager to ensure initiatives are in
accordance with agreed customer commitments as planned.
Proactively identify and manage issues/risks affecting the project.
Communicate accurate and useful status to project manager and other
management on a timely basis.
Identify and initiate continuous improvements.
Instill commitment to quality, customer service, ownership, and teamwork.
Monitor and measure maintenance and development process effectiveness.
Ensure that defined processes are followed.
Facilitate communication and knowledge sharing within the Application Teams.
Maintain awareness of new developments in industry and processes and apply
as appropriate.
Develop and deepen understanding of system business requirements supported
by the Application Team.
Communicate clearly the Application Team goals, organizational philosophies,
and policies and procedures to the Application Teams.
Conduct structured walk-through or inspections; manage issues to closure.


Skills:*

*Microsoft Visual Studio 2003 *

*Visual Source Safe  *

*Knowledge of State and DHS policy   *

*Experience with Oracle 10g  *

*Experience with MS SQL*

*Crystal Reports*




*Thanks  Regards*
*Lakshmikantht| Technical Recruiter

Versant Technologies |  605 E Algonquin Rd, Suite 250D | Arlington Heights |
IL- 60005 | USA
Ph: +1-847-346-0019 | Fax : 360-925-3051 |
[EMAIL PROTECTED][EMAIL PROTECTED]|
www.versantinc.com
 The Offshore EAI / EDI Experts. Any Application, Any Format, Any Tool.*

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
AJAX_Tools group.
To post to this group, send email to ajax_tools@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/ajax_tools?hl=en
-~--~~~~--~~--~--~---



[COMPUTADOR] Re: Bloqueamentos #855

2008-12-02 Thread [EMAIL PROTECTED]

Deverá aceder a Painel de Controlo/Opções de Energia/HIbernar e desactivar.

Igualmente em Painel de Controlo/Opções de Energia/Esquemas de energia
verifique ao fim de quantos minutos de inactividade o computador fica em
modo inactivo. Também poderá ser essa a causa do seu problema. Poderá
desactivar colocando nunca.

Os teclados e ratos PS2 não costumam gostar de serem desligados pelos
esquemas de energia.

Já os teclados e ratos USB costumam portar-se bem.

Espero que consiga resolver o seu problema.


Paulo Inacio


2008/12/1 [EMAIL PROTECTED] [EMAIL PROTECTED]


 E como faço para desactivar?

 Carlos Alberto Silva
 carle



 --- Em seg, 1/12/08, [EMAIL PROTECTED]

 Uma questão que poderá investigar é se isso lhe acontece sempre após
 algum período de inactividade do PC. Pode ser a hibernação que esteja a
 ser activada e depois o seu teclado e rato não recuperarem.

 Espero que ajude,
 Paulo
 Paulo Inacio



 Dom, 2008-11-30 às 19:17 +, [EMAIL PROTECTED] escreveu:

  Tenho no PC de secretária o Windows Xp Sp3  mais Office2007 AVG Internet
 Security 8.0 paga, Router asus 500g de luxe que faz comunicação com outro
 portátil em wireless, Teclado Ps2 e Rato Microsoft Laser.
 
  Desde uns 4 meses tem bloqueado o teclado e o rato congela só
 fazendo Reset à máquina é que resolve por uns tempos.
 
  Já retirei a Sound Blaster 5.1 ( das primeiras e não existem drives
 actuais ) agora tenho uma Pen externa de som Creative SB X Fi-Go! O que é
 certo
 deste esse dia tem bloqueado poucas vezes no arranque mas depois fica
 normal o
 que não acontecia estava sempre a bloquear.
 
  Fui aos diversos Foruns e tdo apontava para aquecimento ( está normal )
 memórias ( estão OK ) ou então Placa de Som ou até o Router Asus 50g de
 Luxe. Até já pensei que actualizar para o Vista Premium por upgrade.
 
  Alguma dica, Mestres?
  Obrigado
 
  Carlos Alberto Silva
  carle


 




--~--~-~--~~~---~--~~
---
  Revista  COMPUTADOR

EDICAO N. 118 JA EM BANCA!!!  

  http://www.clubeinformatica.com
---

Para enviar mensagens para este grupo, envie um email para
ajuda-informatica@googlegroups.com
Para anular a inscrição neste grupo, envie um email para
[EMAIL PROTECTED]
Para mais opções, visite este grupo em
http://groups.google.pt/group/ajuda-informatica/
-~--~~~~--~~--~--~---



[COMPUTADOR] Re: Como saber se um vizinho está ligad o à minha Net #868

2008-12-02 Thread [EMAIL PROTECTED]



Caro amigo,

Não terá lido com atenção o que está escrito na revista.

Nesse artigo não está escrito digite o endereço http://192.168.2.1/; mas sim 
aceda à configuração do seu router, o que NORMALMENTE é feito digitando um 
endereço NA FORMA  http://192.168.2.1/;.

Significa isso que este endereço pode diferir de router para router e só 
consultando o respectivo manual saberá qual o endereço
correcto. 

Caso não saiba esse endereço, indique-nos a marca e modelo do seu aparelho que 
por certo alguém saberá indicar-lhe como o fazer.

Espero que possa ajudar.
Rui Pires




-Mensagem original-

Olá pessoal.
Sou leitor assíduo deste fórum e assinante da revista computador.
Li na revista nº 118, o artigo sob o título em epígrafe.

Dado que pretendia saber se alguém está, em dado momento, ligado à minha Net 
digitei o endereço http://192.168.2.1/, tal como
descrito na pág. 23. Nada...!!!

Será que alguém ou o próprio moderador poderá esclarecer melhor a situação?
Gracias

Reporterx





--~--~-~--~~~---~--~~
---
  Revista  COMPUTADOR

EDICAO N. 118 JA EM BANCA!!!  

  http://www.clubeinformatica.com
---

Para enviar mensagens para este grupo, envie um email para
ajuda-informatica@googlegroups.com
Para anular a inscrição neste grupo, envie um email para
[EMAIL PROTECTED]
Para mais opções, visite este grupo em
http://groups.google.pt/group/ajuda-informatica/
-~--~~~~--~~--~--~---



[COMPUTADOR] Re: UPS #863

2008-12-02 Thread [EMAIL PROTECTED]

Caríssimo Carlos S.

Vou seguir o seu conselho.
Muito obrigado
Manuel

Manuel Penteado




2008/12/2, [EMAIL PROTECTED] [EMAIL PROTECTED]:

 Olá Manuel boas:

 Em minha opinião acho que vc deve comprar, pois até mesmo se tal não
 acontecesse, é sempre uma boa opção que faz em fazer essa compra.

 Eu uso uma já há algum tempo e posso dizer-lhe que foi uma das coisas
 boas que pude comprar para evitar certos casos de corrente tal como
 vc indica, pois não há dúvida que é uma coisa que é de muita utilidade
 para o PC e não só.

 Quanto a marcas, não vou agora aqui dizer que uma é melhor que outra
  pois isso já é uma opção sua se vc decidir
 comprar, o que posso apenas dizer-lhe é que uso uma Mustek que
 estou satisfeito com ela, e que a potência de 400 wats já dá muito
 bem para suportar o PC + Monitor + Impressora, visto que é o
 que tenho ligado a ela e já várias vezes tive aqui corte de corrente
 onde o PC ficou funcionando na mesma para eu o poder desligar
 evitando algo de mau para ele.

 O custo foi de 50 euros que acho serem bem empregues para o
 fim em questão.

 Espero ter ajudado na sua pergunta

 Cumpr.

 Carlos S.
 Casil


 ___

 - Original Message -
 A minha saudação a todo o Fórum

 Venho pedir as vossas sugestões para o seguinte:

 Moro numa zona onde há muitos picos de corrente e até cortes com certa
 frequência.

 Queria comprar um UPS para salvaguarda nessas situações.

 O que me aconselham?

 Cumprimentos

 --
 Manuel
 Manuel Penteado
 

 







-- 
ManuelPenteado


--~--~-~--~~~---~--~~
---
  Revista  COMPUTADOR

EDICAO N. 118 JA EM BANCA!!!  

  http://www.clubeinformatica.com
---

Para enviar mensagens para este grupo, envie um email para
ajuda-informatica@googlegroups.com
Para anular a inscrição neste grupo, envie um email para
[EMAIL PROTECTED]
Para mais opções, visite este grupo em
http://groups.google.pt/group/ajuda-informatica/
-~--~~~~--~~--~--~---



[COMPUTADOR] Problema com o desktop #867

2008-12-02 Thread [EMAIL PROTECTED]

Boa noite pessoal, acontece que quando eu tiro um print screen do desktop,
fica como esta ai no arquivo anexado, a tela fica tipo dividida no meio
mas do lado direito fica sem nada, isso ocorre depois que instalo o drive da
placa de video GeForce 8600GT. 

alguem sabe como posso fazer pra resolver?

Grato!


Maurício 

--~--~-~--~~~---~--~~
---
  Revista  COMPUTADOR

EDICAO N. 118 JA EM BANCA!!!  

  http://www.clubeinformatica.com
---

Para enviar mensagens para este grupo, envie um email para
ajuda-informatica@googlegroups.com
Para anular a inscrição neste grupo, envie um email para
[EMAIL PROTECTED]
Para mais opções, visite este grupo em
http://groups.google.pt/group/ajuda-informatica/
-~--~~~~--~~--~--~---



[COMPUTADOR] Re: Problemas com o KaspersKy Internet Security #842

2008-12-02 Thread [EMAIL PROTECTED]


ola, ja tive esse problema, tens que ir ao REGEDIT e apagar tudo o que  
diz respeito a Mcfee, nao sei qual a tua esperiencia por isso faz um  
ponto de restauro antes de fazer algo pois pode correr-te mal.

carlos_januario



Citando [EMAIL PROTECTED] [EMAIL PROTECTED]:




 Boa noite
 Necessito mais uma vez da vossa preciosa ajuda:

 Adquiri no passado dia 20 o KaspersKy Internet Security, para  
 colocar em 3 computadores pessoais.

 Em dois dos computadores correu tudo bem só que no 3º computador  
 tinha instalado o McAfee Internet Suite, que desinstalei antes de
 instalar o Kaspersky.
 Quando tento instalar diz que tenho de remover primeiro o McAfee  
 Internet security with SiteAdvisor 2008 e nao
 passa dai, so que ja pesquisei todo o disco do computador e nao  
 encontro qualquer rasto do McAfee.

 O meu sistema operativo e o Vista Ultimate. Como posso ultrapassar  
 esta situacao?
 Obrigado

 Valerio
 

 





--~--~-~--~~~---~--~~
---
  Revista  COMPUTADOR

EDICAO N. 118 JA EM BANCA!!!  

  http://www.clubeinformatica.com
---

Para enviar mensagens para este grupo, envie um email para
ajuda-informatica@googlegroups.com
Para anular a inscrição neste grupo, envie um email para
[EMAIL PROTECTED]
Para mais opções, visite este grupo em
http://groups.google.pt/group/ajuda-informatica/
-~--~~~~--~~--~--~---



[COMPUTADOR] PC não arranca! #870

2008-12-02 Thread [EMAIL PROTECTED]



Boa tarde 

O Pc so arranca até aparecer o Windows XP   depois não passa daqui que posso 
fazer?

Obrigado 
Jão Mendes


--~--~-~--~~~---~--~~
---
  Revista  COMPUTADOR

EDICAO N. 118 JA EM BANCA!!!  

  http://www.clubeinformatica.com
---

Para enviar mensagens para este grupo, envie um email para
ajuda-informatica@googlegroups.com
Para anular a inscrição neste grupo, envie um email para
[EMAIL PROTECTED]
Para mais opções, visite este grupo em
http://groups.google.pt/group/ajuda-informatica/
-~--~~~~--~~--~--~---



[COMPUTADOR] Re: Por Impressora em rede #860

2008-12-02 Thread [EMAIL PROTECTED]

Ola amigos mas continuo sem conseguir fazer nada disto.
Aguardo 1 resposta
Abraço
Tiagao Esteves Ramos
Tiago Esteves


2008/12/1 [EMAIL PROTECTED] [EMAIL PROTECTED]


 Olá Luís, claro que dá, para isso tens de criar uma rede, para isso vais ao
 painel de controlo
 de cada computador e clicas em sistema (no caso do xp), (estando no
 sistema,
 clicas em definições avançadas no caso do vista), clicas na aba nome do
 computador, aí clicas em alterar, e mudas o nome
 do grupo de trabalho igual para todos os computadores, depois de os
 reiniciares vais novamente ao painel
 de controlo, dás dois cliques em centro de rede e partilha, mudas as redes
 para privado e fazes as devidas
 partilhas.
 Para te ajudar vou por imagens passo a passo na minha página.
 Abreço.

 fernandojr
 http://clientes.netvisao.pt/fjesuses
 Fernando

 --
  Não conheço a impressora, se fôr uma impressora wireless, basta
  (normalmente
  configurá-la para rede) outras e as normais (ligadas por cabo USB, por
  exemplo) podem trabalhar com qualquer impressora de rede basta que
 permita
  a
  partilha de impressoras.
 
 
  Luís Filipe
 
  --
  Ola pessoal estou com 1 pequeno problema. Tenho um router smc com 4
  entradas
  Wan e tenho 1 impresora lexmark X3550. O meu problema é o seguinte
  gostaria
  de saber sé possivel partilhar esta impressora ou seja imprimir em
  qualquer
  computador que esteja ligado ao router via net???
  Aguardo uma resposta e um muito obrigado
 
  Tiago Esteves Ramos
 
 
  Tiago




--~--~-~--~~~---~--~~
---
  Revista  COMPUTADOR

EDICAO N. 118 JA EM BANCA!!!  

  http://www.clubeinformatica.com
---

Para enviar mensagens para este grupo, envie um email para
ajuda-informatica@googlegroups.com
Para anular a inscrição neste grupo, envie um email para
[EMAIL PROTECTED]
Para mais opções, visite este grupo em
http://groups.google.pt/group/ajuda-informatica/
-~--~~~~--~~--~--~---



[COMPUTADOR] Re: Bloqueamentos #855

2008-12-02 Thread [EMAIL PROTECTED]

Está tdo desactivado

Carlos Alberto Silva
carle



--- Em ter, 2/12/08, [EMAIL PROTECTED] [EMAIL PROTECTED] escreveu:
NO XP deste PC fixo não encontro esta opção.

Carlos Alberto Silva
carle


--- Em ter, 2/12/08, computador.


Deverá aceder a Painel de Controlo/Opções de Energia/HIbernar e desactivar.

Igualmente em Painel de Controlo/Opções de Energia/Esquemas de energia
verifique ao fim de quantos minutos de inactividade o computador fica em
modo inactivo. Também poderá ser essa a causa do seu problema. Poderá
desactivar colocando nunca.

Os teclados e ratos PS2 não costumam gostar de serem desligados pelos
esquemas de energia.

Já os teclados e ratos USB costumam portar-se bem.

Espero que consiga resolver o seu problema.


Paulo Inacio


2008/12/1 [EMAIL PROTECTED] [EMAIL PROTECTED]


 E como faço para desactivar?

 Carlos Alberto Silva
 carle



 --- Em seg, 1/12/08, [EMAIL PROTECTED]

 Uma questão que poderá investigar é se isso lhe acontece sempre após
 algum período de inactividade do PC. Pode ser a hibernação que esteja a
 ser activada e depois o seu teclado e rato não recuperarem.

 Espero que ajude,
 Paulo
 Paulo Inacio



 Dom, 2008-11-30 às 19:17 +, [EMAIL PROTECTED] escreveu:

  Tenho no PC de secretária o Windows Xp Sp3  mais Office2007 AVG
Internet
 Security 8.0 paga, Router asus 500g de luxe que faz comunicação com
outro
 portátil em wireless, Teclado Ps2 e Rato Microsoft Laser.
 
  Desde uns 4 meses tem bloqueado o teclado e o rato
congela só
 fazendo Reset à máquina é que resolve por uns tempos.
 
  Já retirei a Sound Blaster 5.1 ( das primeiras e não existem drives
 actuais ) agora tenho uma Pen externa de som Creative SB X Fi-Go! O que é
 certo
 deste esse dia tem bloqueado poucas vezes no arranque mas depois fica
 normal o
 que não acontecia estava sempre a bloquear.
 
  Fui aos diversos Foruns e tdo apontava para aquecimento ( está
normal )
 memórias ( estão OK ) ou então Placa de Som ou até o Router Asus 50g
de
 Luxe. Até já pensei que actualizar para o Vista Premium por upgrade.
 
  Alguma dica, Mestres?
  Obrigado
 
  Carlos Alberto Silva
  carle


 








  Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com






  Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com


--~--~-~--~~~---~--~~
---
  Revista  COMPUTADOR

EDICAO N. 118 JA EM BANCA!!!  

  http://www.clubeinformatica.com
---

Para enviar mensagens para este grupo, envie um email para
ajuda-informatica@googlegroups.com
Para anular a inscrição neste grupo, envie um email para
[EMAIL PROTECTED]
Para mais opções, visite este grupo em
http://groups.google.pt/group/ajuda-informatica/
-~--~~~~--~~--~--~---



[COMPUTADOR] CPU OVER TEMPERATURE ERROR #874

2008-12-02 Thread [EMAIL PROTECTED]

VIVA, 

ESTE PEDIDO DE ESCLARECIMENTO É PARA QUEM DE ENTRE NÓS PERCEBE DE HARDWARE.

O MEU APARELHO DESLIGA SÓZINHO AO FIM DE ALGUM TEMPO TEMPO ESSE QUE É VARIÁVEL, 
10 MINUTOS, 30 MINUTOS 1 HORA OU MAIS DE 1 HORA.

AO LIGAR NOVAMENTE APARECE A MENSAGEM CPU OVER TEMPERATURE ERROR, PRESS F1 TO 
RESUME.

EM INGLÊS SEI O QUE ISTO QUER DIZER, AGORA COMO INTERPRETAR E RESOLVER ESTE 
PROBLEMA NO CPU NÃO.

SOLICITO A VOSSA AJUDA SOBRE ESTA QUESTÃO TÉCNICA. 


PAULO PROENÇA 

--~--~-~--~~~---~--~~
---
  Revista  COMPUTADOR

EDICAO N. 118 JA EM BANCA!!!  

  http://www.clubeinformatica.com
---

Para enviar mensagens para este grupo, envie um email para
ajuda-informatica@googlegroups.com
Para anular a inscrição neste grupo, envie um email para
[EMAIL PROTECTED]
Para mais opções, visite este grupo em
http://groups.google.pt/group/ajuda-informatica/
-~--~~~~--~~--~--~---



[COMPUTADOR] Re: Como posso remover o Internet Explorer 8 #869

2008-12-02 Thread [EMAIL PROTECTED]



No *Windows XP* e *Server 2003*, o procedimento é idêntico ao da 
desinstalação de qualquer outro programa: *Painel de Controle*, 
*Adicionar ou Remover Programas*, seleciona o *Internet Explorer 8*, e 
clica no botão *Desinstalar*.

Já no *Windows Vista*, se o caminho acima indicado for seguido, não 
resulta. Isso acontece porque, nesse sistema, o IE8 é considerado uma 
actualização, e não um programa. Ou seja, ao invés de procurar nos 
programas instalados, o caminho correto é procurar nas atualizações. Vá 
ao *Painel de Controle*, clique em *Programas e Recursos*, e em seguida, 
em *Atualizações Instaladas*. Muitos itens aparecerão, então, para 
poupar tempo, utilize a busca instantânea, no canto superior direito; 
escreva “inter” (sem aspas), e um único resultado aparecerá. Basta 
selecioná-lo, e clicar no botão *Desinstalar*


Joaquim.delgado 



[EMAIL PROTECTED] wrote:

 Olá a todos do Clube;

 Por favor agradecia imenso se alguem me ajudar em como posso remover o 
 Internet Explorer 8 ?

 Califa

--~--~-~--~~~---~--~~
---
  Revista  COMPUTADOR

EDICAO N. 118 JA EM BANCA!!!  

  http://www.clubeinformatica.com
---

Para enviar mensagens para este grupo, envie um email para
ajuda-informatica@googlegroups.com
Para anular a inscrição neste grupo, envie um email para
[EMAIL PROTECTED]
Para mais opções, visite este grupo em
http://groups.google.pt/group/ajuda-informatica/
-~--~~~~--~~--~--~---



[COMPUTADOR] Re: Por Impressora em rede #860

2008-12-02 Thread [EMAIL PROTECTED]

Ola amigos,
Obrigado a todos pelas vossas dicas,
A impressora, não tem wireless. So tem USB.
Mas o router tem tambem uma ficha USB, mesmo para impressoras.E, um router
normal com 4 LAN e 1 WAN +Wireless + USB Printer Server . E um ASUS WL-520
GU, isto traz um livro mas e uma confusão... Ele ja funciona , so a
impressora ligada a ele,por USB, e que não. So funciona no computador XP
Anfitrião, ligada por USB. por sua vez tenho um Ponto de
acesso/Repetidor Wireless da SITECOM e Assim o portatil ASUS ,Vista, pode
partilhar a Net USB KANGURU!!! E que assim actualizam-se os 2 ao mesmo
tempo. partilho ficheiros e a impressora. So que tenho que ter o xp ligado
para a impressora EPON STYLUS CX3200, funcionar. Neste momento o router so
ia funcionar de servidor de impressora, mais nada.

Tiago Esteves 



2008/12/1 [EMAIL PROTECTED] [EMAIL PROTECTED]



 Olá Luís, claro que dá, para isso tens de criar uma rede, para isso vais ao
 painel de controlo
 de cada computador e clicas em sistema (no caso do xp), (estando no
 sistema,
 clicas em definições avançadas no caso do vista), clicas na aba nome do
 computador, aí clicas em alterar, e mudas o nome
 do grupo de trabalho igual para todos os computadores, depois de os
 reiniciares vais novamente ao painel
 de controlo, dás dois cliques em centro de rede e partilha, mudas as redes
 para privado e fazes as devidas
 partilhas.
 Para te ajudar vou por imagens passo a passo na minha página.
 Abreço.

 fernandojr
 http://clientes.netvisao.pt/fjesuses
 Fernando

 --
  Não conheço a impressora, se fôr uma impressora wireless, basta
  (normalmente
  configurá-la para rede) outras e as normais (ligadas por cabo USB, por
  exemplo) podem trabalhar com qualquer impressora de rede basta que
 permita
  a
  partilha de impressoras.
 
 
  Luís Filipe
 
  --
   Ola pessoal estou com 1 pequeno problema. Tenho um router smc com 4
  entradas
  Wan e tenho 1 impresora lexmark X3550. O meu problema é o seguinte
  gostaria
  de saber sé possivel partilhar esta impressora ou seja imprimir em
  qualquer
  computador que esteja ligado ao router via net???
  Aguardo uma resposta e um muito obrigado
 
  Tiago Esteves Ramos
 
 
  Tiago


--~--~-~--~~~---~--~~
---
  Revista  COMPUTADOR

EDICAO N. 118 JA EM BANCA!!!  

  http://www.clubeinformatica.com
---

Para enviar mensagens para este grupo, envie um email para
ajuda-informatica@googlegroups.com
Para anular a inscrição neste grupo, envie um email para
[EMAIL PROTECTED]
Para mais opções, visite este grupo em
http://groups.google.pt/group/ajuda-informatica/
-~--~~~~--~~--~--~---



[COMPUTADOR] Re: Computador reconhece a rede mas nao s e liga à Internet #857

2008-12-02 Thread [EMAIL PROTECTED]


Boa noite, Eduardo o respectivo código foi inserido, o Panda desactivado e 
nada, num centro comercial (Parque Nascente) eu sei que a internet é livre, 
o PC apanha a rede, diz que o sinal é exelente, e nada, de qualquer maneira 
obrigado.


Licinio Paiva



--
- Original Message - 


O Panda é, por vezes, realmente uma fonte de problemas.  Mas não
exageremos

Tanto quanto sei, a Net em Faculdades é realmente livre mas, só para a
população directamente ligada à Faculdade.

Para isso existem formas de bloqueio a terceiros.

A mais comum passa pelo desbloqueio através de um código, via browser, do
utente.
Claro que se este código é passado a terceiros nada feito...  A sua filha
ao aceder a um Site que 'retorno' tem?  Um pedido de código de utente? Ou
não aparece nada?
Neste caso deve dirigir-se aos Serviços Administrativos ou à Comissão de
Estudantes para ela fornecer determinados dados do PC afim de este ser
registado na rede, sendo este o processo mais comum. Estou a falar do DNS
p.e.

Se não for isto, a sua filha que desligue o Panda por momentos e, já vê se
este é o responsável.

Espero ter ajudado


Eduardo Machado
Eduardo Machado



2008/12/1 [EMAIL PROTECTED] [EMAIL PROTECTED]




 Tenho o portátil da minha filha em casa a ligar-se à internet atravez de
 rede sem fios sem problemas.

 Na faculdade onde estuda tem internet livre para os alunos, o computador
 reconhece a rede, esta é activada, só que não consegue ligar-se à
 internet,num local com internet livre tambem reconhece a rede diz que tem
 sinal exelente, mas tambem não entra.

 Como tenho o Panda internet security 2008 instalado disseram-me que podia
 ser a Firewalle a bloquear a ligação.

 Alguém me poderá ajudar a resolver este problema?

 Licinio Martins Paiva
 

 





--~--~-~--~~~---~--~~
---
  Revista  COMPUTADOR

EDICAO N. 118 JA EM BANCA!!!  

  http://www.clubeinformatica.com
---

Para enviar mensagens para este grupo, envie um email para
ajuda-informatica@googlegroups.com
Para anular a inscrição neste grupo, envie um email para
[EMAIL PROTECTED]
Para mais opções, visite este grupo em
http://groups.google.pt/group/ajuda-informatica/
-~--~~~~--~~--~--~---



[COMPUTADOR] Re: Bloqueamentos #855

2008-12-02 Thread [EMAIL PROTECTED]

Se está a dizer que já estava tudo desactivado, não me ocorre muito
mais.

Eventualmente testar com outro teclado ou rato para ver se poderá ser
avaria destes periféricos, ou então verificar se é somente o teclado e o
rato que bloqueiam ou se é tudo.
Por exemplo, o relógio continua a avançar? (tentativa de saber se seria
o sistema na sua totalidade que bloqueia ou não, o que poderá ser
causado por algum software mal comportado) 
Se tiver o gestor de tarefas activo, vê o processador com uma carga
muito elevada quando isso acontece ? (poderá estar o sistema em
sobrecarga nesses momentos)

Se nada disso se passar, não sei o que lhe sugerir mais.

Paulo Inacio

Ter, 2008-12-02 às 21:07 +, [EMAIL PROTECTED] escreveu:

 Está tdo desactivado
 
 Carlos Alberto Silva
 carle
 
 
 
 --- Em ter, 2/12/08, [EMAIL PROTECTED] [EMAIL PROTECTED] escreveu:
 NO XP deste PC fixo não encontro esta opção.
 
 Carlos Alberto Silva
 carle
 
 
 --- Em ter, 2/12/08, computador.
 
 
 Deverá aceder a Painel de Controlo/Opções de Energia/HIbernar e desactivar.
 
 Igualmente em Painel de Controlo/Opções de Energia/Esquemas de energia
 verifique ao fim de quantos minutos de inactividade o computador fica em
 modo inactivo. Também poderá ser essa a causa do seu problema. Poderá
 desactivar colocando nunca.
 
 Os teclados e ratos PS2 não costumam gostar de serem desligados pelos
 esquemas de energia.
 
 Já os teclados e ratos USB costumam portar-se bem.
 
 Espero que consiga resolver o seu problema.
 
 
 Paulo Inacio
 
 
 2008/12/1 [EMAIL PROTECTED] [EMAIL PROTECTED]
 
 
  E como faço para desactivar?
 
  Carlos Alberto Silva
  carle
 
 
 
  --- Em seg, 1/12/08, [EMAIL PROTECTED]
 
  Uma questão que poderá investigar é se isso lhe acontece sempre após
  algum período de inactividade do PC. Pode ser a hibernação que esteja a
  ser activada e depois o seu teclado e rato não recuperarem.
 
  Espero que ajude,
  Paulo
  Paulo Inacio
 
 
 
  Dom, 2008-11-30 às 19:17 +, [EMAIL PROTECTED] escreveu:
 
   Tenho no PC de secretária o Windows Xp Sp3  mais Office2007 AVG
 Internet
  Security 8.0 paga, Router asus 500g de luxe que faz comunicação com
 outro
  portátil em wireless, Teclado Ps2 e Rato Microsoft Laser.
  
   Desde uns 4 meses tem bloqueado o teclado e o rato
 congela só
  fazendo Reset à máquina é que resolve por uns tempos.
  
   Já retirei a Sound Blaster 5.1 ( das primeiras e não existem drives
  actuais ) agora tenho uma Pen externa de som Creative SB X Fi-Go! O que é
  certo
  deste esse dia tem bloqueado poucas vezes no arranque mas depois fica
  normal o
  que não acontecia estava sempre a bloquear.
  
   Fui aos diversos Foruns e tdo apontava para aquecimento ( está
 normal )
  memórias ( estão OK ) ou então Placa de Som ou até o Router Asus 50g
 de
  Luxe. Até já pensei que actualizar para o Vista Premium por upgrade.
  
   Alguma dica, Mestres?
   Obrigado
  
   Carlos Alberto Silva
   carle
 
 
  
 
 
 
 
 
 
 
 
   Veja quais são os assuntos do momento no Yahoo! +Buscados
 http://br.maisbuscados.yahoo.com
 
 
 
 
 
 
   Veja quais são os assuntos do momento no Yahoo! +Buscados
 http://br.maisbuscados.yahoo.com
 
 
  



--~--~-~--~~~---~--~~
---
  Revista  COMPUTADOR

EDICAO N. 118 JA EM BANCA!!!  

  http://www.clubeinformatica.com
---

Para enviar mensagens para este grupo, envie um email para
ajuda-informatica@googlegroups.com
Para anular a inscrição neste grupo, envie um email para
[EMAIL PROTECTED]
Para mais opções, visite este grupo em
http://groups.google.pt/group/ajuda-informatica/
-~--~~~~--~~--~--~---



[AMRadio] Re: AMRadio Digest, Vol 58, Issue 55

2008-12-02 Thread [EMAIL PROTECTED]
Well, Steve, Isnt AM just putting out two 2700 Hz signals at the same time?  I 
say that the AM signal fits into the band plan nicely.  
Hi Hi
Joe n3iqa

Subject: Re: [AMRadio] 7190 and/or 7195? Region 1 Bandplan contains no
provision for AM in expanded 40m band

You gotta love those bandwidth limits all set at 2700 Hertz! Again, 
how is it to be measured? Does it apply to AM? I'm getting mighty 
sick of this narrow mind, narrow bandwidth thinking.

Here we go again...

Steve WD8DAS



Graphic Design School
Love Graphic Design? Find a school near you. Click Now.
http://tagline.excite.com/fc/BK72PcZbtOKUtJS0U5JpVtjR1FmC8hzQsYQYfyDGDfsiql7dUZKAzx/__
Our Main Website: http://www.amfone.net
AMRadio mailing list
Searchable Archives: http://www.mail-archive.com/amradio@mailman.qth.net/
List Rules (must read!): http://w5ami.net/amradiofaq.html
List Home: http://mailman.qth.net/mailman/listinfo/amradio
Help: http://mailman.qth.net/mmfaq.html
Post: mailto:AMRadio@mailman.qth.net
To unsubscribe, send an email to [EMAIL PROTECTED] with
the word unsubscribe in the message body.

RE: [AMRadio] BTW, some of the biggest LIDS are Extras

2008-12-02 Thread [EMAIL PROTECTED]
You almost have it..  Putting a tobacco can on the sounder was a common 
practice. When there was a Bad operator or someone didn't what to copy what was 
on the wire, they would Put A Lid On It ..  Bad ops became known as lids 
and today we still use the term, Put a Lid On It when we don't what to hear 
what someone has to say...   Steve W1TAV

-- George Brand [EMAIL PROTECTED] wrote:
I love the translation!! The term Lid apparently comes from the landline 
telegraph days, where there would be multiple op's in one room transmitting and 
receiving different messages at the same time. The sounders sounded pretty much 
alike so some ops attached a piece of metal (a can lid perhaps)to make theirs 
different. Older ops sneared at them and called them lids ie:inferior op, 
sloppy op etc etc Keep cruising towards the Extra!! George  wa8sco

 
Hey, George, I'd agree...'cept that I'm still learning the lingo 
and I'm Not quite certain what a LID is. I suspect it means 
something along the lines of Loud, Ignorant Dummy (or Doofus)! ?? 

73, Terry Bakowski KC9KEL not an Extra yet


**
Life should be easier. So should your homepage. Try the NEW AOL.com. 
(http://www.aol.com/?optin=new-dpicid=aolcom40vanityncid=emlcntaolcom0002)
 __
Our Main Website: http://www.amfone.net
AMRadio mailing list
Searchable Archives: http://www.mail-archive.com/amradio@mailman.qth.net/
List Rules (must read!): http://w5ami.net/amradiofaq.html
List Home: http://mailman.qth.net/mailman/listinfo/amradio
Help: http://mailman.qth.net/mmfaq.html
Post: mailto:AMRadio@mailman.qth.net
To unsubscribe, send an email to [EMAIL PROTECTED] with
the word unsubscribe in the message body.

[arizona.jobs.com] HOT BEAUTY CONTEST IN MODEL HOLLYWOOD AND BOLLYWOOD BIKINI SHOWS IN ONLINE!!!!!!!!!!!!

2008-12-02 Thread [EMAIL PROTECTED]

HOT BEAUTY CONTEST IN MODEL  HOLLYWOOD AND BOLLYWOOD BIKINI SHOWS IN
ONLINE

WEB DANCER IN CHARTING NOW IN SIDE !!
A REAL SHOW in hottest in hot bikini lingerie in download movies and
clips in a free!
Side in web now click and a joint members harry up
SEE WHAT HOWARD STERN, MAXIM MAGAZINE, STUFF MAGAZINE, GQ, E-
ETERTAINMENT, AND NY POST/PAGE 6 HAVE ALL BEEN TALKING ABOUT SCORES!!
SCORES STRIP CLUB JUST LAUNCHED AN ONLINE 24 HOUR LIVE CHAT SITE!! GET
A 1 ON 1 DANCES FROM ANY SCORES DANCERS YOU CHOOSE!! THESE GIRLS ARE
TOTALLY LIVE AND DO WHATEVER YOU SAY!! NEW USERS GET $10 DOLLARS
FREE!! LIMITED ONLY!!  NOW CLICK HERE!! REAL SCORES DANCERS JUST A
CLICK AWAY!!

http://wm.scoreslivecash.com/hit.php?s=1p=3w=100088t=0c=
http://wm.scoreslivecash.com/hit.php?s=1p=3w=100088t=0c


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Arizona Jobs group.
To post to this group, send email to Arizona-Jobs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Arizona-Jobs
-~--~~~~--~~--~--~---



[away3d] mesh material how can I display the material on the mesh so that it looks right?

2008-12-02 Thread [EMAIL PROTECTED]

hi

 I draw a plane like this:

tmpPlane = new Mesh();

tmpFace0 = new Face(new Vertex(-0.5,-0.5,0),new Vertex(0.5,-0.5,0),new
Vertex(-0.5,0.5,0));
tmpFace0.uv0 = new UV(0,0);
tmpFace0.uv1 = new UV(1,0);
tmpFace0.uv2 = new UV(0,1);

tmpFace1 = new Face(tmpFace0.v1,new Vertex(0.5,0.5,0),tmpFace0.v2);
tmpFace1.uv0 = new UV(1,0);
tmpFace1.uv1 = new UV(1,1);
tmpFace1.uv2 = new UV(0,1);

tmpPlane.addFace(tmpFace0);
tmpPlane.addFace(tmpFace1);

movieMaterial = new MovieMaterial( imageComponent.content_container);
tmpPlane.material = movieMaterial;

carousel = new ObjectContainer3D(tmpPlane);
view.scene.addChild(carousel);

I used the mesh to create a mesh, couse I would like to give each
vertices (in this case four vertices) a new position with the tweener
(animation tool).

know my problem:

when I can see the plane in front it looks good

but when I see the plane in another perspective I can see that the
material looks very different.
there are some wrong matches where the triangles come together.

I heared about somethink like to back a material...

how can i do this?

Or what kind of filter is possible to make the material fix, so that
it dosn´t matter from which perspective I will look on it.

thanks


[away3d] Re: mesh material how can I display the material on the mesh so that it looks right?

2008-12-02 Thread [EMAIL PROTECTED]

THANK YOU!!!

the precision changed the material

the thing with quarterFaces() added of course more vertices, which I
have had to control  so I don´t use this solution but nice to know.

THANKS FOR THE QUICK HELP




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
away3d.dev group.
To post to this group, send email to away3d-dev@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/away3d-dev?hl=en
-~--~~~~--~~--~--~---



Dare To Double Your Income, Even During A Recession!

2008-12-02 Thread [EMAIL PROTECTED]

Free Downloadable report that tells you those money making ideas you
wish you had been told YEARS ago.

http://www.skyvaultpublishing.com/Spiral/

Greatest Success!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Black Focus Inc. group.
To post to this group, send email to Black-Focus-Inc@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Black-Focus-Inc?hl=en
-~--~~~~--~~--~--~---



Urgently Need Altiris Engineer @ Bristol, CT.

2008-12-02 Thread [EMAIL PROTECTED]
Hello *Partners*,

Good Morning...
Forward the resumes to [EMAIL PROTECTED] along with Rate  Contact Info.
Need *Altiris Engineer *for one of our Clients @ *Bristol, CT*.

*Location: Bristol, CT
Rate: DOE (C-2-C, Inclusive All)

Altiris Engineer:
*This is a *3+ months contract* for a client located in *Bristol, CT*.

Consultant will be focused on creating an *automated deployment process *for
*Windows Server 2008 *using *Altiris Deployment Solution 6.9*.
Candidate should be highly skilled with *Altiris Deployment Solution *and
preferably have strong skills with *Windows Server 2008*.
Candidate should also have *Altiris workflow experience*, *server build
experience* and have a background in *VBScripting* and *batch automation*.
Candidate should be familiar with using a *single-image model approach to
deployment*.

Looking forward for your RESPONSE.

Regards,
Hima V - Tech. Recruiter,
Alrek Business Solutions Inc.
(Formerly Known as ALDON BUSINESS SOLUTIONS, INC.)
Certified Minority Business Enterprise (MBE)
email: [EMAIL PROTECTED]
yahoo id: [EMAIL PROTECTED]
www.absli.com
Contact: 847-348-0380 (Direct)
847-348-1194 / 847-384-0101
Fax: 847-413-8294

CONFIDENTIALITY NOTICE: This e-mail message including attachments, if any,
is intended only for the person or entity to which it is addressed and may
contain confidential and /or privileged material. Any unauthorized review,
use, disclosure or distribution is prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy all copies
of the original message. If you are the intended recipient but do not wish
to receive communications through this medium, please so advise the sender
immediately.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
DATAWAREHOUSE VENDORS group.
To post to this group, send email to datawarehouse-vendors@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/datawarehouse-vendors?hl=en
-~--~~~~--~~--~--~---



Urgently Need Altiris Engineer @ Bristol, CT.

2008-12-02 Thread [EMAIL PROTECTED]
Hello *Partners*,

Good Morning...
Forward the resumes to [EMAIL PROTECTED] along with Rate  Contact Info.
Need *Altiris Engineer *for one of our Clients @ *Bristol, CT*.

*Location: Bristol, CT
Rate: DOE (C-2-C, Inclusive All)

Altiris Engineer:
*This is a *3+ months contract* for a client located in *Bristol, CT*.

Consultant will be focused on creating an *automated deployment process *for
*Windows Server 2008 *using *Altiris Deployment Solution 6.9*.
Candidate should be highly skilled with *Altiris Deployment Solution *and
preferably have strong skills with *Windows Server 2008*.
Candidate should also have *Altiris workflow experience*, *server build
experience* and have a background in *VBScripting* and *batch automation*.
Candidate should be familiar with using a *single-image model approach to
deployment*.

Looking forward for your RESPONSE.

Regards,
Hima V - Tech. Recruiter,
Alrek Business Solutions Inc.
(Formerly Known as ALDON BUSINESS SOLUTIONS, INC.)
Certified Minority Business Enterprise (MBE)
email: [EMAIL PROTECTED]
yahoo id: [EMAIL PROTECTED]
www.absli.com
Contact: 847-348-0380 (Direct)
847-348-1194 / 847-384-0101
Fax: 847-413-8294

CONFIDENTIALITY NOTICE: This e-mail message including attachments, if any,
is intended only for the person or entity to which it is addressed and may
contain confidential and /or privileged material. Any unauthorized review,
use, disclosure or distribution is prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy all copies
of the original message. If you are the intended recipient but do not wish
to receive communications through this medium, please so advise the sender
immediately.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
direct reqs group.
To post to this group, send email to direct-reqs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/direct-reqs?hl=en
-~--~~~~--~~--~--~---



[DotNetDevelopment] Sessions help

2008-12-02 Thread [EMAIL PROTECTED]

I'm currently writing a web-based game in ASP.NET and C#.  I'm in the
process of testing whether or not I successfully hooked my attack
methods into .NET's event model.  I need both the user-controlled
character and the computer-controlled enemy to retain their state
between turns, so I can see if the attack is actually working.  My
problem is that the compiler is choking on the part where I try to
retrieve my objects from the session.  Specifically, it says that
those objects don't exist, despite my explicit casts to the proper
types, and the fact that the first time the page is accessed, new
objects are made.  My code is below:

//Note: mainLabel is a Label server control, and attack is a simple
Button control

using System;
using System.IO;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.SessionState;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Xml.Linq;

public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
if (Page.IsPostBack)
{
PlayerCharacter PC = (PlayerCharacter)(Session[player]);
PlayerCharacter Enemy = (PlayerCharacter)(Session
[enemy]);
}
else
{
PlayerCharacter PC = new PlayerCharacter(Neo, Male, A
young hacker, unaware that he's the chosen one, new Hacker());
PlayerCharacter Enemy = new PlayerCharacter(Smith,
Male, An agent of the Matrix, new Shill());
}

/* from this point on, neither PC nor Enemy are recognized by
the compiler, so it gives me a bunch of errors */

AttackEventArgs attackArgs = new AttackEventArgs(PC, Enemy);

mainLabel.Text = PC.Name +  ;
mainLabel.Text += PC.Gender + \nbr /;
mainLabel.Text += HP:  + PC.CurrentHP +  TP:  +
PC.CurrentTP +  DMG:  + PC.DMG + \nbr /;
PC.Money = 2.34f;
mainLabel.Text += Money: $ + PC.Money + \nbr /;
mainLabel.Text += PC.Class.GetType().ToString() + \nbr /
br /;
mainLabel.Text += Attack info before leveling up: br /;
mainLabel.Text += DMG:  + PC.DMG +  DMG Modifier  +
PC.DMGModifier +  Chance to Hit:  + PC.ChanceToHit + br /br /;

PC.LevelUp();

mainLabel.Text += Attack info after leveling up: br /;
mainLabel.Text += DMG:  + PC.DMG +  DMG Modifier  +
PC.DMGModifier +  Chance to Hit:  + PC.ChanceToHit + br /br /;

ListAttack PCattacks = PC.Attacks;

mainLabel.Text += Enemy HP:  + Enemy.CurrentHP + br /br /
;

attack.Click += delegate { PCattacks[0].ExecuteAttack(this,
attackArgs); Session[player] = PC; Session[enemy] = Enemy; };
}
}


[DotNetDevelopment] Re: Sessions help

2008-12-02 Thread [EMAIL PROTECTED]

Nope, didn't work.  I tried:

if (Page.IsPostBack)
{
PlayerCharacter PC = (PlayerCharacter)(Session[player]);
PlayerCharacter Enemy = (PlayerCharacter)(Session
[enemy]);
}
else
{
PlayerCharacter PC = new PlayerCharacter(Neo, Male, A
young hacker, unaware that he's the chosen one, new Hacker());
PlayerCharacter Enemy = new PlayerCharacter(Smith,
Male, An agent of the Matrix, new Shill());

Session[player] = PC;
Session[enemy] = Enemy;
}

But the same errors are appearing during compilation.

On Dec 2, 3:44 pm, Paul [EMAIL PROTECTED] wrote:
 Been a while since I coded C#, so I won't attempt the syntax. You issue is
 here

 else
        {
            PlayerCharacter PC = new PlayerCharacter(Neo, Male, A
 young hacker, unaware that he's the chosen one, new Hacker());
            PlayerCharacter Enemy = new PlayerCharacter(Smith,
 Male, An agent of the Matrix, new Shill());
        }
 You instantiate the objects, but never add them to the session. Simply add
 the objects to the session and yu should be all set. HTH

 On Tue, Dec 2, 2008 at 3:34 PM, [EMAIL PROTECTED] [EMAIL PROTECTED]



  wrote:

  I'm currently writing a web-based game in ASP.NET http://asp.net/ and
  C#.  I'm in the
  process of testing whether or not I successfully hooked my attack
  methods into .NET's event model.  I need both the user-controlled
  character and the computer-controlled enemy to retain their state
  between turns, so I can see if the attack is actually working.  My
  problem is that the compiler is choking on the part where I try to
  retrieve my objects from the session.  Specifically, it says that
  those objects don't exist, despite my explicit casts to the proper
  types, and the fact that the first time the page is accessed, new
  objects are made.  My code is below:

  //Note: mainLabel is a Label server control, and attack is a simple
  Button control

  using System;
  using System.IO;
  using System.Collections.Generic;
  using System.Configuration;
  using System.Data;
  using System.Linq;
  using System.Web;
  using System.Web.SessionState;
  using System.Web.Security;
  using System.Web.UI;
  using System.Web.UI.HtmlControls;
  using System.Web.UI.WebControls;
  using System.Web.UI.WebControls.WebParts;
  using System.Xml.Linq;

  public partial class _Default : System.Web.UI.Page
  {
     protected void Page_Load(object sender, EventArgs e)
     {
         if (Page.IsPostBack)
         {
             PlayerCharacter PC = (PlayerCharacter)(Session[player]);
             PlayerCharacter Enemy = (PlayerCharacter)(Session
  [enemy]);
         }
         else
         {
             PlayerCharacter PC = new PlayerCharacter(Neo, Male, A
  young hacker, unaware that he's the chosen one, new Hacker());
             PlayerCharacter Enemy = new PlayerCharacter(Smith,
  Male, An agent of the Matrix, new Shill());
         }

         /* from this point on, neither PC nor Enemy are recognized by
  the compiler, so it gives me a bunch of errors */

         AttackEventArgs attackArgs = new AttackEventArgs(PC, Enemy);

         mainLabel.Text = PC.Name +  ;
         mainLabel.Text += PC.Gender + \nbr /;
         mainLabel.Text += HP:  + PC.CurrentHP +  TP:  +
  PC.CurrentTP +  DMG:  + PC.DMG + \nbr /;
         PC.Money = 2.34f;
         mainLabel.Text += Money: $ + PC.Money + \nbr /;
         mainLabel.Text += PC.Class.GetType().ToString() + \nbr /
  br /;
         mainLabel.Text += Attack info before leveling up: br /;
         mainLabel.Text += DMG:  + PC.DMG +  DMG Modifier  +
  PC.DMGModifier +  Chance to Hit:  + PC.ChanceToHit + br /br /;

         PC.LevelUp();

         mainLabel.Text += Attack info after leveling up: br /;
         mainLabel.Text += DMG:  + PC.DMG +  DMG Modifier  +
  PC.DMGModifier +  Chance to Hit:  + PC.ChanceToHit + br /br /;

         ListAttack PCattacks = PC.Attacks;

         mainLabel.Text += Enemy HP:  + Enemy.CurrentHP + br /br /
  ;

         attack.Click += delegate { PCattacks[0].ExecuteAttack(this,
  attackArgs); Session[player] = PC; Session[enemy] = Enemy; };
     }
  }

 --
 ___

 Take care,
 Paul

 It is not we non-interventionists who are isolationists. The real
 isolationists are those who impose sanctions and embargos on countries and
 peoples across the globe and who choose to use force overseas to promote
 democracy. A counterproductive approach that actually leads the U.S. to be
 more resented and more isolated in the world.

 Dr. Ron Paul

 www.RonPaul2008.com


Best work at home job site. 100% Legitimate Home Jobs

2008-12-02 Thread [EMAIL PROTECTED]

Best work at home job site. 100% Legitimate Home Jobs

Work 3 Hrs/Day  Earn. Just Working 3 Hrs/Day and Earn Rs.75000/Month
Without Investment

*

http://daily-earn-money.blogspot.com/

*
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
dubaicityliving.com - The Dubai Property Website group.
 To post to this group, send email to dubaicityliving@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/dubaicityliving?hl=en-GB
-~--~~~~--~~--~--~---



Secure Forex Vps MetaTrader Expert Advisor Hosting For Forex Mt4 Traders

2008-12-02 Thread [EMAIL PROTECTED]

The Virtual Private Server VPS setup has been tailored specifically
for Expert Advisors and Forex Robots. Its a breeze to get going with
the following features:
Easy uploading Panel for uploading the Expert Advisors.
Preinstalled Metatrader4 platform with a brokerage of your choice
No hassles with server setup and configurations
No server knowledge needed!
Works for MAC and Windows!
Its Extremely easy to get going
1. Get a VPS subscription with the preinstalled Metatrader plattform.
2. After the payment, get INSTANT ACCESS to the members area where you
will get your VPS hosting account login info.
3. Upload your EA to the VPS using the easy uploader panel
4. Open the remote connection to the VPS computer using the easy
Connector TM from from Forex Hoster
5. Enjoy controlling your remote metatrader trading on VPS like on
your home PC that will work even when your PC is off!
Take Action now and have your own remote cash making robot at your
service 24/7.
http://fxhosterv.blogspot.com/#
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Dubai Discussions group.
To post to this group, send email to Dubai-Discussions-@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Dubai-Discussions-?hl=en
-~--~~~~--~~--~--~---



{Dubai Realtors} Reqd Urgently SIGNATURE VILLA –P ALM JUMEIRAH

2008-12-02 Thread [EMAIL PROTECTED]

Dear Friends

Reqd  Urgently SIGNATURE VILLA –PALM JUMEIRAH


OFFER 13 Million aed


Client in Dubai  till 6th December–ready to proceed.


Will provide Letter of Intent to receive floor plans/ contract copy


Ready to view


This offer expires on 6th December 2008


Thanks


AMIT KRISHAN
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Dubai Realtors group.
To post to this group, send email to dubai-realtors@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/dubai-realtors?hl=en
-~--~~~~--~~--~--~---



[DX] KOJE

2008-12-02 Thread [EMAIL PROTECTED]
Hei, ihan asiasisältöistä viestintää on aiheesta täällä käyty.

JHU:n pointti ohjelmaformaattien ym. asemien tunnista helpottavan aineiston 
ensiarvoisuudesta pitää varmasti kutinsa.

Toisaalta asemaluokitusjärjestelmä on ollut vahva pohja pääteltäessä, mikä 
asema taajuudella mahdollisesti kulloinkin kuuluu. Toki kuuntelijan 
omakohtaiset kokemukset ovat ehkä vieläkin tärkempiä.

Itselläni oli oiva mahdollisuus seurata bandia koko kuuluvuuskausien ajan 80-
luvun lopulta aina vuoden 2004 loppuun, viikottain ja keleillä päivittäin-
öittäinkin. Siinä kuunnellessaan huomasi mm. puhtailla 2-saraketaajuuksilla 
selkeitä dominantteja ja toisaalta tosi työläästi kaivettavia (kuulematta 
jääviäki) asemia.

Silti kuuluvuusolosuhteet ovat peruskeleillä ja paremmillakin aika uskollisia 
luokituksille, joten perusdata säilyy lähtökohtaisesti hyvin oikeana pitkään. 
Muutoksia tulee, jos lähitaajuuksilla (eurotaajuudet) tapahtuu jotain, itse 
10taajuuden asaemavalikoimassa tapahtuu muutoksia ja tietenkin asemien 
teho/pattern/lähetysaikamuutostilanteissa.

Listan päivitys ei kuitenkaan liene ylitsekäymätön ongelma. siihen tarvitaan 
asemien muutosilmoitukset jenkkilän suunnalta, koko asemavalikoiman 
kuuntelutietoja (=1-sarakkeen asemien kuuluminenkin kannattaa kirjata jonkun 
kerran kauden/peditionin aikana).

Kun tieto on lokeista ja tilastoista saatavilla, on perusluokitusta 
mahdollista justeerata oikeaan suuntaan. Ja jopa niin, että luokittelu 
kellotetaan siten, että aseman luokittelu muuttuu vuorokauden aikana. Tätä 
varten ei tarvita muuta kuin kuulemisaikatiedot -mielellään pidemmältä 
jaksolta. Ja tämän jälkeen muutama sarake excel-KOJEessa. Ja avot, meillä on 
tietopaketti, jonka pohjalta moni suomalaiskuuntelija pystyy saalistamaan 
lisäasemia kotiqthssaan tai ensimmäisillä peditioneillaankin. Mukana esim. 
kunkin daytimerin paras mahdollinen kuulemisaika.

Siis kellonajat ja lisäksi toivottavasti kausivaihtelut karkeasti 
syksy/keskitalvi/kevät. 

Luokituspohjana voidaan käyttää koko Suomen tietoja, mutta tottakai tiedot 
järkisyistä pohjaavat Pohjoisen kuunteluihin. Tiedot ovat kuitenkin hyvin 
hyödynnettävissä koko Suomessa ja Pohjolassa, muutenkin KOJEen suomalaisuudesta 
johtuen sen käyttökelpoisuus on paras täällä. Ei kai tarkoitus ole ruveta 
julkaisemaan Keski-Euroopan versiota, jolloin hyöty Suomessa jää 
kyseenalaiseksi?

Luokituksessa 4-portainen systeemi olisi käyttökelpoinen, 1-sarakkeen 
hilseet, 2-sarakkeen vahvat mahdolliset, 3-sarakkeen sieppaukset ja 4-
sarakkeen ei kuullut, mutta mahdolliset.

Vaikkakin perustan luominen vaatii paljonkin työtä, niin ylläpito on kuitenkin 
yhteistyöllä kevempää. Ja asia nro. Uno -hyötyjiä ovat lähes kaikki 
kuuntelijat, huiputkin (koska antavat jälleen kerran tietopanostaan yhteisön 
käyttöön).

Tämän kirjoituksen tarkoitus ei ole vähätellä kenenkään arvokasta työpanosta 
KOJEen osalta. Mutta silti toivoisin, että luokittelu kaikesta huolimatta 
katsottaisiin järkeväksi palauttaa. Perseusdatan luojat voivat helposti 
deletoida omiin sarakkeisiinsa talletetut luokittelunumerot, joten sen ei 
pitäisi aiheuttaa mitään ongelmia, yleensäkin tietosarakkeita voi helposti 
luoda lisää ja yhtä helposti poistaa.


___
Tilaa WRTH 2008 nyt:
http://www.hard-core-dx.com/redirect2.php?id=wrth2008
-
DX mailing list
DX@kotalampi.com
http://montreal.kotalampi.com/mailman/listinfo/dx
___

THE INFORMATION IN THIS ARTICLE IS FREE. It may be copied, distributed
and/or modified under the conditions set down in the Design Science License
published by Michael Stutz at http://www.gnu.org/licenses/dsl.html


[DX] filerapot

2008-12-02 Thread [EMAIL PROTECTED]
Moi, niin itse olen lähettänyt lähes kaikki äänifileeni kirjeitse. Tämä siksi, 
että en halua tukkia aaemien sähköposteja. Ainakin liitetiedoston tulee olla 
mieluummin pienikokoinen. Joskus olen kertonut aseman kuulumisen e-mailina ja 
lähettänyt fileen pyynnöstä.

Sanon näin siitäkin huolimatta, että uskon suurimman osan lähettävän 
fileraponsa sähköpostitse ja että asemien sähköpostit lienevät nykyaikaisen 
suuria ja yhteyksien nopeita.

Sähköpostin edut ovat nopeus. ja ehkä asemat lukevat noita ennemmin kuin 
kirjeitäkin nykyään? Mene ja tiedä E-mailvastauksia tulet ainakin saamaan 
enemmän.

Ojasta allikkoonko- AHE

Alkuperäinen viesti
Lähettäjä: [EMAIL PROTECTED]
Päivämäärä: 2.12.2008 13:32
Vastaanottaja: Suomalaisten DX-listadx@kotalampi.com
Aihe: Re: [DX] KOJE ja asemaluokitus

Näin toki on, että mahdolliset painotuserot mieltymyksissä, mitä asemien 
luokituksiin tulee, kannattaa oivaltaa ja sallia eikä ainakaan suosia 
tietyntyyppisiä kuuntelijoita. Samalla on kiitettävä niitä ihmisiä,  jotka 
näitä listoja jaksavat työpanoksellaan ylläpitää. Myös mainittu PUDXK:n lista 
vaikuttaa mielenkiintoiselta.
Aivan toiseen asiaan: listalla on melko vähän puhuttu nykyisistä 
mielekkäistä raportointitavoista asemille. Kun tässä nyt väsäilen ja lähettelen 
ensimmäisiä digitaalimuodossa tallennettuja raporttejani, niin jo turhan työn 
välttämiseksi kysyisin heti kättelyssä, mitä kokemuksia digitaalimuotoisten 
raporttien lähettämistavoista asemille kelläkin on. Kannattaako lähettää mp3-
liite + sanallinen raportti sähköpostilla vai jäävätkö tällaiset mp3-raportit 
mitättömän näköisinä ja kaikenkirjaviin sähköpostiosoitteisiin lähetettyinä 
asemien henkilöstön sähköisiin roskakoreihin? Vai kannattaako lähettää CD:itä + 
sanallinen raportti aseman varsinaiseen postiosoitteeseen? Millainen 
raportointitapa siis on havaittu mielekkääksi ja tuloksellisimmaksi?
73's HF   
  - Original Message - 
  From: JH Havukunnas 
  To: Suomalaisten DX-lista 
  Sent: Monday, December 01, 2008 8:10 PM
  Subject: Re: [DX] KOJE ja asemaluokitus



  Heitänpä mielipiteeni tähän keskusteluun ...

  Mielestäni KOJE nykyisellään on juuri sellainen, kuin sen pitääkin olla. 
Jokaisella meistä on omat mieltymyksensä siitä, minkälainen KOJE vastaisi 
parhaiten omiin kuuntelutarpeisiin.--- Sellaista kompromissia näiden eri 
mieltymysten välille ei löydy, että kaikki olisivat KOJEeseen täysin 
tyytyväisiä.---
JHU
___
Tilaa WRTH 2008 nyt:
http://www.hard-core-dx.com/redirect2.php?id=wrth2008
-
DX mailing list
DX@kotalampi.com
http://montreal.kotalampi.com/mailman/listinfo/dx
___

THE INFORMATION IN THIS ARTICLE IS FREE. It may be copied, distributed
and/or modified under the conditions set down in the Design Science License
published by Michael Stutz at http://www.gnu.org/licenses/dsl.html



___
Tilaa WRTH 2008 nyt:
http://www.hard-core-dx.com/redirect2.php?id=wrth2008
-
DX mailing list
DX@kotalampi.com
http://montreal.kotalampi.com/mailman/listinfo/dx
___

THE INFORMATION IN THIS ARTICLE IS FREE. It may be copied, distributed
and/or modified under the conditions set down in the Design Science License
published by Michael Stutz at http://www.gnu.org/licenses/dsl.html


RE: [ELPOP-Audio] Re: DUST CUP PENYOK

2008-12-02 Thread [EMAIL PROTECTED]
Terimakasih sarannya mas teguh.
Salamiwans

innovdesign2003 wrote:
 mas iwans, he he ini pengalaman pribadi saya juga, cap kertas  
 cap 
 plastik 2-2 nya pernah dicolok anak (juga temen2 nya..), juga konus 
 Senny HD560..huu.. huuu 
 yang kertas spt pak Budi (yang bukan pemula) bisa pakai jarum, tapi 
 bekas lubang di tambal lagi pakai sedikit lem fox. 
 sebelum 'akupuntur' mending driver coba di buka mas, kalau driver 
 moderen biasanya ada vent/lubang di pantat magnet, naah ini bisa untuk 
 mendorong si penyok (saya pakai gagang sikat gigi..),  good luck 
 TeguhPS 
 --- In ELPOP-Audio@ yahoogroups. com , Budi H Roesdihardjo 
 cerafine.blackgate @... wrote: 
 
 Memang akan -ada- cacat sedikit, gunakan jarum peniti, tusuk saja yg 
 penyok  tarik pelan pelan dgn jarum tadi. 
 
 Harus telaten  hati hati. 
 
 
 
 On 12/2/08, iwan san sanysany06@ ... wrote: 
  Dear milis yang ganteng2. 
  Tentunya sebagai diy pernah atau akan mengalami kejadian dimana 
 dust cap 
  speaker (bagian tengah yg bulat kecil) penyok karena (biasanya) 
 ditekan 
  dengan jari sama anak2 kita, mudah2an tidak menggunakan obeng hehehe. 
  Bagaimana ya cara mengembalikannya? Kalau terbuat dari karet bisa 
 dengan 
  plester direkatkan ke dust cup yg penyok lalu tarik, tapi kalau 
 dust cupnya 
  terbuat dari kertas gimana ya ? 
  Salamiwans 
  
  
  
  
 
 
 -- 
 ---end- - - 
 
 -B/P- Budi Pemula 
 Puri-Gading, Bekasi 17415 
 world in my-hand with GPRS technology. 
 
  



  



Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/ELPOP-Audio/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/ELPOP-Audio/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



RE: Re: [ELPOP-Audio] DUST CUP PENYOK

2008-12-02 Thread [EMAIL PROTECTED]
Huahahahahakalau mulutnya si jamile nggak apa2 pak tris. Tapi boleh juga 
pak, dialasi tisu kali.
Salamiwans

Sutrisno wrote:
  Ada cara yg efektif tanpa bekas namun agak jorok 
 sedikit, caranya disedot pakai mulut. Saya pernah coba dan efektif. Selamat 
 mencoba. 
    
  Sutrisno 
    
   - Original Message - 
   From: 
   Didik W. Adhi 
   To: ELPOP-Audio@ yahoogroups. com 
   Sent: Tuesday, December 02, 2008 9:28 
   AM 
   Subject: Re: [ELPOP-Audio] DUST CUP 
   PENYOK 
   pakai dobel tape : ditempel kemudian ditarik. Ya harus 
   telaten. 
   salam, dwa 
     
 - Original Message - 
 From: Budi H Roesdihardjo 
 To: ELPOP-Audio@ yahoogroups. com 
 Sent: Tuesday, December 02, 2008 5:45 
 AM 
 Subject: Re: [ELPOP-Audio] DUST CUP 
 PENYOK 
 Memang akan -ada- cacat sedikit, gunakan jarum peniti, tusuk saja 
 yg penyok  tarik pelan pelan dgn jarum tadi. Harus telaten 
  hati hati. On 12/2/08, iwan san  [EMAIL PROTECTED] com  
 wrote:  Dear milis yang ganteng2.  Tentunya sebagai diy pernah 
 atau akan mengalami kejadian dimana dust cap  speaker (bagian tengah 
 yg bulat kecil) penyok karena (biasanya) ditekan  dengan jari sama 
 anak2 kita, mudah2an tidak menggunakan obeng hehehe.  Bagaimana ya 
 cara mengembalikannya? Kalau terbuat dari karet bisa dengan  plester 
 direkatkan ke dust cup yg penyok lalu tarik, tapi kalau dust cupnya  
 terbuat dari kertas gimana ya ?  
 Salamiwans -- 
 ---end- - - -B/P- Budi 
 Pemula Puri-Gading, Bekasi 17415 world in my-hand with GPRS 
 technology. 
   No virus found in this incoming message. Checked by AVG - 
   http://www.avg. com Version: 8.0.176 / Virus Database: 270.9.12/1823 - 
   Release Date: 12/1/2008 7:59 PM 
  



  



Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/ELPOP-Audio/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/ELPOP-Audio/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



RE: Re: Re: [ELPOP-Audio] (1des08) progress kit dac saya

2008-12-02 Thread [EMAIL PROTECTED]
Jangan untuk gantungan kunci pak tapi untuk ganjel pintu hehehe.
Tapi saya masih pake yg buatan philips untuk regulator.
P paul, opa 627 akan betul bernyanyi bila disuply mendekati maks nya juga 
dibias.
Salam...iwans

Didik W. Adhi wrote:
  Wuaduh...kok 'aniaya' sekali ya... 
  Bisa untuk macem macem Pak, itu kan 'universal 
 opamp'. 
  salam, dwa 
    
   - Original Message - 
   From: 
   Paul Yahya 
   To: ELPOP-Audio@ yahoogroups. com 
   Sent: Tuesday, December 02, 2008 10:16 
   AM 
   Subject: Re: Re: [ELPOP-Audio] (1des08) 
   progress kit dac saya 
   betul pak DWA... 
   sebetulnya Opamp NE5532 bandrolnya murah meriah - 
   jauh dibawah OPA2604 
   dgn harga bandrol  MCI  itu , anda 
   bisa beli AD825 DIL (dual inboard lho !!) yg jauh lebih 
   superior..' 
   kalo mau,  saya msih ada sepasang bekas 
   cabutan Shanling .pantesnya NE5532 buat gantungan kunci 
    kali 
     
   PJ 
   http://www.freewebs .com/komkris2000 
 - Original Message - 
 From: Didik W. Adhi 
 To: ELPOP-Audio@ yahoogroups. com 
 Sent: Tuesday, December 02, 2008 10:12 
 AM 
 Subject: Re: Re: [ELPOP-Audio] (1des08) 
 progress kit dac saya 
 Betul sekali Pak PJ dan saya yakin itu, namun yang saya 
 maksud ini adalah NE5532 bawaan McIntosh C32 dan kalau kita pesan di 
 McIntosh Labs untuk IC itu dengan part number tertentu, harganya juga 
 'tidak 
 biasa' (kalau gak salah dulu th 2002 USD30) 
 Makanya saya curiga, itu IC rancangan khusus hanya di beri 
 seri NE5532 (hanya dugaan saya). 
 salam, dwa 
   - Original Message - 
   From: Paul Yahya 
   To: ELPOP-Audio@ yahoogroups. com 
   Sent: Tuesday, December 02, 2008 9:35 
   AM 
   Subject: Re: Re: [ELPOP-Audio] 
   (1des08) progress kit dac saya 
   Informasi saja pak DWA.. 
   NE5532 dalam Shanling saya ganti dgl 
   OPA2604... 
   Performamce nail drastis. 
   Lalu saya ganti dgn OPA627 (DIL)...wuih 
   tambah naik..dgn detail dan transparancy luar biasa . 
   Coba swap  dgn AD825 (DIL) , the 
   best musical tanpa kehilangan details dan transparancy. 
   Skrg pakai AD825 DIL. 
   Try it out pak.. 
     
   PJ 
   http://www.freewebs .com/komkris2000 
 - Original Message - 
 From: Didik W. Adhi 
 To: ELPOP-Audio@ yahoogroups. com 
 Sent: Tuesday, December 02, 2008 
 9:32 AM 
 Subject: Re: Re: [ELPOP-Audio] 
 (1des08) progress kit dac saya 
 Eit..!..., jangan menyepelekan NE5532 ya! 
 Sudah pernah dengar NE5532 yang dipasang di McIntosh 
 C32?  Beda banget lho!? Saya malah curiga, itu mungkin IC OEM oleh 
 McIntosh namun di beri type NE5532 (yang pada kenyataannya 
 menggunakan 
 NE5532 yang ada dipasaran juag bisa bunyi dengan sonic yang jauh 
 beda) 
 salam, dwa 
   
   - Original Message - 
   From: [EMAIL PROTECTED] com 
   To: Yustinus 
   Cc: ELPOP-Audio@ yahoogroups. com 
   Sent: Tuesday, December 02, 2008 
   5:25 AM 
   Subject: RE: Re: [ELPOP-Audio] 
   (1des08) progress kit dac saya 
   Pak yus. Kalau dari 4.7 ke 5 nggak masalah lah dan asalkan tdk 
   ekstrim perbedaannya. Saya sarankan lupakan og amp deh disamping 
   mahal ic nya (jangan pakai 5532 lah saya kawatir telinga akang 
 rusak 
   hehe) juga harus nuntut R dan C yg hiend. Tapi kalau mau dicoba 
 boleh 
   juga sih ntar mirip droplet 5 dimana dia memakai opamp dan finalnya 
   pakai tube. Yang pernah saya lakukan di marantz dari dac SM 
   bablas ke final bufer (fet) dan hasilnya menurut kuping saya lebih 
   bagus dari pada via opamp (opa 627, R holco dan C silver mica). Utk 
   pc nya saya kok belum mudeng ya ,dac di colok ke sound card dan 
 1khz 
   nya dari cd rom? Salamiwans Yustinus wrote:  mas 
   Iwan,  Kalau 4.7uf itu dinaikkan jadi 5uf atau lebih, 
   terpengaruh tidak? (R-nya tetap).  Saya lagi pikir-pikir mau 
   coba I-V via op-amp seperti di ds-nya 1543. Mungkin pakai NE5532 
 atau 
   LM4562 barangkali?  Ngukur via pc? Saya cara preman, mas. Ga 
   presisi kok berhubung softwarenya juga bukan buat ukur rms tapi 
 buat 
   editing/mastering recording. Input ke pc via line in soundcard SB 
   Live! value. Input dulu via dvd player, pakai cd test tone, sine 
 1kHz. 
   Atur level input di soundcard.  Sudah.  Setelah itu, 
   tinggal direcord saja track sine 1kHz dari dvd player, kemudian via 
   dac. Lihat waveformnya, liat analisa statistik waveform-nya dari 
   software.  Oya, jitter yang kemaren, sekarang ga ada lagi. Tapi 
   mungkin jitter kemarin juga bukan dari dac tapi karena ada bagian 
 dac 
   yang kesentuh tangan

RE: Re: [ELPOP-Audio] DUST CUP PENYOK

2008-12-02 Thread [EMAIL PROTECTED]
Jarene pak tris disedot pakai lambe mas, eudann tenan tingkahnya diy yer.
Salam...iwans

Didik W. Adhi wrote:
  pakai dobel tape : ditempel kemudian ditarik. Ya harus 
 telaten. 
  salam, dwa 
    
   - Original Message - 
   From: 
   Budi H Roesdihardjo 
   To: ELPOP-Audio@ yahoogroups. com 
   Sent: Tuesday, December 02, 2008 5:45 
   AM 
   Subject: Re: [ELPOP-Audio] DUST CUP 
   PENYOK 
   Memang akan -ada- cacat sedikit, gunakan jarum peniti, tusuk saja 
   yg penyok  tarik pelan pelan dgn jarum tadi. Harus telaten 
hati hati. On 12/2/08, iwan san  [EMAIL PROTECTED] com  
   wrote:  Dear milis yang ganteng2.  Tentunya sebagai diy pernah 
   atau akan mengalami kejadian dimana dust cap  speaker (bagian tengah yg 
   bulat kecil) penyok karena (biasanya) ditekan  dengan jari sama anak2 
   kita, mudah2an tidak menggunakan obeng hehehe.  Bagaimana ya cara 
   mengembalikannya? Kalau terbuat dari karet bisa dengan  plester 
   direkatkan ke dust cup yg penyok lalu tarik, tapi kalau dust cupnya  
   terbuat dari kertas gimana ya ?  
   Salamiwans -- 
   ---end- - - -B/P- Budi 
   Pemula Puri-Gading, Bekasi 17415 world in my-hand with GPRS 
   technology. 
  



  



Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/ELPOP-Audio/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/ELPOP-Audio/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



RE: [ELPOP-Audio] Re:MY NOS DAC

2008-12-02 Thread [EMAIL PROTECTED]
Halo juga p dino.
Sebenarnya saya juga sudah punya skemanya hanya ic 74xx flipflop pak alex punya 
nggak ya atau bos alex punya skema sekaligus partnya hehehe.
Salam.iwans

Dino Ary wrote:
 Halo Pak Iwan, 
 Selamat atas berdendangnya NOS DAC nya anda! 
 Untuk reclocking.. Monggo silahkan dicoba untuk memasangkan unit NOS DACnya 
 dengan sirkuit reclocker yang ada di link berikut... 
 dijamin yahuud!! 
  http://diyparadise. com/web/index. php?option= com_content task=view 
 id=70Itemid= 26 
 IC Flip Flop Octal D seri/type 74HCTxxx atau 74ACTxxx dan keluarganya 
 Xtal kaki 4 dengan frequency 100mHz 
 Hehehe...moga2 gak penasaran ya... 
 Untuk informasi, ini rangkaian reclocking yang sama yang ada di Monica DAC... 
 Salam hormat, 
 Dino Ary 
 Yahoo! Toolbar kini dilengkapi Anti-Virus dan Anti-Adware gratis. 
 Download Yahoo! Toolbar sekarang. 
  http://id.toolbar. yahoo.com 
  



  



Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/ELPOP-Audio/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/ELPOP-Audio/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



RE: Re: [ELPOP-Audio] Re:MY NOS DAC

2008-12-02 Thread [EMAIL PROTECTED]
Saya juga puyeng pak yus karena emailnya pakai hp dan waktu mau ngesend disuruh 
nulis huruf, sementara yg lain nggak masalah. Tolong dong member yg bisa baca 
difoward ke elpop sehingga bisa dibaca semua member.
Salam..iwans

Yustinus wrote:
  
  email yang mas Iwan di saya kok kosong melompong 
 ya?? 
    
    
  - Original 
 Message - From: Dino Ary To: ELPOP-Audio@ yahoogroups. com Cc: 
 [EMAIL PROTECTED] com Sent: Wednesday, December 03, 2008 5:21 AM Subject: 
 [ELPOP-Audio] Re:MY NOS DAC Halo Pak Iwan, Selamat atas 
 berdendangnya NOS DAC nya anda! Untuk reclocking.. Monggo silahkan dicoba 
 untuk memasangkan unit NOS DACnya dengan sirkuit reclocker yang ada di link 
 berikut... dijamin 
 yahuud!! http://diyparadise. com/web/index. php?option= 
 com_contenttask=viewid=70Itemid=26 
  IC Flip Flop Octal D seri/type 74HCTxxx atau 74ACTxxx dan 
 keluarganya Xtal kaki 4 dengan frequency 100mHz Hehehe...moga2 
 gak penasaran ya... Untuk informasi, ini rangkaian reclocking yang sama yang 
 ada di Monica DAC... Salam hormat, Dino Ary 
  



  



Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/ELPOP-Audio/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/ELPOP-Audio/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



RE: Re: Re: Re: [ELPOP-Audio] (1des08) progress kit dac saya

2008-12-02 Thread [EMAIL PROTECTED]
Maksud saya juga yang NE kok pak.
Saya punya banya NE tak buat ganjel pintu pak hahaha.joke.
Salam..iwans

Paul Yahya wrote:
  Pak Iwan 
    
  Bukan yg OPA627...kalo yg ini top banget pak, 
 sangat cristal clear, analitis, kalahnya secara musical dgn AD825. 
  Harga OPA627 terutama yg DIL juga ngetop , selevel 
 dgn AD825 DIL, ngelebihin bandrol NE5532 Mcintosh yg di infokan pak 
 Didik.. 
    
  Yg saya maksud adalah NE5532 tuh yg bisa dibuat 
 gantungan kunci, atau gandul kalung di iket sama emas 
    
  Salam 
  PJ 
  http://www.freewebs .com/komkris2000 
   - Original Message - 
   From: 
   [EMAIL PROTECTED] com 
   To: Didik W. Adhi 
   Cc: ELPOP-Audio@ yahoogroups. com 
   Sent: Wednesday, December 03, 2008 4:32 
   AM 
   Subject: RE: Re: Re: [ELPOP-Audio] 
   (1des08) progress kit dac saya 
   Jangan untuk gantungan kunci pak tapi untuk ganjel pintu hehehe. Tapi 
   saya masih pake yg buatan philips untuk regulator. P paul, opa 627 akan 
   betul bernyanyi bila disuply mendekati maks nya juga 
   dibias. Salam...iwans Didik W. Adhi wrote:  Wuaduh...kok 
   'aniaya' sekali ya...  Bisa untuk macem macem Pak, itu kan 'universal 
opamp'.  salam, dwa     - Original 
   Message -  From:  Paul Yahya  To: ELPOP-Audio@ 
   yahoogroups. com  Sent: Tuesday, December 02, 2008 10:16  AM 
Subject: Re: Re: [ELPOP-Audio] (1des08)  progress kit dac 
   saya  betul pak DWA...  sebetulnya Opamp NE5532 bandrolnya 
   murah meriah -  jauh dibawah OPA2604  dgn 
   harga bandrol  MCI  itu , anda  bisa beli AD825 DIL 
   (dual inboard lho !!) yg jauh lebih  superior..'  kalo mau, 
    saya msih ada sepasang bekas  cabutan Shanling .pantesnya 
   NE5532 buat gantungan kunci   kali     
   PJ  http://www.freewebs 
   .com/komkris2000  - Original Message -  From: Didik W. 
   Adhi  To: ELPOP-Audio@ yahoogroups. com  Sent: Tuesday, 
   December 02, 2008 10:12  AM  Subject: Re: Re: [ELPOP-Audio] 
   (1des08)  progress kit dac saya  Betul sekali Pak PJ dan saya 
   yakin itu, namun yang saya  maksud ini adalah NE5532 bawaan McIntosh 
   C32 dan kalau kita pesan di  McIntosh Labs untuk IC itu dengan part 
   number tertentu, harganya juga 'tidak  biasa' (kalau gak salah dulu th 
   2002 USD30)  Makanya saya curiga, itu IC rancangan khusus hanya di 
   beri  seri NE5532 (hanya dugaan saya).  salam, dwa  
   - Original Message -  From: Paul Yahya  To: 
   ELPOP-Audio@ yahoogroups. com  Sent: Tuesday, December 02, 2008 9:35 
AM  Subject: Re: Re: [ELPOP-Audio]  (1des08) progress 
   kit dac saya  Informasi saja pak DWA..  NE5532 dalam Shanling 
   saya ganti dgl  OPA2604...  Performamce nail drastis.  
   Lalu saya ganti dgn OPA627 (DIL)...wuih  tambah naik..dgn detail 
   dan transparancy luar biasa .  Coba swap  dgn AD825 (DIL) , 
   the  best musical tanpa kehilangan details dan transparancy.  
   Skrg pakai AD825 DIL.  Try it out pak..     PJ 
http://www.freewebs 
   .com/komkris2000  - Original Message -  From: Didik W. 
   Adhi  To: ELPOP-Audio@ yahoogroups. com  Sent: Tuesday, 
   December 02, 2008  9:32 AM  Subject: Re: Re: [ELPOP-Audio] 
(1des08) progress kit dac saya  Eit..!..., jangan 
   menyepelekan NE5532 ya!  Sudah pernah dengar NE5532 yang dipasang di 
   McIntosh  C32?  Beda banget lho!? Saya malah curiga, itu mungkin 
   IC OEM oleh  McIntosh namun di beri type NE5532 (yang pada 
   kenyataannya menggunakan  NE5532 yang ada dipasaran juag bisa bunyi 
   dengan sonic yang jauh  beda)  salam, dwa    
- Original Message -  From: [EMAIL PROTECTED] com 
To: Yustinus  Cc: ELPOP-Audio@ yahoogroups. com  
   Sent: Tuesday, December 02, 2008  5:25 AM  Subject: RE: Re: 
   [ELPOP-Audio]  (1des08) progress kit dac saya  Pak yus. Kalau 
   dari 4.7 ke 5 nggak masalah lah dan asalkan tdk  ekstrim perbedaannya. 
   Saya sarankan lupakan og amp deh disamping  mahal ic nya (jangan pakai 
   5532 lah saya kawatir telinga akang rusak  hehe) juga harus nuntut R 
   dan C yg hiend. Tapi kalau mau dicoba boleh  juga sih ntar mirip 
   droplet 5 dimana dia memakai opamp dan finalnya  pakai tube. Yang 
   pernah saya lakukan di marantz dari dac SM  bablas ke final bufer 
   (fet) dan hasilnya menurut kuping saya lebih  bagus dari pada via 
   opamp (opa 627, R holco dan C silver mica). Utk  pc nya saya kok belum 
   mudeng ya ,dac di colok ke sound card dan 1khz  nya dari cd rom? 
   Salamiwans Yustinus wrote:  mas  Iwan,  Kalau 4.7uf itu 
   dinaikkan jadi 5uf atau lebih,  terpengaruh tidak? (R-nya tetap).  
   Saya lagi pikir-pikir mau  coba I-V via op-amp seperti di ds-nya 1543. 
   Mungkin pakai NE5532 atau  LM4562 barangkali?  Ngukur via pc? Saya 
   cara preman, mas. Ga  presisi kok berhubung softwarenya juga bukan 
   buat ukur rms tapi buat  editing/mastering recording. Input ke pc via 
   line in soundcard SB  Live! value. Input dulu via dvd player, pakai cd 
   test tone, sine 1kHz.  Atur level input di soundcard

<    5   6   7   8   9   10   11   12   13   14   >