-
Replied To a Post in Constant Contact links relation to server errors
Yeah, unfortunately I don't have access to the source code, and nobody else cares to find out or have our programmer look into it, they'd rather just blame it on … -
Edited Constant Contact links relation to server errors
When clicking on listing links from an email sent via Constant Contact, which masks the links with a tracking code that redirects to the given link, the accessed pages produce … -
Edited Constant Contact links relation to server errors
When clicking on listing links from an email sent via Constant Contact, which masks the links with a tracking code that redirects to the given link, the accessed pages produce … -
Edited Constant Contact links relation to server errors
When clicking on listing links from an email sent via Constant Contact, which masks the links with a tracking code that redirects to the given link, the accessed pages produce … -
Created Constant Contact links relation to server errors
When clicking on listing links from an email sent via Constant Contact, which masks the links with a tracking code that redirects to the given link, the accessed pages produce … -
Began Watching Constant Contact links relation to server errors
When clicking on listing links from an email sent via Constant Contact, which masks the links with a tracking code that redirects to the given link, the accessed pages produce … -
Began Watching css for any monitor size
I am creating a web site and have written css postions etc using % so that it will look the same on any monitor size. So when I view the … -
Replied To a Post in css for any monitor size
...or a simple grid system if you don't need all the bells and whistles that comes with full-featured CSS/design frameworks like Bootstrap. (You can also/alternatively get a custom build of … -
Replied To a Post in unable to add water mark to image
& customize as needed to get desired size and positioning... -
Began Watching unable to add water mark to image
<?php header('Content-type: image/jpeg'); $source = 'a.jpg'; $watermark = imagecreatefrompng('logo.png'); $watermark_width = imagesx($watermark); $watermark_height = imagesy($watermark); $image = imagecreatetruecolor($watermark_width,$watermark_height); $image = imagecreatefromjpeg($source); $image_size = getimagesize($source); $x = $image_size[0] - $watermark_width - … -
Replied To a Post in unable to add water mark to image
Just use this: <?php // Load the stamp and the photo to apply the watermark to $stamp = imagecreatefrompng('stamp.png'); $im = imagecreatefromjpeg('photo.jpeg'); // Set the margins for the stamp and … -
Began Watching Best software to create webpages and websites ?
What is the best software to use when creating web pages and web sites ? -
Replied To a Post in Best software to create webpages and websites ?
It depends on what you mean to achieve. For simple, static-content sites, you're good with just a code/text editor like NotePad++ (I use that too), or Sublime Text, Textmate, ... … -
Replied To a Post in rewrite files
^ what he said -
Began Watching rewrite files
can anybody please tell me how rewrite .php files to .html files in a folder. or how to rewrite urls like http://examle.com/files/ (actual path http://example.com/files.php) using web.config file. -
Replied To a Post in rewrite files
You can try this: <?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <rewrite> <rules> <rule name="Serve PHP files sans ext" stopProcessing="true"> <match url="^(.*)$" /> <conditions logicalGrouping="MatchAll"> <add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" /> <add … -
Gave Reputation to Lardmeister in Time for studying new things
Flexibility and the willingness to learn new things is most important. Also stop watching TV, it is bound to make you stupid. -
Began Watching Jobs for someone who is not really good with programming
Hello, I am working through a Bachelor of Science degree for Computer Science. As I am going through the classes, I can see that I am not programming savvy. I … -
Replied To a Post in Jobs for someone who is not really good with programming
With webdev it's also easier to get your foot in the door... I think... There are countless opportunities. -
Began Watching Lets share some awesome programming quotes that keeps you interesting
http://www.lifengadget.com/lifengadget/amazing-programming-quotes/ -
Replied To a Post in Lets share some awesome programming quotes that keeps you interesting
Thanks for spelling that out for us, Mike. -
Began Watching Bad Grammar
I can't take it anymore. At first it was only occasionally. Now it seems that every time I turn on the TV someone else is doing it. Doesn't our school … -
Replied To a Post in Bad Grammar
What bad grammar indicates to me is a lack of critical thinking. It's nothing deep or complex, but that's even more reason that the difference between "it's" and "its" for … -
Began Watching Hare Psychopathy Checklist
I scored 19 :) With this test someone can find out if he/she has psychopatic tendensies. Do the Psychopathy Checklist yourself here: Note: between 30 and 40 means you're in … -
Replied To a Post in Hare Psychopathy Checklist
7pts? **Seby1**, that's what I'm talkin about. and **coping**, too true. **mikivtc**, I recommend you get with the punctuation program. It might help you organize your thoughts. -
Replied To a Post in Web Development: Python/Django?
Oh, well thanks for the affirmation :) Howdy Jorge -
Created Web Development: Python/Django?
I've been really interested in Django lately, so I came here to check out the scene on the forums, only to find there's no Python/Django subforum in Web Development. Where … -
Began Watching Web Development: Python/Django?
I've been really interested in Django lately, so I came here to check out the scene on the forums, only to find there's no Python/Django subforum in Web Development. Where … -
Created Hello and Hey
Good day, fellow IT enthusiasts. I am a "super user", and intermediate web developer since the age of 8, having spent so many long hours in childhood on the internet … -
Began Watching Hello and Hey
Good day, fellow IT enthusiasts. I am a "super user", and intermediate web developer since the age of 8, having spent so many long hours in childhood on the internet …
The End.