Forum: Template design and Front-End Code
03-30-2008, 07:10 PM
|
|
Replies: 268
Views: 56,144
|
Forum: Pixelpost Help
03-28-2008, 10:08 PM
|
|
Replies: 3
Views: 367
|
Forum: Lounge
03-28-2008, 06:30 PM
|
|
Replies: 0
Views: 800
Link exchange?
A friend of mine suggested that would be great to get involve in a "link exchange" experiment. So, I've decided to do that perhaps will help increase PR for me and for those who agree to join this...
|
Forum: Template design and Front-End Code
03-28-2008, 10:07 AM
|
|
Replies: 268
Views: 56,144
|
Forum: Lounge
03-24-2008, 12:17 PM
|
|
Replies: 17
Views: 1,900
Congratulations for your new gear! ;)
I've...
Congratulations for your new gear! ;)
I've visited your photoblog and I see you have some new pictures taken with your new camera.
Going from a compact camera to a slr is a huge step, you might...
|
Forum: Pixelpost Help
03-24-2008, 09:07 AM
|
|
Replies: 3
Views: 1,150
I've got the same problem when I was using...
I've got the same problem when I was using defensio and did solved it only one way. Check your defensio key, it is invalid or it's missing. Go to http://defensio.com/ and get the key again or get a...
|
Forum: Lounge
03-17-2008, 04:03 PM
|
|
Replies: 6
Views: 5,571
Dumb comments
My photoblog has almost 5 months since opening and I had a lot of visitors. Many of them left a comment or two and at the beggining I was happy because people appreciated my hobby, but now my...
|
Forum: Lounge
03-14-2008, 09:04 AM
|
|
Replies: 5
Views: 9,078
|
Forum: Pixelpost Help
03-09-2008, 10:40 AM
|
|
Replies: 6
Views: 435
I've added this...
I've added this (http://www.pixelpost.org/forum/showthread.php?t=6011) method combined with token and absolutely no spam so far. Of course, I use a longer string than "!" to do that as described in...
|
Forum: Pixelpost Help
03-04-2008, 12:12 PM
|
|
Replies: 1
Views: 424
One message per session?
I'm thinking to tell visitors that they can view my website with piclens and I want to to this just a single time, don't want to be boring or something... Is there a way to show that message (no...
|
Forum: Lounge
03-04-2008, 11:15 AM
|
|
Replies: 17
Views: 1,900
I don't know about you, but I'm really-really...
I don't know about you, but I'm really-really looking to this one (http://www.dpreview.com/news/0609/06093003hasselbladh3d.asp). Too bad I don't have the money and I stay with my Nikon D40. Anyway,...
|
Forum: Addons
03-04-2008, 12:54 AM
|
|
Replies: 28
Views: 4,019
There is a new addon...
There is a new addon (http://www.pixelpost.org/extend/addons/mediarss-addon-piclens-support/) for pixelpost to be compatible with piclens, but I didn't know how to make it work.
Install, enable in...
|
Forum: Pixelpost Help
03-01-2008, 10:41 AM
|
|
Replies: 14
Views: 2,701
For showing with no effect:
...
For showing with no effect:
$('show').addEvent('click', function(e){
e = new Event(e);
mySlide.show();
e.stop();
});
To hide an element from the beginning, after declaring it as "var",...
|
Forum: Pixelpost Help
02-29-2008, 05:30 PM
|
|
Replies: 12
Views: 798
|
Forum: Pixelpost Help
02-29-2008, 03:18 PM
|
|
Replies: 14
Views: 2,701
Don't forget window.addEvent('domready',...
Don't forget window.addEvent('domready', function() {
// HERE IS WHAT YOU READ IN JS CODE
});
It's a must, as moo creators explained here: http://demos.mootools.net/
For your example, do...
|
Forum: Template design and Front-End Code
02-24-2008, 08:14 PM
|
|
Replies: 5
Views: 568
|
Forum: Template design and Front-End Code
02-24-2008, 11:21 AM
|
|
Replies: 42
Views: 7,480
|
Forum: Lounge
02-18-2008, 09:24 PM
|
|
Replies: 3
Views: 798
I have a friend which had a similar problem,...
I have a friend which had a similar problem, including two accidents. He sold the car and got a new one and no problem since. It might be a superstition, but some cars just bring bad luck. :(
|
Forum: Pixelpost Help
02-14-2008, 08:23 PM
|
|
Replies: 11
Views: 730
|
Forum: Template design and Front-End Code
02-13-2008, 07:34 PM
|
|
Replies: 95
Views: 18,274
|
Forum: Template design and Front-End Code
02-12-2008, 08:47 PM
|
|
Replies: 5
Views: 560
1. Download image wraparound addon...
1. Download image wraparound addon (http://www.pixelpost.org/forum/showthread.php?t=3360&highlight=wraparound), install it.
2. Delete this after <body> line
<script type="text/javascript">...
|
Forum: Template design and Front-End Code
02-11-2008, 08:31 AM
|
|
Replies: 4
Views: 707
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Universal vertical center with CSS</title>
<style>
.greenBorder {border: 1px solid green;} /* just borders to see...
|
Forum: Template design and Front-End Code
02-11-2008, 08:05 AM
|
|
Replies: 7
Views: 523
|
Forum: Hacks and Modifications
02-09-2008, 08:44 AM
|
|
Replies: 14
Views: 2,615
Hell yeah - I'm gonna use this !!
Does this...
Hell yeah - I'm gonna use this !!
Does this work on pp 1.7.1? :D
LE. I tried and it's working. I'm going to do some playin' around with it.. :D
LLE. How can I use this hack with link to...
|
Forum: Pixelpost Help
02-08-2008, 01:00 PM
|
|
Replies: 7
Views: 460
Solved! I mean... both problems. First,
...
Solved! I mean... both problems. First,
It's done, thanks for the heads-up! :D
Second,
A geek friend suggested that I should search for "<! --" inside php files using a code editor. I...
|