topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Wednesday June 18, 2025, 8:49 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 9 10 11 12 13 [14] 15 16 17 18 19 ... 40next
326
Living Room / Re: Just needed to clear my 666 post count
« Last post by Veign on July 01, 2008, 06:57 PM »
At least I'm not alone...
327
Living Room / Re: Just needed to clear my 666 post count
« Last post by Veign on July 01, 2008, 06:26 PM »
Thanx for the screenshot.  That can't be good...
328
Living Room / Just needed to clear my 666 post count
« Last post by Veign on July 01, 2008, 03:12 PM »
At the time of this post its now 667...
329
General Software Discussion / Re: CD Earth picks up where ThinkAll left off
« Last post by Veign on July 01, 2008, 01:31 PM »
Update on what happened to ThinkAll (who now owns CD Earth):
http://www.veign.com...-pay-22-million.html

Justice!
330
General Software Discussion / Re: A Warning about Thinkall.com
« Last post by Veign on July 01, 2008, 01:30 PM »
Update on what happened to ThinkAll:
http://www.veign.com...-pay-22-million.html

Justice!
331
VideoInPicture and Eoin and Hollow, please send me a personal message with your shipping addresses so i can send you a custom rare dc mug made to commemorate this contest.

Post a picture of this rare mug so we all can see.

Is there a Mug museum somewhere on DC so we can see all the mugs that have been?
332
Another interesting submission.

(been moving to a new home so life is hectic right now - might discuss with mouser extending this contest a week or two so I get get settled in and we can get a few more submissions)
333
Living Room / Re: Searching for a site
« Last post by Veign on June 30, 2008, 07:54 AM »
334
Did you get a chance to check out the code?  Did it work for you and do what you had needed?
335
Came pre-installed on my current laptop but have installed Windows way too many times to count.
336
Here it is;

Check if a url or group of URLs are valid:
http://www.veign.com...pe=web&codeid=65

Includes a sample page showing it working with a single URL and with an array of URLs.  There is also a Cron job page.  All you need to do is update the URLs and supply an email address for the email_report function call.

Let me know if you have any questions.
337
I'm not worried.  The reason I wouldn't make it one of my sites right now is time to create a user management system and any issues that may arise from sending lots of emails from my server.

I will create a class and sample usage page and put it in my web development section on Veign.  All you will have to do is download it, place it on your server, update the URL list, and setup a cron job to point to the sample file.  Run the job once a day and you should have what you need.
338
If you can wait a day or so and have a domain running PHP with access to setup a Cron job I will create a CheckURL class in PHP that will accept a single URL or an array of URLs and perform a check and email or return the results.
339
General Software Discussion / Re: what to do with web-spit?
« Last post by Veign on June 25, 2008, 09:40 AM »
Nothing you can do but forge ahead and keep doing things right. 
340
Should be very easy to create one, at least that is only accessible to you on your domain.

Use a script like:
function http_test_existance($url) {
 return (($fp = @fopen($url, 'r')) === false) ? false : @fclose($fp);
}

or better yet use:
http://us3.php.net/fsockopen

Then create a webpage, attached to a Cron job, that checks an array of URLs and sends emails out when they are dead.

Could probably be created in less than an hour.
341
Announce Your Software/Service/Product / Re: First website for a client
« Last post by Veign on June 25, 2008, 07:09 AM »
Not sure if this was mentioned but your Design By link at the bottom of the main page doesn't work.
342
Mouse gestures may work for it but wouldn't there be a lot of false clicks and scrolls and I'm just moving my mouse around?
-VideoInPicture (June 22, 2008, 05:46 PM)

That's the difficulty to figure out  :)   You could do something very similar to what you are doing now where a key press is required to activate.
343
This could turn into a great application for someone with a disability where they have limited use of their hands but want to navigate around the internet.  Kinda of like Mouse Gestures (https://addons.mozil...-US/firefox/addon/39) but using the web cam instead.
344
Very interesting...
345
Living Room / Re: DC Forum Members -- Tell Us About Your Website
« Last post by Veign on June 20, 2008, 04:09 PM »
Since you asked.  Below are the websites I developed and maintain as my own collection of fun and utility types websites.

Camera Summary:
Camera Summary is basically an online exif data extractor that provides information like: camera make / model, detailed information about how the picture was taken and even the thumbnail that was embedded in the file.

Distance Check:
Distance Check locates the distance and information about two Zip Codes. The distance is calculated and general information about each zip code, a map for each zip code and approximate driving time is displayed.

Make ASCII Art:
Convert any image into ASCII art. This online application will convert any color image into an image where all color pixels have been replaced with text.

Make Password:
One of the easiest online password generators which can generate a single random password or lists of hundreds of random passwords. You choose the character sets, password length and the quantity to create. Hash values can also be created for your convenience. This password generator is useful for getting a random password for personal use or for generating large lists of default passwords.

Page Headers:
Page Headers will return the http (server) header information from any valid URI. The http header information contains information about the webpage like: last modified, what type of server, if a redirect occured (and the location of the redirect) and the content length that will follow.

Quick Highlighter:
Doesn't get any easier than this to create a webpage from your source code.

Quick Thumbnail:
The fastest way to resize your pictures and images. Choose an image file, select some resize options, and hit Resize it. Your image will be uploaded to the server and resized, and then any or all of the resized images will be provided in a single convenient view. Not only can you get simultaneous generation of different sizes but you can enlarge your images too.

Whats Its Color:
Whats its color is an image-color processing utility that will evaluate an image and give you the image's primary and complementary dominant colors of an image, how many visually unique colors are in an image, and the top ten visually unique colors in an image.

Plus some random tools at: http://www.veign.com/tools/ like Ultra Fast Whois and Page Strength Check
346
Announce Your Software/Service/Product / Re: First website for a client
« Last post by Veign on June 19, 2008, 09:17 AM »
Some very quick points:
- Remove all the META tags except for Title, Description, Robots, Content-Type and maybe Language.  All others serve no purpose anymore.
- Move the Styles (CSS) into an external stylesheet and call it from your pages.  This way its cached on the users system and reduces the 'weight' of a page
- To align the text in a container, like a DIV use a Style and not the align property which has been deprecated.  To do so create a CSS rule like:
    .text-center {text-align:center}
and then call it from the container where the text should be centered like:
    <div class="text-center" ...

If you want an img centered, without being contained within a container you can use a rule like:
   .img-center {display: block; text-align: center;margin:0 auto;}

These are some of my base rules:
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

.img-middle {vertical-align:middle}
.img-center    { display: block; text-align: center;margin:0 auto;}
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }

- Don't use Caps (or spaces) in any file name (including images names / folder names) or URL.  It only leads to issues down the road and will lead to problems on a Linux server.  Users are used to lowercase and type them by default.
- Validate the page through the W3C (http://validator.w3....endsofgovi.org.uk%2F).  Validation doesn't mean it will work in every browser or look the same but it helps.  It also helps get rid of the tricky little displays bugs that may pop up.
- Close all you tags (i.e. <META NAME="Title" CONTENT="Friends of GOVI"> should be <META NAME="Title" CONTENT="Friends of GOVI" />)
- The sidebar would do better as an unordered list styled into a menu then a bunch of P tags.  Its semantically more correct.

Thats it for now as I was just looking at the code.
347
Thank God this can not be done and as time and browser versions increase the browsers are even further protecting the user from accidentally running something malicious.
348
Also, the projects remain the property of its author and you retain all rights.  The only thing you grant Veign and DC is the ability to distribute or showcase the application.  In summary its all yours to do with what you want.
349
I'll do my best to have my application ready in 2 weeks.  It's pretty short but I'll try hard...

The prize makes it worth it.
350
General Software Discussion / Re: Best duplicate finder in email client?
« Last post by Veign on June 16, 2008, 08:20 PM »
Not sure how well any dupe finder would work in an email client since emails tend to be threaded and therefore the actual quantity of dupes (in a text comparison) would be very, very low.  This is one of those tools that I would be very careful in running and really have a good understanding of the rules at which dupes are being determined.
Pages: prev1 ... 9 10 11 12 13 [14] 15 16 17 18 19 ... 40next