Ir para conteúdo
Fórum Script Brasil

Kabelera

Membros
  • Total de itens

    295
  • Registro em

  • Última visita

Tudo que Kabelera postou

  1. Kabelera

    Busca Interna

    Issso não tem nada ahver com dream weaver, isso ai depender da lingugem dinamica que você vai usar... vai ter que fazer um select para pegar os dados
  2. Kabelera

    Introdução

    ActionScript é a linguagem interna do flahs, muito poderosa por sinal o novo 2.0 é bem parecido com a linguagem java com classes metodos , construtores e etc... O que o fireworks gerá é apenas complexos javascripts, nada haver com o AS do flash
  3. Kabelera

    Help

    Não sei o que pode ser, tenta esse programinha que fiz aqui, básico que gera um numero e compara com o que você apostou....simples mesmo, serve?? import java.awt.*; import java.awt.event.*; import javax.swing.*; public class Exemplo1 extends Frame { Button btn1 = new Button("Jogar"); Choice cob1 = new Choice(); Exemplo1() { setLayout(null); cob1.setBounds(125,100,50,20); add(cob1); cob1.add("0"); cob1.add("1"); cob1.add("2"); cob1.add("3"); cob1.add("4"); cob1.add("5"); cob1.add("6"); cob1.add("7"); cob1.add("8"); cob1.add("9"); btn1.setBounds(110,150,80,20); add(btn1); btn1.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { int i = Integer.parseInt(cob1.getSelectedItem()); int j = (int)(Math.random()*10); if(i==j) JOptionPane.showMessageDialog(null,"VOCÊ ACERTOU!!!"); else JOptionPane.showMessageDialog(null,"VOCÊ ERROU!!!\n Palpite"+i+"\nValor sorteado "+j); } }); } public static void main(String args[]) { Exemplo1 frm = new Exemplo1(); frm.setBounds(250,150,300,300); frm.show(); } }
  4. Kabelera

    Comunicação Serial

    ow, cara seu professor piro???? ele quer que 2 computadores se comuniquem sem ser via Sockets??? portas e etc..?? Elee quer que os computadores se comuniquem com porta paraléla de impressoa ?? Pode ser via rede não?? você falow que você não sabe nada de programação, e nesse caso teria que usar java com dlls, é avançado demais para coimeçar...Explique melhor isso, pode ser feito via rede , portas e sockets???
  5. Kabelera

    Help

    Mas java não tem nada haver com java script...Mas o que você quer programar em java?? que tipos de programa ??? dfee detalhes.,...para poders te ajudar...
  6. Kabelera

    Dreamweaver

    Cara crie uma taebla sem borda 1x1, depois escolha o modo de edição Metade Script metade Visual, clique na tabela na parte visual, e veja no modo scritp onde está , ali no modo de código cole o script dentro da tabela, com certeza, funcionará, depois você coloca ela onmde quiser.Agora copiar o código na parte visual não vai funcionar, e o script deve está direcionando pára um servidor fazer a contagem e mostrar os números!!! Não tem como fazer cont++ só com html ex: no site eu coloquei o script assim: <td class="estilo"> <div align="center"><img src="http://www.brs.com.br/cgi-bin/Count.cgi?df=rox|st=500&dd=B&ft=0&md=5" HEIGHT=14 WIDTH=59></div></td> </tr> <tr> Repare que o processamento e todo do servidor , ele retorna o numero para vc
  7. Seu processador por uym acaso é o de cartucho??? Se for pode ser ele mesmo......constuma sempre fazer isso
  8. Acho que sófaltou um detalhe ,o Cavalo de tróia , por apenas abrir uma pota e conectar ao servidor, não sei se ele se enquadra em vírus, acho que ele é mais um Worm ou coisa assim.já que para ser vírus ele tem que obrigatóriamente se multiplicar e se espalhar.. Cultura inutil
  9. A cara mas esse tipo de truque é velho... aa tualização é feita intermaente no softer....Isso dai é feito em tudo , não s´po o norton
  10. Kabelera

    Fade

    Cara não use fader em gif não, vai ficar horrivelmente pesado seu site. Se é para ser atualizado sempre o melhor é fazer um menu rollover ou normal mesmo , com apenas 2 estágios com o mouse sobre o menu e saindo do menu, ai fica mais leve e rápido!!! O flash é ruim para atualizações frequentes.No mwnu feito no fireworks , você pode entar no dreamweaver e pedir para susbtituir um determinado link , no site todo por outro.Bem melhor para atualização.
  11. Exato, gostaria de saber se tem alguma extenção que faça isso, Auto complemento , mas em jsp, ele até tem quando vai instalar , umas tags jsp e tal, mas é emio inutil, você apertar o botão e aparecer.As outras IDEs como o eclipse para jsp, ele tem esse complemento de Tag, mas eu gostaria de fazer no DW, que já é tudo integrado!!! <%@=> ou <%import class=""%> é emio sem graça.Se acharem me falem ..Valeu!! Deividy-> Para conhecer o Jsp , tem que ver o java OO antes...senão fica muito dificil entender. Autocomplemento em JSP
  12. Kabelera

    Quero Trabalhar Com Java

    http://www.java.sun.com/j2se/1.4.2/download.html
  13. Kabelera

    Php No Dw Mx

    Sim apenas slave como .php. Fica bom com certeza!!! Ainda pode configurar o servidor apache para o dw fazer a aplicação rodar só apertando "F12"
  14. Galera, tou procurando , mas não acho , gostaria de saber se tem algum plugin, extenção ou atualização do DW mx 2004, que faça o complemento das tags em JSP, assim como ele faz para html....alguém sabe??? tipo <% public void getNome(Strin->ai o dw completaria com String){ } %>
  15. Kabelera

    Quero Trabalhar Com Java

    Ramom , você deve baixar primeiramente o kit de desenvolvimento o jdk JDK 1.4 JRE No site da SUN e baixe uma IDE para trabalhar e "Copilar as classes" Pode ser o Eclipse ou o Jcreator www.jcreator.com
  16. Tipo nem comenta isso de crack , vcmoderador deve partir do principio que todos os pogramas são licitos e a a tualização oficial vai rodar , normalmente... Obs: Obrigado pela dica , uhehehe
  17. A é isso: Resolved issues in the 7.0.2 updater The 7.0.2 updater fixes all the issues that were resolved in the 7.0.1 updater (see below). In addition, it addresses performance bugs found in Fireworks MX 2004. There are many bug fixes for both Macintosh and Windows platforms. Listed below are some of the more important issues that are resolved in the 7.0.2 updater. Switching focus from another application to Fireworks MX 2004 would cause Fireworks to briefly freeze. In earlier versions of Fireworks MX 2004, a noticeable delay was encountered by users with many sites defined in Dreamweaver MX 2004. If you have 50 or more sites defined in Dreamweaver MX 2004, you should find that the 7.0.2 updater makes Fireworks MX 2004 much more responsive when receiving focus. Opening Image Files from Dreamweaver In earlier versions of Fireworks MX 2004, opening image files from within local Dreamweaver MX 2004 site folders took a significant amount of time if the Dreamweaver site preference for “Enable file check in and check out” was turned on. You should find that the 7.0.2 updater makes Fireworks MX 2004 much faster when opening image files from within Dreamweaver MX 2004 site folders who's site preference to "Enable file check in and check out” is turned on. Resolved issues in the 7.0.1 updater The 7.0.1 updater addressed bugs throughout Fireworks MX 2004. All bug fixes addressed in the 7.0.1 updater are included in the 7.0.2 updater. There are many bug fixes for both Macintosh and Windows platforms. Listed below are some of the more important issues that affected users in Fireworks MX 2004: Compatibility with Adobe® Photoshop® CS and Adobe Image Ready® CS files The previous version of Fireworks would sometimes crash when opening Photoshop files created using the most recent versions of Adobe Photoshop CS and Adobe Image Ready CS. This update fixes this problem. Interoperability with Macromedia Dreamweaver This update fixes the following interoperability problems with Macromedia Dreamweaver®: Some extensions (Web Photo Album and InstaGraphics) would fail in Dreamweaver because of an issue with the Fireworks JavaScript layer Launch & Edit problems when using Dreamweaver in double-byte environments Fireworks failed to preserve double-byte characters correctly when round tripping with Dreamweaver File transfer passwords using the File Management feature Site passwords containing special characters (such as "@") now work correctly from within Fireworks. The workaround described in this TechNote is no longer necessary. Additional bugs fixed in the 7.0.1 updater Altering slice width no longer causes Fireworks to hang or freeze on the Macintosh You can now preview the effect of the Unsharp Mask filter multiple times on the Macintosh Using Launch & Edit to open JPEG files with double-byte filenames from Macromedia Flash® no longer displays questions marks ( "?" ) in place of the filename The Save As command now correctly determines the default location in which to save files Using the Nested Tables-No Spacers option no longer inserts "undefined" attributes in the exported HTML code Using Microsoft® TweakUI PowerToy® in conjunction with Fireworks no longer causes problems with Fireworks file dialog boxes The Macromedia Online Forum menu item is now enabled on the Macintosh Importing or opening Macromedia FreeHand® files with an embedded SWF no longer causes Fireworks to crash Other resources Fireworks extensions - New functionality for Fireworks MX 2004, including commands and panels, is available on the Macromedia Exchange for Fireworks. Users familiar with JavaScript and Macromedia Flash created new dialogs and panels for Fireworks MX 2004 and submitted them to the Fireworks Exchange. Several of these user-created extensions ship with Fireworks MX 2004 and can be identified by launching the Macromedia Extension Manager and selecting Fireworks MX 2004 from the product popup menu. You can download new extensions for Fireworks MX 2004 and the latest version of the Extension Manager from the Macromedia website. Fireworks MX 2004 supports the Extension Manager 1.6 release; if you are using an earlier version of the Extension Manager, please download and install version 1.6. Data-Driven Graphics Wizard sample files - A collection of example files (Fireworks Template PNG, XML file, and graphic images) inside the Samples folder can be used to demonstrate the capabilities of this feature. Trial downloads - Trial downloads of Macromedia products are available on the Macromedia Downloads page . Installing the updater If you already have Fireworks MX 2004 installed, you do not need to uninstall the software prior to running the updater installer. This updater installs on top of Fireworks MX 2004. Exit from Fireworks before running the updater installer. You must be logged in as an administrator to run the updater installer. Start the updater installer, and follow the instructions to update your previously installed Macromedia product. Issues in Fireworks MX 2004 for both Macintosh and Windows Start Page initiates a dial-up Internet connection - Currently, if you have your network Internet settings for a dial-up Internet connection configured to automatically dial when an attempt is made to access the Internet, then Fireworks MX 2004 will initiate this process each time the application is launched and/or the Start Page is displayed in the Fireworks application. The Start Page is designed to retrieve and display current information about Fireworks from the Macromedia website via a SWF movie interface. To prevent this from occurring, you can choose to no longer display the Start Page by clicking the "Don't show again" checkbox in the Start Page or by unselecting the General Preference for Launch Options> Display Start Page to turn this off. Adobe® Photoshop® 6 and 7 filters - Plug-in filters that ship with Adobe Photoshop 6 and 7 do not work in Fireworks MX 2004 because of undocumented changes in Photoshop's plug-in API. However, third-party image filters that work in Photoshop generally also work in Fireworks. Dreamweaver behaviors not preserved by Fireworks when applied to buttons - Dreamweaver behaviors applied to Fireworks MX 2004 buttons are not preserved when roundtripping HTML between the two products. There are two workarounds to solve this issue: Don't apply Dreamweaver behaviors to Fireworks MX 2004 buttons in Dreamweaver. Instead, apply your Dreamweaver behaviors to sliced images in the Fireworks table. Fireworks MX 2004 will preserve the Dreamweaver behaviors when roundtripping as long as you don't apply them to a Fireworks button. If you're going to apply behaviors to buttons, apply all of them in Fireworks MX 2004. For instance, if you create a nav bar made of several buttons in Fireworks, and you want a pop-up menu applied to each button, create the pop-up menus in Fireworks, then export the HTML to Dreamweaver. You can then edit the pop-up menus while in Dreamweaver and Fireworks will preserve those edits while roundtripping, so long as the pop-up menu was originally created in Fireworks rather than Dreamweaver. Using double-byte text with Data-Driven Graphics Wizard - The Data-Driven Graphics Wizard has been updated for this release and supports external data files in XML format only. When using the Data-Driven Graphics Wizard to replace Fireworks variables with double-byte text such as Japanese, Chinese or Korean, follow these guidelines: Use UTF-8 encoding for your XML file. The output folder cannot contain double-byte text; please use single-byte text instead. Only the element data can be double-byte, i.e. element names in the XML and variable names in the template PNG must use single-byte text. Macintosh-only issues Importing FreeHand files with linked images - FreeHand files that contain linked images may not display the linked images when imported into Fireworks MX 2004. This will occur if the links to the images have been broken. To avoid this problem, you can choose one of the following two options: Make sure that all links are valid and saved while inside FreeHand before importing into Fireworks MX 2004. Embed these graphics within the FreeHand file before importing into Fireworks MX 2004. If you plan to share these files with another user, please make sure to include all of the linked images with the main FreeHand file. Start Page will not open a new browser window if Opera is the default browser - If Opera is your system's default browser, clicking links on the Fireworks MX 2004 Start Page will launch Opera, but a new browser window will not be displayed. The workaround for this issue is to select the following menu options: System preferences > Internet > Web: Default Web Browser > Choose a different browser. Plug-ins for OS X - Third-party Photoshop plug-ins developed for OS 9 are not visible in Fireworks MX 2004 on OS X. FreeHand MX & Dreamweaver MX 2004 will not Launch and Edit in Fireworks MX 2004 - It may appear that FreeHand MX (version 11.0.1) and Dreamweaver MX 2004 cannot launch Fireworks MX 2004 to edit files. In both programs, you must first specify the editor for each specific file type inside Preferences in order to launch and edit into Fireworks. Using double-byte text with Data-Driven Graphics Wizard - When using double-byte text with the Data-Driven Graphics Wizard (DDGW) on Macintosh, please follow these guidelines, in addition to the ones mentioned previously: XML file must be created on Mac (creator type must be "TEXT") in order to open it in the DDGW. This can be done using a general text editor. Replacement text (defined in XML file) can be double-byte, but the exported graphics will only show correct characters if the text block that defines the associated variables uses the appropriate font; for example, Japanese font must be used for the text block that contains the defined variables in order to show Japanese characters in the exported file. Documentation errata Dodge and Burn values - The range of acceptable values for the Dodge & Burn feature, as reported in the Lightening and Darkening Pixels topic of Using Fireworks (Working with Bitmaps chapter), is 1–100%, not 0–100%. Using the File Management button - In the “Using the File Management button” topic in chapter 13 (Optimizing and Exporting) of Using Fireworks, in the Note on page 20 (sentence 3), “sFTP” was mistakenly changed to “FTP” . This change makes the information technically inaccurate. The correct sentence reads: "File Management commands can be used for files that reside in sites that use Local/Network and FTP transport methods, but not sFTP or third-party transport methods such as SourceSafe, WebDAV, and RDS." System requirements - In Getting Started with Fireworks, the Introduction, System Requirements, it says that Fireworks MX 2004 is supported in Windows ME. In fact, Fireworks MX 2004 is not supported in Windows ME. The System Requirements section also says that Fireworks MX 2004 is supported in Mac OS X 10.1.5. In fact, Fireworks MX 2004 is designed to run only on MacOS X 10.2.6 and higher.
  18. Bom cara, 1 Frame não é aconcelhavel em qualquer site, deixa o layout feio, e não é muito indicado( só em certos casos expecíficos) Se você fez o roll over menu , ele não vai ficar por cima do frame, porque você não coloca a pagna de cima sem ser em frame e deixa só a lateral?? Site com 2 frames não é usado mais hoje em dia!!! Valeu!!
  19. Porque geralmente a pagina inicial é sempre .html e as demais htm
  20. Kabelera

    Favoritos Do Mozzila

    È cara organizar eu sei, mas o que eu queria é sber o diretório padrão onde eles ficam para poder faze4 backup
  21. EU não acredito.. eu Uso o MX Studio 2004, depois dele joguei todos os outros no lixo, principalmente o Fireworks e o flash já o DW ficou muito melhor, mas não sei pórque achei ele meio pesadão e várias vezes buguento. ..mas também muito melhor que os outros Sim o Fire importa gráficos vetorais, e manipula, mas não chega aos pés de um FreeeHand, da mesma forma que ele meche com imágem , mas nem se compara com o FW nesse quisito
  22. Kabelera

    Inversão

    int j = txt1.getText().length(); String inv=""; while(j>0) { inv+=txt1.getText().substring(j-1,j); j--; } Crie o campo para digitação. Para saber a quantidade de caracteres faça int quant=txt1.getText().length; System.out.println("O numero de caracteres é de "+quant);
  23. Kabelera

    Avaliem...

    uheuheuheuhe, o fundo é de layout Pronto Bha que tosqueira, fundo pronto..peloamor de deus..galera se querem ser bons pegar fundo pronto e colocar uma letrinha.putz, pior coisa que tem é pegar coisa pronta, já nem opino sobre o "Trabalho", ainda mais um fundo facil de fazer desses
  24. Kabelera

    Meu Deus! To Ferrado!

    Mandei um email para sua irma , para ela olhar esse link http://scriptbrasil.com.br/forum/index.php?showtopic=15397
×
×
  • Criar Novo...