JavaScript – Open File Chooser Dialog share 8 hours ago by irethanarion Форматирането на “type=’file’”, изисква допълнителни усилия, а когато ни е необходим само пътя до файла, това лесно може да бъде избегнато, като формата за ”type=’file’” бъде скрита и на нейно място се визиуализира обикновен бутон и текстово поле. Ето и пример как това може да бъде направено като JS ... Ireth Anarion's Blog - irethanarion.wordpress.com | JavaScript – Passing Values To/From ModalDialog share 8 hours ago by irethanarion function openWin( txtFieldId) { var obj=new Object(); obj.Name = “parent”; var tst; if (window.showModalDialog) { tst = window.showModalDialog(”../faces/pages/nomen.jsp”, obj, “height=5000, width=400″ ); } else { tst = window.open(”../faces/pages/nomen.jsp”, obj, “height=5000, width=400, modal=yes”) ... Ireth Anarion's Blog - irethanarion.wordpress.com | IE6 falls; XHTML2 cancelled. share 1 day ago by Sophia Lucero In yet another interesting turn of events, two of the biggest issues when it comes to web design and development make way for the newer, better versions of themselves. Goodbye, IE6! Asa Dotzler of Mozilla reports that IE6 usage has now been overtaken by IE8, based on the browser tracking data from N ... Wisdump - wisdump.com · Rank: 44,535 · 146 references | Fade to Black share 2 days ago by livelyexchange Are you a hyphenated professional? I always considered myself as one. Once upon a time I was a shooter-editor, then a producer-director, a manic-depressive, a writer-producer and, more recently a model-slash-actress. Lately, though, I have have been reassessing my status. And it’s a funny feeling. M ... A Lively Exchange - livelyexchange.wordpress.com · 4 references | Testing Your Javascript share 2 days ago by webdev_hb I’ve noticed that there has been a lot of talk lately about TDD, or Test Driven Development. Personally, I see it useful in certain areas and not so much in others. But, one thing that I’ve found TDD really great for is Javascript libraries, or really any dynamic language for that matter. Dynamic la ... Yet Another WebDev Blog - somewebguy.wordpress.com · Rank: 157,570 · 6 references | python2.6, email and py2exe share 2 days ago by pograph To make email module work with py2exe: 1. Use new lower case module names, not old ones. For example, email.mime.image.MIMEImage, instead of email.MIMEImage.MIMEImage. 2. import email.iterators, email.generator, and other staff that your exe complained missing. Pograph's Weblog - pograph.wordpress.com | How can I make a drop down menu link to another web page? share 2 days ago by Guest Geek Q: I am using the web design program Microsoft Expressions Web and I would like to know if I can make a link to another page in my web site with a option in a drop down menu? Ask A Geek - askageek.com · Rank: 87,279 · 21 references | Mono 2.4.2 with ASP.NET MVC Support share 5 days ago by gary The Mono developer team has now released version 2.4.2 of the open source .NET development framework. The latest version of Mono is a maintenance release and includes more than 150 bug fixes. It is, however, also the first version to support the ASP.NET MVC framework, which has been available under ... Hi-Tech Squad - hitechsquad.com · Rank: 143,016 · 11 references | PHP 5.3.0 Released share 5 days ago by gary Two and a half years after the release of PHP 5.2.0 and following a slight delay, the PHP development team have announced the release version 5.3.0 of PHP. Version 5.3.0 of the web programming language includes several fundamental new extensions, as well as a number of other new features and is the ... Hi-Tech Squad - hitechsquad.com · Rank: 143,016 · 11 references | |