posts - 97,  comments - 93,  trackbacks - 0
          首 先說點別的:),今天google adsense給我回信關于blog頭搜索不好用的原因是嵌在了<form>里。我評論的前兩條是表揚google,第一 雖然沒有在所盡量承諾的24小時之內回復,但兩天還算效率比較高了。第二 周六回復的,雖然加班,但還是比較敬業(yè)的。其次,似乎blogjava的站內搜索也嵌在了form內~ 其實我更喜歡像日本三菱電梯這樣的企業(yè),客戶服務的第一句話是:我們有錯,我們會盡量找出原因,并盡量幫您解決。實際也就是提交的Request有問題, 因為blogjava用js提交到了default頁面了。最后嘛是期望,如果blogjava多能給客戶寫修改自己blog后臺代碼的權限就更 perfect了(記得原來試了下backup的功能,似乎也不是很順利的)。
          前些天隨著JavaOne2007關注了一下Jfx,因為感覺偉大的SUN總能在最關鍵的時候給大家足夠的驚喜^^,就像那塊任何人都沒在意的紀念表,當最后聽到:你們每個人拿到的都是一顆跳著Java心的手表,時的無比驚喜。
          今天又在csdn上看到了reportmail搶先推出了,JFXbuilder,~~~~~~~~哎,為什么sun在推出兩套應用之前,不發(fā)布插件?(no one knows),縱使2007年4月Sun公司Netbeans推出的6.0beta Milestone7版本,其中引入了Generic Language Support Framework,揚言這個框架又可以迅速擴展對任意腳本的支持。但是,沒有一個專業(yè)的開發(fā)工具Jfx受到關注的程度就是沒有諸如Adobe Flex2那樣高。
          Jfxbuilder暫時感覺實現(xiàn)了一些簡單的功能,包括Drag等 還是支持的比較少,而且軟件本身也有一些bug。雖然不知奇怪的JFX會走到什么樣的一個境況,但是還要鼓勵一下,用我們HotJava的一句經(jīng)典名言就是“你們的支持是對我們最大的動力”  ^^

          下面是我給Reportmail的使用反饋,share給大家
          **************************************************************
          Hi reportmailer,
          First, I m so excited to download JFXBuilder bt by ur company, and believe that it will have a light way as the other language such as Adobe FLex and its builder platform.
          Then, I want to say that why not build this app in a existing platform such as Netbeans,or Eclipse,because i think a language developing environment is so important and essentional to the language itself as well as its future. Actually, now the JFxbuilder is not  so rich clientful to the user, but if it can be integrated with the netbeans and the eclipse , will be supported by the other features not only the language development self, but the whole life cycle of the soft and its application designing.
          best regards,
          Nicky
          **************************************************************

          資源

          ReportMail的網(wǎng)站

          下載JFXBuilder的JNLP版本(Blogjava下載,也可以到reportmail下載)

          觀看推出 JavaFX 的網(wǎng)絡宣傳片

          OpenJFX

          posted on 2007-06-02 23:16 wqwqwqwqwq 閱讀(1530) 評論(8)  編輯  收藏 所屬分類: Simple Java

          FeedBack:
          # re: JFx~~~~builder
          2007-06-03 12:26 | Jacky[匿名]
          JavaFx已經(jīng)有了eclipse的插件,自己可以去下載啊, http://alaska.stc.com/f3/eclipse  回復  更多評論
            
          # re: JFx~~~~builder
          2007-06-03 12:35 | Jacky[匿名]
          Downloading and Installing the Plugin

          1. Start up your Java - Eclipse SDK.
          2. From the main menu, select Help > Software Updates > Find and Install.
          3. In the Install/Update dialog, choose Search for New Features to Install and click Next.
          4. Click New Remote Site.
          5. In the New Update Site dialog, type JavaFX in the Name field.
          6. In the URL field, type http://download.java.net/general/openjfx/plugins/eclipse/site.xml
          7. Click OK.
          8. In the Install window, click Finish.
          The Update dialog appears.
          9. In the Updates dialog, select JavaFX > JavaFX node > and click Next.
          10. Accept the license and click Next.
          11. Click Next and Finish
          12. In the Verification dialog, select Install All.
          13. Restart the SDK.
            回復  更多評論
            
          # re: JFx~~~~builder
          2007-06-03 17:17 | dudu
          1、可以在頁首html與頁腳html中添加代碼。
          2、備份的問題已經(jīng)解決。  回復  更多評論
            
          # re: JFx~~~~builder
          2007-06-04 09:07 | 曲強 Nicky
          @Jacky[匿名]
          多謝Jacky這位網(wǎng)友了,原來Java.net openjfx早早刊出了EclipseSDK的javaFX插件。在openjfx下面的download里可以找到(也包括netbeans5.5\6的plugin)。^^一看自己就沒去仔細查看那個openjfx的項目。
          還有一個Start簡單教程。https://openjfx.dev.java.net/Getting_Started_With_JavaFX.html
          eclipse開發(fā)javafx相關可以參考 http://swik.net/javafx+eclipse
            回復  更多評論
            
          # re: JFx~~~~builder
          2007-06-04 09:32 | 曲強 Nicky
          @dudu
          ^^不錯不錯,備份是好用了。
          但搜索放在頁首或頁尾第一排版太不協(xié)調了,第二雖然blogjavaform提交不再是default頁面,但還是把整個body體作為表單,似乎現(xiàn)在搜索還是不好用  回復  更多評論
            
          # re: JFx~~~~builder
          2007-06-04 09:35 | dudu
          @曲強 Nicky
          把腳本放在頁首html,不是把搜索放在頁首html。
          請參考BlogJava上的搜索部分代碼。  回復  更多評論
            
          # re: JFx~~~~builder
          2007-06-04 11:02 | 曲強 Nicky
          @dudu
          Good idea! 但這句話在頁首框 <!-- SiteSearch Google -->
          <form method="get" action="http://www.google.com/custom" target="_top">也不能逃脫嵌在form里。再說吧,實際上,用blogjava那種js腳本來驅動也好,不過這段代碼是GA提供的,用來指定account的,所以。。。  回復  更多評論
            
          # Seo
          2009-05-18 12:58 | Seo
          Hey. Reality is nothing but a collective hunch.
          I am from Vanuatu and now teach English, please tell me right I wrote the following sentence: "Seo tutorial clear cut seo recommendations, practical guidelines.Our seo serives include, link building, blog marketing, article marketing and more."

          Waiting for a reply 8-), Tansy.  回復  更多評論
            
          <2007年6月>
          272829303112
          3456789
          10111213141516
          17181920212223
          24252627282930
          1234567




          常用鏈接

          留言簿(10)

          隨筆分類(95)

          隨筆檔案(97)

          文章檔案(10)

          相冊

          J2ME技術網(wǎng)站

          java技術相關

          mess

          搜索

          •  

          最新評論

          閱讀排行榜

          校園夢網(wǎng)網(wǎng)絡電話,中國最優(yōu)秀的網(wǎng)絡電話
          主站蜘蛛池模板: 南华县| 桃江县| 沈阳市| 通江县| 平舆县| 合作市| 桐城市| 射洪县| 兴化市| 水富县| 阿克苏市| 扶风县| 西乌| 汪清县| 荥阳市| 泾阳县| 忻城县| 若尔盖县| 浮山县| 霍城县| 合阳县| 宜州市| 南乐县| 交口县| 芒康县| 京山县| 新民市| 宁明县| 淄博市| 永和县| 内江市| 司法| 华安县| 芷江| 开原市| 南江县| 西安市| 木兰县| 成都市| 昭苏县| 白水县|