plugin flot creates graphs on the fly.
http://www.innovatingtomorrow.net/2008/03/27/flot-graphs-jquery
Charts and Graphs Plotting with JQuery plugins
http://www.84bytes.com/2008/09/21/charts-and-graphs-plotting-with-jquery-plugins/
Friday, May 8, 2009
Using jQuery to display graphs
Saturday, May 2, 2009
Monday, April 27, 2009
Friday, April 24, 2009
Wednesday, April 22, 2009
Friday, April 17, 2009
Hacker Attacks
SQL injection attacks explained:
http://en.wikipedia.org/wiki/SQL_injection
http://www.unixwiz.net/techtips/sql-injection.html
http://en.wikipedia.org/wiki/SQL_injection
http://www.unixwiz.net/techtips/sql-injection.html
these links explain this type of attack, which can occur when users enter info into a form text box.
Wednesday, April 15, 2009
Wednesday, April 8, 2009
Saturday, April 4, 2009
Friday, April 3, 2009
Friday, March 27, 2009
Saturday, March 14, 2009
Javascript Video
http://developer.yahoo.com/yui/theater
see Douglas Crockford — "The JavaScript Programming Language" Part 1.
Yahoo! JavaScript Architect Douglas Crockford provides a comprehensive introduction to the JavaScript Programming Language
see Douglas Crockford — "The JavaScript Programming Language" Part 1.
Yahoo! JavaScript Architect Douglas Crockford provides a comprehensive introduction to the JavaScript Programming Language
Friday, March 13, 2009
Monday, March 9, 2009
Popup Javascript Calendar
http://onepotcooking.com/jackpax/calendar/popUpCalendar.htm
This adds a date picker to a text box using a small javascript file and a css file for the calendar formatting.
This adds a date picker to a text box using a small javascript file and a css file for the calendar formatting.
Adding Flash to a Web Page with Javascript
http://code.google.com/p/swfobject/
http://code.google.com/p/swfobject/wiki/SWFObject_2_0_documentation
SWFObject is an easy-to-use and standards-friendly method to embed Flash content, which utilizes one small JavaScript file
http://code.google.com/p/swfobject/wiki/SWFObject_2_0_documentation
SWFObject is an easy-to-use and standards-friendly method to embed Flash content, which utilizes one small JavaScript file
Trifecta css rollovers
What makes the Trifecta button the Trifecta?
http://www.search-this.com/website-design/css-rollover-buttons/
http://www.search-this.com/website-design/css-rollover-buttons/
Friday, March 6, 2009
Background Tiles
Tiles have been used for background texture (think parchment paper), but they can also be used for CSS rollovers.
A simple CSS rollover using a 2px wide vertical tile:
#menuTop a{
padding:2px;
color:#000;
background-image:url('img/menuTile.jpg') repeat-x;
text-decoration:none;
}
#menuTop a:hover{
background-image:url('img/menuOverTile.jpg') repeat-x;
color:#cc0000;
}
And of course a tile can be used for a gradient effect in the page top:
#pgTop{
border-bottom:1px solid #cc0000;
background-image:url('img/pgTopTile.jpg');
}
A simple CSS rollover using a 2px wide vertical tile:
#menuTop a{
padding:2px;
color:#000;
background-image:url('img/menuTile.jpg') repeat-x;
text-decoration:none;
}
#menuTop a:hover{
background-image:url('img/menuOverTile.jpg') repeat-x;
color:#cc0000;
}
And of course a tile can be used for a gradient effect in the page top:
#pgTop{
border-bottom:1px solid #cc0000;
background-image:url('img/pgTopTile.jpg');
}
Thursday, February 26, 2009
CSS Links of the Day
From the Lunarpages newsletter - "some of the best CSS links out there".
http://www.web-hosting-newsletter.com/2009/02/07/css-links-of-the-day/
http://www.web-hosting-newsletter.com/2009/02/07/css-links-of-the-day/
Monday, February 23, 2009
CSS - different layouts with same html content
CSS allows complete and total control over the style of a hypertext document.
Clicking on any one of the existing designs in the list on the right of the page will load the style sheet into the page for a completely different layout of the existing content.
http://www.csszengarden.com/
Clicking on any one of the existing designs in the list on the right of the page will load the style sheet into the page for a completely different layout of the existing content.
http://www.csszengarden.com/
CSS - 3 column layout
3 column pages with a fluid center column:
http://www.glish.com/css/7.asp
http://www.pixy.cz/blogg/clanky/css-3col-layout/
Flexible layout:
http://www.webproducer.at/flexible-layout/
Layout Listing:
http://css-discuss.incutio.com/?page=ThreeColumnLayouts
http://www.glish.com/css/7.asp
http://www.pixy.cz/blogg/clanky/css-3col-layout/
Flexible layout:
http://www.webproducer.at/flexible-layout/
Layout Listing:
http://css-discuss.incutio.com/?page=ThreeColumnLayouts
Saturday, February 21, 2009
Add a Favicon
Explanation and code:
http://www.winterdrache.de/freeware/png2ico/favicon.html
Converter:
http://www.htmlkit.com/services/favicon/
http://www.winterdrache.de/freeware/png2ico/favicon.html
Converter:
http://www.htmlkit.com/services/favicon/
Saturday, February 14, 2009
Peachpit Press
JavaScript and Ajax for the Web, Sixth Edition: Visual QuickStart Guide
http://www.peachpit.com/store/product.aspx?isbn=032148293X
HTML, XHTML, CSS
http://www.peachpit.com/store/product.aspx?isbn=0321430840
CSS, DHTML & Ajax
http://www.peachpit.com/store/product.aspx?isbn=032144325X
http://www.peachpit.com/store/product.aspx?isbn=032148293X
HTML, XHTML, CSS
http://www.peachpit.com/store/product.aspx?isbn=0321430840
CSS, DHTML & Ajax
http://www.peachpit.com/store/product.aspx?isbn=032144325X
Subscribe to:
Posts (Atom)