No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
Web developer, graphic designer
- Interests
- Photography, drawing, film
10 Posted Topics
Re: There are lots of great resources on the 'net for people looking to learn PHP. Might I suggest [url=http://www.phpbuilder.net/]PHP Builder[/url]? That was the site I used when I was getting started, they have many articles in different categories that can get you thinking. Good luck! | |
I suppose this is more of an opinion thread than a downright technical one, but it's something all of us web designers must consider constantly and I would like to get an idea of what the general consensus is (if there is one). For a long time, the only way … | |
Re: My suggestion would be to avoid putting so much overhead in the regular expression engine for such a simple test. You can accomplish what you want in PHP by doing something like: [PHP] # Assuming you are testing $string... if(preg_match('/^[0-9a-z]{5,9}$/',$string) || strlen($string) < 1) { # Do things here. } … | |
Re: [QUOTE=brokehorsesdotc]Thank you, Do you have any suggestions on this doctype that i could use to make it more standard for all browsers to see the Ads? Jan[/QUOTE] You have to be careful when changing (or adding) a doctype. Switching from a browser's "quirks" mode to strict rendering can cause your … | |
Re: [QUOTE=indianscorpion2]hi everyone, i am looking for a brief introduction as to what exactly is jdbc and how do i install and use jdbc drivers with oracle 9i. and how shoud i write a code to execute queries on the tables in my oracle 9i database.[/QUOTE] It all depends on your … | |
Re: [QUOTE=williamrojas78]Hi I am trying to access a database that is going to be located on a remote server, but i have no idea how to do it. i tried this commands so far but they don't work: [CODE] Dim oSqlConn As New SqlConnection oSqlConn.ConnectionString = "Network Library=DBMSSOCN;" & _ "Data … | |
Re: [QUOTE=esharpvenkat]I would appreciate if some one can help me to outline the procesure of deploying a JSP applicationo on Eclipse IDE - along with plug ins required for it.[/QUOTE] The answer to your question depends on the environment you're deploying to, which server you're using (WebSphere, Apache Tomcat, etc.), and … | |
Re: [QUOTE=cjm771]Hi my script located [URL=http://coolcongas.com/index.php] here[/URL] look really weird in safari (Its eally narrow and long). Does anyone know a piece of code or something that will make it look normal?[/QUOTE] You may want to spend some time reading the articles on cross-browser compatibility on [URL=http://www.alistapart.com]A List Apart[/URL] and optionally … | |
Re: [QUOTE=NeilFellows]I am experiencing a problem that I believe is due to Font Book (or at least fonts). Recently, many apps will not load (such as Safari, Apple Help, Disk Utility etc.) after using Font Book to install new fonts. The app will bounce a few times in the dock, but … | |
Re: I'm fairly sure that it is not possible to bind single letters to any shortcut commands in most programs (notably Adobe and Microsoft programs). See if one of your Command or Control keys is stuck on your keyboard? |
The End.