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.
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...
2.
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
3.
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...
4.
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 ...
5.
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...
6.
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...
7.
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
8.
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...
9.
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...
10.
jQuery Code Expander
(Programming/Webdesign)
There is a problem on the web. Displaying actual programming
code
takes away a lot of space of the webpage (especially the longer ones). You can split up the
code
in several parts, but that's really h
11.
The Polaroid Photo Viewer - Non-Full Screen
(Programming/Webdesign)
...stick" to a box (Placing it inside a <div>). By making a couple of changes to the original
code
, I managed to make this work too. So today, I present you the non-full screen version of th...
12.
jTypingHero - Test your typing skills in this jQuery game
(Fun/Games)
Quickly after jCharacterfall, I came up with this game. It looks a bit like jCharacterfall, but is mainly inspired on and JamLegend, RockBand and (obviously) Guitar Hero. But, instead of tapping to be
13.
The Mac Skype App menu with CSS3 and jQuery
(Programming/Webdesign)
... } $(this).parent().prev().append(''+ detailText +''); }); } This piece of
code
first looks for all elements with the extrainfo class and removes them. For each skypedetai...
14.
On being Developer and Designer with Jacob Gube
(Useful/Reviews)
...n think of doing. That's where you distinguish "developers" who develop and create, and "
code
rs" (or to use a slightly less PC term, "
code
monkeys") who just write 5,000 ...
15.
Burning color with Grant Friedman
(Useful/Reviews)
...gner I've seen quite a few beautiful PSD files been completely ruined by people who have no idea how to
code
. That's why I always recommend outsourcing the markup to some one you know and trust to ens...
16.
Advanced keypress navigation with jQuery
(Programming/Webdesign)
...r combines the mouse hover and keypresses. Want to know how to create it yourself? Check out the source
code
or follow these steps in this tutorial. HTML The HTML that I came up with isn't that hard...
17.
jSlickmenu: A jQuery plugin for slick CSS3 menus
(Programming/Webdesign)
After releasing several jQuery scripts, I wanted to take the whole jQuery programming to another level. For that reason, I'm proud to release my first jQuery plugin for everyone to use. The plugin c
18.
FlashEff2 Premium Plus Beta Invites Giveaway
(Useful/Reviews)
FlashEff2 is a Flash CS3/CS4 AS3.0 component (by JumpEyeComponents, the same makers that brought you BannerSnack) that allows Flash users (from beginner to expert) to create awesome Flash stuff very f
19.
Showing links while hovering using CSS
(Programming/CSS)
Links (or anchor tags) are really important in webdesign/development. With all default settings (Both in CSS and the webbrowser), a link does look pretty ugly: A blue, underlined text (and purple when
20.
Discussing blueprints with Chris Spooner
(Useful/Reviews)
...ocess of fixing bugs in Internet Explorer, especially when the particular element is created with valid
code
and displays correctly in every other major browser. Chris has sent you the...
21.
Flash Web Roundup - Great tutorials and experiments
(Useful/Features)
...ty dedicated to show their experiences through the tutorials, whether through demonstrations and source
code
s. That is exactly what we are going to show today: Tutorials and experiments that will help...
22.
A fancy Apple.com-style search suggestion
(Programming/Webdesign)
...v id="suggestions"></div> </form> </div> More interesting in the
code
above, is the (empty) divider with an id suggestions. We'll fill up this divider later on w...
23.
Styling a chat conversation with text balloons
(Programming/CSS)
... cute effect for your site! HTML As usual, the HTML isn't that hard to understand. Copy the following
code
and repeat it to extend the conversation. <div class="reporter"> <...
24.
Chatting on warp speed with Janko Javonovic
(Useful/Reviews)
Janko Javonovic is an (digital) artist, UI designer, husband, father and founder of Janko At Warp Speed. The tagline of JAWS (Helps you build good looking and functional web sites) is exactly what the
25.
Creating a polaroid photo viewer with CSS3 and jQuery
(Programming/Webdesign)
... Now for the real fun! The HTML and CS weren't so interesting, now this is going to be. I'll split the
code
in several parts and make sure you read the comments in the
code
. google.load("jqu...
26.
The iPhone Contacts App with CSS and jQuery
(Programming/Webdesign)
...re already comments added to the source, I still want to explain some of the most important part of the
code
here. $(document).ready(function() { // First time, the indicator needs a characte...
27.
Marcofolio.net gets a facelift
(Useful/Reviews)
...L/CSS. I was really lucky to be the winner of a PSD to XHTML contest on CrazyLeaf. The guys from Feather
code
did a real good job at converting my PSD to a nice XHTML page. Since I'm using Joomla!, I...
28.
27 inspiring top notch programming quotes
(Useful/Tips)
... Carpet. ” - Chris Heilmann “ It's hard enough to find an error in your
code
when you're looking for it; it's even harder when you've assumed your
code
is error-free.&n...
29.
Getting Groovy in an SOA
(Useful/Tips)
Six months ago, I've started researching a fairly new programming language called Groovy together with a couple of my classmates. Our task was to investigate Groovy, Grails, and their position in a SO
30.
Enable Akismet support in !JoomlaComment
(Programming/Joomla)
...port in !JoomlaComment. How? By "hacking" in the !JoomlaComment core. So let's edit the PHP
code
from !JoomlaComment and add Akismet support! This tutorial is written for the latest releas...
<< Start
< Prev
1
2
Next >
End >>
[ Back ]
Subscribe
Subscribe
or get an
email subscription
3532
readers subscribed here. Subscribe today!
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