Marcofolio.net
Rss
Home
About
Contact
Placed in
:
Search
Search Keyword:
Any words
All words
Exact phrase
Ordering:
Newest first
Oldest first
Most popular
Alphabetical
Section/Category
Search Keyword
code snippet
Total 54 results found. Search for [
code snippet
] with
Results 1 - 30 of 54
5
10
15
20
25
30
50
1.
Lights Off - A puzzle game using HTML5 canvas
(Programming/Webdesign)
...uzzle? Simply click on a light panel to toggle it along with the four adjacent lights. Or dive into the
code
and learn some more about the <canvas> element. Video Here's a video of the game in...
2.
jQuery quickie: Slot machine navigation
(Programming/Webdesign)
...hich is now set to easeInCirc and easeOutCirc (both from the easing plugin). That's about it! All the
code
your need to create a nifty looking slot machine navigation. Conclusion and Download Al...
3.
jQuery quickie: Unlimited Scroll using the Twitter API
(Programming/Webdesign)
...the container. Nothing really exiting going on over here, but now comes the most fun part: the jQuery
code
! jQuery After loading jQuery and waiting for the document to be ready with loading, we ...
4.
Animated wicked CSS3 3d bar chart
(Programming/CSS)
Do you remember the Wicked CSS3 3d bar chart that I placed online a couple of weeks ago? Paul Irish left a comment, requesting for an example with transitions. My reply was that I was already working
5.
Wicked CSS3 3d bar chart
(Programming/CSS)
...top. The last generic CSS thing we now need, is to display the image once we're hovering. One line of
code
will deal with that: #bar li:hover div.top img That's all the CSS we need for the g...
6.
WordPress and Flash 10x: Book review and Giveaway
(Useful/Reviews)
....2.1) WebTV plugin (Version 0.6) Free WP Tube (Version 1.0) Encoding with the Adobe Media En
code
r Using preset skins Using Video Component buttons to customize your skin Ch...
7.
jQuery quickie: Colourful rating system with CSS3
(Programming/Webdesign)
...se that are smaller will be colourized using the animate function. Take a small note of this piece of
code
: $(this).parent().index() We ask the index() of the parent() to know which circles t...
8.
3d animation using pure CSS3
(Programming/CSS)
...e's the CSS I came up with. Make sure you read the comments that I added, so you'll understand what the
code
does. /* Basic list things. */ #movieposters /* List items. Take note of the -...
9.
jHTML-Ipsum: HTML Ipsum using a jQuery plugin
(Programming/Webdesign)
...how you can use more options to create more elements. Options On the demo page, you can see how the
code
should be implemented on your site. You can define the elements parameter to set which kind...
10.
Advanced jQuery background image slideshow
(Programming/Webdesign)
...ow you can create this effect yourself! Of course, you can also download the source and dig through the
code
and learn from there. As always, comments are left on the source
code
to explain what it do...
11.
WordPress 2.9 E-Commerce: Book review and Giveaway
(Useful/Reviews)
...est order Chapter 8: Themes and Design Elements WP e-Commerce included widgets Short
code
and PHP tags WP e-Commerce theme engine Tweaking your WordPress theme Additiona...
12.
jFancyTile: A jQuery tile shifting image viewer plugin
(Programming/Webdesign)
...e. What do you think? Script can always be improved - feel free to dig in the source
code
and make any changes necessary! ...
13.
How you can prevent an SQL injection
(Useful/Features)
...e, SQL injections can be prevented. What Can Be Done to Prevent an SQL Injection Though the exact
code
differs depending on the programming language you use, the basic principles to prevent an S...
14.
Zend Framework 1.8: Book review and Giveaway
(Useful/Reviews)
... using the framework. Although the book is in full colour (screenshots of directory structures etc.),
code
examples are in plain black. That's too bad, since I personally really like to see colours ...
15.
Pure CSS3 bokeh effect with some jQuery help
(Programming/Webdesign)
... Still don't know what we'll be creating? Make sure to check out the demo and view the source
code
to learn some more. IMPORTANT NOTE: Sadly, CSS3 and HTML5 aren't the...
16.
Nostalgia: Dragging the Windows XP error dialog
(Programming/Webdesign)
...CSS, we can now create the desired effect (interaction) using jQuery. I've added comments in the source
code
to make some things clear. First, we'll need some variables to store some global data. Wh...
17.
New CSS3 properties added to Firefox 3.6
(Programming/CSS)
A couple of days ago, Mozilla released their newest version of their ever popular browser: Firefox. It was in beta before, but now version 3.6 can be officially downloaded. This version of the browser
18.
jQuery 1.3 and PHP: Book review and Giveaway
(Useful/Reviews)
...lugins Server-side management of accordions Server-side management of tabs Using special
code
s to define tabs Loading accordion panels through AJAX Loading tab panels through ...
19.
CSS3 animations and their jQuery equivalents
(Programming/CSS)
...ill show the use of the same HTML, with different classes for CSS3 and jQuery. You can compare both the
code
s and see which one you like more. Don't forget to check the demo/download the source
code
t...
20.
Sweet tabbed navigation using CSS3
(Programming/CSS)
...bsp; As you could expect, this demo only works in browsers that support the new CSS3 features. This
code
fully works in Safari / Firefox 3.6, but hasn't been tested in other browsers. Now let's se...
21.
Your two cents - CSS3 animation and Lazy loading
(Useful/Reviews)
...e, how long it would take and which function to use. As you can imagine, this kind of CSS can make your
code
pretty complex. You'll need to think in your design stage on what will happen when an anima...
22.
jQuery DJ Hero - CSS3 and jQuery fun
(Programming/Webdesign)
... After we've done the HTML part, we can move on with the actual JavaScript. I've added comments in the
code
to explain some stuff. Global variables // Variable to store if the records are spinn...
23.
Complete list with sweet UI improvements on Windows 7
(Useful/Reviews)
First things first here: I'm a Mac guy. But I must say: Windows 7 has made quite a lot improvements compared to it's predecessor (Vista). The first time I booted the OS and saw flying orbs create the
24.
Browser size aware content scaling
(Programming/Webdesign)
...he following reference image: To make this work, jQuery kicks in. I've added comments in the source
code
to explain what it does. google.load("jquery", "1.3.1"); google.se...
25.
8 different ways to beautifully style your lists
(Programming/CSS)
...e currently for using a list on your web page, is because for navigation. In this HTML/CSS example, the
code
is shown that creates a simple, minimalistic yet beautiful navigation structure. HTML ...
26.
CSS trick: Debug your HTML and CSS
(Programming/CSS)
...elp you find the element depth on a web page. Also, when you didn't properly close a tag, this piece of
code
will expose it for you. Simply check out the demo to view what we're going to crea...
27.
Create a mouse follower with smokey trail in Silverlight
(Programming/Webdesign)
...ssion Blend). XAML (UI) There are two views to the MainPage.xaml file: A design view, and a
code
(XAML) view. Since we don't do anything with design (drawing stuff etc.), we'll directly sw...
28.
Create a better jQuery stylesheet switcher
(Programming/Webdesign)
Style Sheet switchers (or "colour theme choosers") are not really that new. Apart from that fact, they still are pretty fun to use and cool to see. I was wondering how jQuery could help me a
29.
Theatrical movie trailer with jQuery
(Programming/Webdesign)
... preview is currently viewed */ var currentPreview = -1; This is what happens in the above piece of
code
: PREVIEWTIME - A global variable that you can set to set the preview time on how long t...
30.
All about CSS-Tricks and more with Chris Coyier
(Useful/Reviews)
...om my day to day work as a designer. I get ideas out of the blue from just daydreaming about design and
code
. I get ideas from general life and all the non-nerds I know, who help me always remember ho...
<< Start
< Prev
1
2
Next >
End >>
[ Back ]
Subscribe
Subscribe
or get an
email subscription
About
5407
others will follow everything on Marcofolio.net.
Search
Or try the sitemap
Main Menu
Home
Art
Photoshop
Icon
Inspiration
Programming
Actionscript
Webdesign
CSS
Joomla
Fun
Imagedump
Video
Games
Other
Useful
Tools
Tips
Cheat Sheets
How to
Reviews
Features
Downloads
Demos
9Rules
Joomla!
JQuery