Actual Results
- Laurentvw
- Forum: Google Forum
- Topic: How can I make my blog's PR went to higher
- Subject: How can I make my blog's PR went to higher
- Replies: 2
- Views: 421
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...
- Laurentvw
- Forum: Website Design Forum
- Topic: Randoms posting text/images to blog
- Subject: Randoms posting text/images to blog
- Replies: 1
- Views: 384
- Subject: Randoms posting text/images to blog
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....
- Laurentvw
- Forum: Website Design Forum
- Topic: Removing space between TR's
- Subject: Removing space between TR's
- Replies: 3
- Views: 1183
- Subject: Removing space between TR's
Posted: May 22nd, 2007, 1:52 pm
If you look at the source code you'll see that we already used that..
- Laurentvw
- Forum: Website Design Forum
- Topic: Removing space between TR's
- Subject: Removing space between TR's
- Replies: 3
- Views: 1183
- Subject: Removing space between TR's
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...
- Laurentvw
- Forum: Programming / Scripting / Coding Forum
- Topic: Scheme: calculating binary
- Subject: Scheme: calculating binary
- Replies: 0
- Views: 375
- Subject: Scheme: calculating binary
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...
- Laurentvw
- Forum: Google Forum
- Topic: Google Search box
- Subject: Google Search box
- Replies: 1
- Views: 350
- Subject: Google Search box
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?
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?
- Laurentvw
- Forum: General Discussion
- Topic: Torrents, indexing them
- Subject: Torrents, indexing them
- Replies: 5
- Views: 1168
- Subject: Torrents, indexing them
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...
- Laurentvw
- Forum: General Discussion
- Topic: Torrents, indexing them
- Subject: Torrents, indexing them
- Replies: 5
- Views: 1168
- Subject: Torrents, indexing them
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...
- Laurentvw
- Forum: General Discussion
- Topic: Torrents, indexing them
- Subject: Torrents, indexing them
- Replies: 5
- Views: 1168
- Subject: Torrents, indexing them
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, ...
- Laurentvw
- Forum: Programming / Scripting / Coding Forum
- Topic: Getting error when inserting Mysql query
- Subject: Getting error when inserting Mysql query
- Replies: 1
- Views: 436
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,...
- Laurentvw
- Forum: Programming / Scripting / Coding Forum
- Topic: PHP screen resolution hack
- Subject: PHP screen resolution hack
- Replies: 5
- Views: 7440
- Subject: PHP screen resolution hack
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 =)
It works well. I have also tested it in IE and Opera, and works well too in both browsers. Thanks again =)
- Laurentvw
- Forum: Programming / Scripting / Coding Forum
- Topic: PHP screen resolution hack
- Subject: PHP screen resolution hack
- Replies: 5
- Views: 7440
- Subject: PHP screen resolution hack
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...
- Laurentvw
- Forum: Programming / Scripting / Coding Forum
- Topic: PHP screen resolution hack
- Subject: PHP screen resolution hack
- Replies: 5
- Views: 7440
- Subject: PHP screen resolution hack
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...
- Laurentvw
- Forum: Programming / Scripting / Coding Forum
- Topic: Getting  on top of the page
- Subject: Getting  on top of the page
- Replies: 5
- Views: 336
- Subject: Getting  on top of the page
Posted: July 20th, 2006, 8:35 am
Yes indeed. I am using a bit of portuguese too in the code.
- Laurentvw
- Forum: Website Design Forum
- Topic: Whats your favorite coding editor?
- Subject: Whats your favorite coding editor?
- Replies: 41
- Views: 1759
- Subject: Whats your favorite coding editor?
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.

