Blogs1 - 10 of 711 recent posts for tag:"web programming"
05
Jul
2009
JavaScript – Open File Chooser Dialog  

8 hours ago by irethanarion

Форматирането на “type=’file’”, изисква допълнителни усилия, а когато ни е необходим само пътя до файла, това лесно може да бъде избегнато, като формата за ”type=’file’” бъде скрита и на нейно място се визиуализира обикновен бутон и текстово поле. Ето и пример как това може да бъде направено като JS ...

Ireth Anarion's Blog - irethanarion.wordpress.com

JavaScript – Passing Values To/From ModalDialog  

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

04
Jul
2009
IE6 falls; XHTML2 cancelled.  

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

03
Jul
2009
Fade to Black  

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  

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  

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?  

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

30
Jun
2009
Mono 2.4.2 with ASP.NET MVC Support  

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  

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

29
Jun
2009
Pro Bono Web Work Will Pay Out in the End  

6 days ago by Kimm

Finding contract work as a web programmer can be a challenge. You depend on the market and you need the connections. Plus, people need to find you and gaining that kind of visibility isn’t easy to do if you are on a budget. A lot of programmers don’t even notice a readily available source of free ad ...

Freelancing and ... - odesk.com/blog · Rank: 9,470 · 107 references

Previous1234567