-
Archives
-
Meta
Monthly Archives: August 2011
PHP TUT Feed from: tutorialzine.com
Current Feed Content Building a Website with PHP, MySQL and jQuery Mobile, Part 2 Posted: Tue, 23 Aug 2011 12:34:01 +0000 This is the second part of a two-part tutorial, in which we use PHP, MySQL and jQuery mobile to … Read More..
Posted in Featured, PHP & MySQL, php functions, tuts
Comments Off
Mobile DevBox
http://www.pairodime.com/mobile/tmp-sencha/index.html <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″> <title>CAPiTA Tabs</title> <link rel=”stylesheet” href=”sencha-touch.css” type=”text/css”> <script type=”text/javascript” src=”sencha-touch.js”></script> <!– app, models, stores, views, controllers [in that order!] –> <script type=”text/javascript” src=”app/app.js”></script> <script type=”text/javascript” src=”app/views/teamcard.js”></script> <script type=”text/javascript” src=”app/views/boardscard.js”></script> <script type=”text/javascript” src=”app/views/newscard.js”></script> <script type=”text/javascript” src=”app/views/Viewport.js”></script> </head> … Read More..
iframe tab application on Facebook
I won’t cover all of the details here, but you need to set up an iframe tab application on Facebook first. Assuming you have access to put PHP files up on a public server, follow these steps: Go to the … Read More..
Generating Files with JavaScript
Generating Files with JavaScript Posted by Martin Angelov on May 17th, 2011 in jQuery PHP DemoDownload When building a web application, you oftentimes need to give users the ability to download a piece of data as a file. It could … Read More..
Posted in Kitchen Sink
Leave a comment
Firebug Extensions
Firebug Extensions From FirebugWiki Jump to: navigation, search Firebug extensions augment or otherwise enhance the Firebug extension. Firebug extensions typically come in the form of Firefox add-ons. List of known Firebug extensions (in alphabetical order): Acebug Adobe BrowserLab AMF Explorer … Read More..
Posted in Kitchen Sink
Leave a comment
Firebug Extensions From FirebugWiki Jump to: navigation, search Firebug extensions augment or otherwise enhance the Firebug extension. Firebug extensions typically come in the form of Firefox add-ons. List of known Firebug extensions (in alphabetical order): Acebug Adobe BrowserLab AMF Explorer … Read More..
50 Brilliant CSS3/JavaScript Coding Techniques
CSS3 is coming. Although the browser support of CSS 3 is still very limited, many designers across the globe experiment with new powerful features of the language, using graceful degradation for users with older browsers and using the new possibilites … Read More..
Posted in css, CSS & HTML, css3, html5, jQuery
Leave a comment
50 Cool CSS tips and Tricks
Although CSS is generally considered a simple and straightforward language, sometimes it requires creativity, skill and a bit of experimentation. The good news is that designers and developers worldwide often face similar problems and choose to share their insights and … Read More..
Posted in css, CSS & HTML, css3, html5, jQuery, Tools, tuts, Web Trends
1 Comment
Demo: CSS3 Buttons
CSS3 Gradient Buttons by Web Designer Wall Rectangle or Rounded Can be Medium or Small Button Tag Span Div P Tag H3 Gray Rounded Medium Small Button Tag Span Div P Tag H3 White Rounded Medium Small Button Tag Span … Read More..