Slashdot Mirror


User: fr3nch_com

fr3nch_com's activity in the archive.

Stories
0
Comments
11
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 11

  1. Re:Distracting elements on Why Video Blogs Will Suck · · Score: 1
  2. upgrades needed on Robot Receptionist with an Attitude · · Score: 1

    ... if he keeps failing at jobs like that! I wonder if it was his attitude or 'just being lazy' that got him fired from nasa?

  3. Re:Just imagine.. on A Kilowatt of Power · · Score: 1

    you mean how the racing stripe on my 92 civic gives me an ubber HP boost?

  4. Re:How to make filtering more effective? on FTC Declares Can-Spam a Success · · Score: 1

    i wonder if that would get sent to nigeria.

  5. Re:Deskop app more richer than web app? How? on The Future of HTML · · Score: 1

    i agree with you. as web developer (LAMP,CSS,XHTML), creating a browser-based web app is much easier then a desktop app. 1. deployment is much simplier. Just post the latest code to the production server. 2. maintenance is much simplier as well. again, just post the code. 3. there is basically no such thing as pirating as you have complete control over the code of the app. 4. the cost of developing a web app is much cheaper then a desktop app. 5. compatibility is much easier. it just has to work with a small group of browsers. and the more simple your output code (html,css,javascript) the more compatible you are. 6. accessability... section 508. IMO, one major thing i have an issue with is restricting your app to a particular browser (IE). Especially when the point behind the application doesnt require a particular browser.

  6. ouch on Tier One ISPs Dying · · Score: 1

    cd /Internet; rm -rf Level3

  7. Re:Crikey on Campaign Financing Cyber Loophole · · Score: 1

    already happened .... Bush

  8. Re:Everything Bad Is In Kansas!!! on Google Maps Graduates · · Score: 1

    apperantly my real dad is in kansas too

  9. Re:Now to fill its spot in the labs on Google Maps Graduates · · Score: 1

    Go there and Zoom all of the way in.... it makes me hungry!

  10. FEMA on Recent Solar Flare Could Disrupt Communications · · Score: 2, Funny

    Now they have an excuse to screw up even more.

  11. Re:One line of code. on FEMA Demands Use of IE To File Online Katrina Claims · · Score: 1

    There's a javascript hack available that gets called as a behavior in css which wil display png files' opacity correctly and it doesnt require the need to give each png a unique id. see a previous client of mine. I used this technique on that site.

    Even IE7 cant really handle pngs that well.

    Hey Microsoft meet W3C.