nvenom

TwitterFacebook

cj

Im a web developer and database guru.

Get flash to fully experience Pearltrees

Using Extended ASCII Codes

http://postingoncraigslist.blogspot.com/2008/01/using-extended-ascii-codes.html Competing between hundreds, if not thousands of other ads out there; how does one go about getting YOUR ad on Craigslist noticed? Well, one way is to used extended ascii codes in your title. Not many people use these, and it's almost a sure bet to get your ad to stand out by using these.
ANSgear.com offers a full lineup of paintball mask parts, upgrades and accessories for you to choose from. Whether you have an Empire, Dye, Vforce, Proto or Invert mask, we have what you need. http://www.ansgear.com/Paintball_Mask_Parts_on_Sale_s/50.htm

Paintball Mask Parts on Sale

http://lab.gianiaz.com/jquery/gzoom/

jQuery gzoom plugin

loading... Based on the work of giancarlo mingati and leandro vieira
http://www.webdesignshock.com/best-jquery-effects/

jQuery effects, 150+ best for web developers and designers

Since the arrival of the jQuery library, the life of JavaScript programmers have gotten a lot easier because now it’s simpler to develop web 2.0 applications.

Submit A Form Without Page Refresh using jQuery

Previously on Nettuts+, Philo showed how you can use jQuery to add form validation to wordpress comments that works without any page reload. Another great way of utlizing jQuery to enhance user experience is to not just validate, but to submit your form entirely without a page refresh. http://net.tutsplus.com/tutorials/javascript-ajax/submit-a-form-without-page-refresh-using-jquery/
Are you in the mood for some glossy plastic and reflective chrome text effect? I bet you do. Chrome effects are very difficult to create because chrome has no color at all. It’s all about reflections. Glossy plastics are a bit easier, but tricky as well. So, let’s learn how some advanced Photoshop Layer Styles tricks to create some stunning chrome and plastic text effect. http://www.photoshoproadmap.com/Photoshop-blog/realistic-chrome-and-glossy-plastic-text-effect/

Realistic Chrome and Glossy Plastic Text Effect

Javascript chronometer/stopwatch

http://www.emanueleferonato.com/2006/06/04/javascript-chronometerstopwatch/ <script language = "JavaScript" >
Heres some JavaScript that will disable a form’s submit button, until the user has filled out all required fields.

Input: Disable Submit | 2 Mellow

http://www.2mellow.com/?page_id=112
http://api.jquery.com/category/effects/

Effects

Perform a custom animation of a set of CSS properties. Remove from the queue all items that have not yet been run.
Use this example as a form walkthrough.

HTML - PHP Form Example

CSS Tutorial - Position

With the knowledge of CSS Positioning you will be able to manipulate the exact position of your HTML elements. Designs that previously required the use of JavaScript or HTML image maps may now be done entirely in CSS. Not only is it easier to code, but it also loads much quicker!
On the checkbox questions: Yes, you're right you can use any value you want. However, I find it much easier to use a boolean expression than to go a string comparison. 1 is intrepreted as boolean TRUE and 0 is intrepreted as boolean FALSE. If you use other numbers, or other strings, you have to test specifically for that number or string.

mysql/php and checkboxes

How can I create points for my users? (PHP,MySQL)

Start with the mysql. The first question is, do you simply need to record the aggregate point value from all user actions? Or do you want to log all actions that result in points and be able to determine who did what when?