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
url
Total 55 results found. Search for [
url
] with
Results 1 - 30 of 55
5
10
15
20
25
30
50
1.
jQuery DJ Hero - CSS3 and jQuery fun
(Programming/Webdesign)
Remember jTypingHero? This was a fun little game to test your typing skills based on the ever popular Guitar Hero. Lately, I came across some news about a new "Hero" game: DJ Hero. Since I r
2.
8 different ways to beautifully style your lists
(Programming/CSS)
The use of HTML lists (<ol> for an ordered list, <ul> for an unordered list) is very common these days. Today, we're going to look a little bit further than creating regular lists, by show
3.
Create a mouse follower with smokey trail in Silverlight
(Programming/Webdesign)
...lt;/summary> private int currentcursor = 0; /// <summary> /// List that will contain the
URL
's to cursors that we can use (images). /// </summary> private List<String> curs...
4.
Create a better jQuery stylesheet switcher
(Programming/Webdesign)
...this technique work. <html> <head> <style type="text/css">@import
url
("style.css");</style> <link href="green.css" rel="style...
5.
The Mac Skype App menu with CSS3 and jQuery
(Programming/Webdesign)
If you're a regular visitor of Marcofolio, you know I love to create (and share) some wicked Proof of Concepts (For example: the Polaroid photo viewer and the iPhone Contacts App). They are nothing mo
6.
Advanced keypress navigation with jQuery
(Programming/Webdesign)
...jQuery. First things first; We'll need to store the current selected item from the menu, including the
URL
where that menu item links to. So, we'll declare two variables at the top of the script: ...
7.
Extraordinary places you can leave your domain name
(Useful/Tips)
...t when you're creating a website, is that (new) people are able to find you. People don't enter random
URL
's in the address bar of their browser, so they won't find your website that way. You'll need ...
8.
A fancy Apple.com-style search suggestion
(Programming/Webdesign)
... `categories` ( `cid` int(11) NOT NULL AUTO_INCREMENT, `cat_name` varchar(255) NOT NULL, `cat_
url
` text NOT NULL, PRIMARY KEY (`cid`) ); CREATE TABLE IF NOT EXISTS `search` ( `id` i...
9.
Styling a chat conversation with text balloons
(Programming/CSS)
...le:italic; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background-image:
url
(../images/glow.png); background-position:top center; background-repeat:no-repeat; text-align:...
10.
Creating a polaroid photo viewer with CSS3 and jQuery
(Programming/Webdesign)
...he function that you see above is to generate a random number between two integers. I added the source
URL
where I got the function from; We'll need it in the next part of the code: // Make the...
11.
The iPhone Contacts App with CSS and jQuery
(Programming/Webdesign)
...scroll ul li a strong .nav-indicator #nav-indicator-fixed { line-height:20px; background-image:
url
(../images/nav-indicator-bg.png); background-repeat:repeat-x; color:#FFFFFF; text-indent:20px;...
12.
Getting Groovy in an SOA
(Useful/Tips)
... webframework Grails can be used. It has full support for all of the HTTP-request methods and provides
url
mapping. For exposing the SOA to its target audience, the Grails framework offers a quick sta...
13.
Enable Akismet support in !JoomlaComment
(Programming/Joomla)
... // START Marcofolio.net Akismet $WordPressAPIKey = 'XXXXXX'; // Insert WordPress API Key $MyBlog
URL
= 'http://www.XXX.com'; // Insert your own blog
URL
(Don't end with '/') $akismet = new Akis...
14.
The iPhone unlock screen in xHTML, CSS and jQuery
(Programming/Webdesign)
...background-color:#000000; } #iphone-inside { height:100%; width:100%; background-image:
url
(../images/background.png); } #unlock-spacer { height:272px; } #iphone-scrollco...
15.
Identity names you should try to grab
(Useful/Tips)
...g on your site, Feedburner is a great service. Of course you cant your domain name to be placed in the
URL
, just like with mine: http://feeds.feedburner.com/marcofolio. This really helps with branding...
16.
Building a blog with CakePHP - Part 2: SEO and Management
(Programming/Webdesign)
...ctionality to our blog. We'll be adding keywords and description for the individual pages and make the
URL
's more search engine friendly. Let's start by changing the database. Open up your phpMyAdmi...
17.
Mass Twitter Action and Retrieve Script
(Programming/Webdesign)
... give me a tip on Twitter yesterday to improve the script. You're now able to enter the full Twitter
url
(Example: http://twitter.com/marcofolio) to mass (de)follow. This can help you when you're br...
18.
Dynamic Flash Logo Scroller with Links
(Programming/Actionscript)
... scroller. To make the logo link to a website, use the following syntax for the filename. [NAME]___
url
_[
URL
].[EXTENSION] [NAME] - Name of the file (Sorting is alfabetical) [
URL
] -
URL
to l...
19.
Building a blog with CakePHP - Part 1: Getting started
(Programming/Webdesign)
... code does. Clearing the errors We can easily create a blog in the /blog/ section of the site (The
URL
will look like this: http://yourdomain.com/blog/). You must remember the syntax of an
URL
for...
20.
Unique website for your Digg updates
(Programming/Webdesign)
...pkey on line 10 and 11 Change the value between the quotes in your username and appkey (Appkey = the
URL
of your application) Make some additional changes (like changing $nrsubmissions, $nrdugg, $...
21.
Place your feedcount in a random sentence
(Programming/Webdesign)
...ed in the article on how to create a valid CSS alert message. .feedcount { background: #FFFFFF
url
(rss.gif) center no-repeat; background-position: 15px 50%; text-align: left; color...
22.
Blog layouts before they were big
(Useful/Reviews)
...nt the screenshots were taken, the owner of the site is someone else than now (like my website). Colo
url
overs Jan 05, 2005 Crazyleafdesign Mar 06, 2007 Dezinerfolio Feb 28, 200...
23.
7 tips to optimize Joomla! security
(Programming/Joomla)
...your server and check if the changes are made. Use a SEF component Most hackers use the Google in
url
: command to search for a vulnerable exploit. Use Artio, SH404SEF or another SEF component to ...
24.
[Contest] Summer 2008 Guest authors
(Useful/Features)
...iting Marcofolio.net will see it too. How to join? Simply send an email with your article, website
URL
, short bio and possibly a picture to contact[at]marcofolio.net (make sure to replace "[at]" w...
25.
Enable Gravatar support in !JoomlaComment
(Programming/Joomla)
...img class=\"avatar\" src=http://www.gravatar.com/avatar.php?gravatar_id=". md5($email)."&default=".
url
encode($default)."&size=". $size." alt=\"Gravatar image\" />"; // Write the Gravatar im...
26.
Marcofolio.net goes v1.5
(Useful/Reviews)
...dded functionality to commenting system As a little reward of leaving a reply, you can now leave the
URL
of your own website or blog. You can now get updates through e-mail when a new comment is mad...
27.
Check where visitors came from & give them a message
(Programming/Webdesign)
...using the following PHP server variable: $_SERVER['HTTP_REFERER'] This will return the full referral
URL
where the user came from. Now, we'll need to trim down this full
URL
to get only the websit...
28.
mfReferral: Give your visitors a personal message
(Programming/Joomla)
...nly enter the domain. Don't add the http:// prefix, or the subdomain. Also, keep in mind that the base
URL
of the images always is the directory where mfReferral is installed. Download mfReferral...
29.
mfBeer: A PayPal donation plugin for Joomla!
(Programming/Joomla)
mfBeer is a Joomla! plugin that allows you to add a "buy-me-a-beer" PayPal donation text at the bottom of each article. The original idea was from the Buy-me-a-beer Wordpress plugin. The
30.
mfBlank: External link recognition with icon suffix
(Programming/Joomla)
...cial is happening. This changes when you add an external link. A suffix image is being added and the
URL
will open in a new window. Install for Joomla 1.0.x Log in to your back-end of the s...
<< Start
< Prev
1
2
Next >
End >>
[ Back ]
Subscribe
Subscribe
or get an
email subscription
Marcofolio.net has
3532
addicts. Join them!
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