Search found 83 matches

Actual Results

Post Posted: May 22nd, 2007, 2:05 pm

Pagerank has nothing to do with your html code. The pagerank is based on the number of backlinks you have acquired for your website. You need other websites to link to your blog and blog posts. So write some interesting content that might get the attention of some people. Also, why don't you registe...

Post Posted: May 22nd, 2007, 1:58 pm

Not sure if blogspot will fulfill your needs. Try out the software at Pligg.com, it allows users to post content, and there's a kind of moderation queue to avoid having inappropriate content on your frontpage. This software was written in PHP so I hope you know how to make this work on your hosting....

Post Posted: May 22nd, 2007, 1:52 pm

If you look at the source code you'll see that we already used that..

Post Posted: May 22nd, 2007, 10:53 am

My friend is currently creating a design .... using tables unfortunately, and it looks a bit messed up in Firefox. As you can see here http://eparc.cp.maxwell.syr.edu/ , there are some unwanted white lines. Now I was wondering how to get rid of the space between the several <t...

Post Posted: October 13th, 2006, 1:40 pm

Hey I'm having a little problem while trying to make a piece of code that can turn a number into its binary code. (define (display-as-binary n) (cond ((< n 1) (display " ")) ((even? n) ((display "0")(display-as-binary (quotient n 2)))) (else ((display "1")(display-as...

Post Posted: September 10th, 2006, 3:11 am

Hey,
I'm looking for the code to have my own google search box on my site. Of course that's easy, but I'd also like to have some checkboxes included which will make it possible to search for other services too on google, like the image search, videos, etc.

Any idea how to do this?

Post Posted: August 17th, 2006, 2:55 am

You can't. You would have to only index sites that cater to legal torrents and there are a few of them. Supposedly Bram Cohen, CEO of Bit Torrent, has an agreement with the MPAA that if any illegal torrents appear in a search on bittorrent.com it is to be removed from the index. But that doesn't se...

Post Posted: August 17th, 2006, 2:49 am

you could have an approval system, that each torrent has to be reviewed if it's approrpiate or not... google does it with it's video's ;) Michael Would take lots of time, I bet! Because, I'm just indexing the pages, like a search engine (crawling web pages!), so basically there will be at least 100...

Post Posted: August 16th, 2006, 2:36 pm

Hey I'd like to discuss something about torrents. I'm actually thinking of making a torrent search engine (indexing pages like google does). But my purpose is not to become some tracker like thepiratebay or torrentspy (their purpose is to make illegal torrents, mostly games, movies and application, ...

Post Posted: August 1st, 2006, 9:27 am

Hey, I am getting a mysql error when trying to insert a mysql query into the database. The Mysql version on my server is 4.0.x, which is a bit too old, because basically I need at least Mysql 4.1.x to insert the query correctly. Though I believe I could get it inserted when editting the query a bit,...

Post Posted: July 28th, 2006, 8:08 am

Thanks a lot Darren!
It works well. I have also tested it in IE and Opera, and works well too in both browsers. Thanks again =)

Post Posted: July 28th, 2006, 5:53 am

I've tried this: [php] if ((screen.width<800) && (screen.height<600)) { echo '<style type="text/css" media="screen">@import "http://'.get_server_name().$globals['base_url'].'css/template_css.css";</style>' . "\n"; } else { echo '<s...

Post Posted: July 28th, 2006, 4:17 am

I am looking for a little php script that would allow me to use 2 different CSS files, depending on their screen resolution. Something like, IF bigger than 600x800, export this CSS file, ELSE this. Not sure if detecting screen resolution with PHP is an easy task, as I can't figure it out myself.. Ho...

Post Posted: July 20th, 2006, 8:35 am

Yes indeed. I am using a bit of portuguese too in the code.

Post Posted: July 20th, 2006, 7:15 am

Notepad all the time, except when I've got some troubles, I'm using Dreamweaver for a second.
  • Sort by
 
 

© Unmelted Enterprises 1998-2009. Driven by phpBB © 2001-2009 phpBB Group.