Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
About Me

Web developer, graphic designer

Interests
Photography, drawing, film
Favorite Tags

10 Posted Topics

Member Avatar for LadyT

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!

Member Avatar for ankaj.eg
0
470
Member Avatar for fisheye

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 …

Member Avatar for Esopo
0
170
Member Avatar for paradox814

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. } …

Member Avatar for Troy
0
137
Member Avatar for brokehorsesdotc

[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 …

Member Avatar for fisheye
0
385
Member Avatar for indianscorpion2

[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 …

Member Avatar for ramamoorthy
0
145
Member Avatar for williamrojas78

[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 …

Member Avatar for fisheye
0
143
Member Avatar for esharpvenkat

[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 …

Member Avatar for fisheye
0
185
Member Avatar for cjm771

[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 …

Member Avatar for fisheye
0
237
Member Avatar for NeilFellows

[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 …

Member Avatar for fisheye
0
176
Member Avatar for alanrmclellan

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?

Member Avatar for fisheye
0
117

The End.