| bio | website | scenebit.com |
|---|---|---|
| location | New York, United States | |
| age | ||
| visits | member for | 1 year, 8 months |
| seen | Jun 11 at 0:16 | |
| stats | profile views | 269 |
.........................
|
Dec 19 |
comment |
Disable outbound links without letting others know that @tadoman you can do it with a program see my answer |
|
Dec 19 |
comment |
Disable outbound links without letting others know that @JohnConde there's no reason to down vote the question. It's a valid question which can be answered. You shouldn't down vote a question because you dislike the question being asked and possible reason behind it. If that where the case you could down vote any question you simply didn't like. I dislike windows, IIS, ASP but don't go looking to down vote them. |
|
Dec 19 |
comment |
Is it possible to export comments from TypePad Connect? have you emailed TypePad and asked them? |
|
Dec 19 |
comment |
Is it possible to get free web host for my registered domain? You can google "Free web host" or "Free website hosting" and find some, they typically display ads on your site though. |
|
Dec 19 |
comment |
Is there a website Virus Scanning Script? Yes you can use sucuri.net to scan for malware on your web server, but for uploaded files you would have to run a regular virus scanner. You can almost always schedule them to scan folders on a regular basis. There are a few for linux tuxradar.com/content/get-best-virus-scanner-linux and then you can setup a cron file to run each second or minute to scan the folder for new files to check for viruses. |
|
Dec 18 |
comment |
RSS feed : wrong encoding? Have you tried another app to read the feed. As @Su' said w3 validated it which means it's ok. You can test it here validator.w3.org/appc |
|
Dec 18 |
comment |
Weird referral traffic @w3d there's no such thing as HTTP referrer logs. There are access and error logs on web servers. Common in apache2 and NGINX, within the logs you can parse out referring URLs which linked to your site. |
|
Dec 18 |
comment |
What nameserver should I use? Well it could also be ns1.hostingcompany.com and ns2 or anything else for that matter. |
|
Dec 18 |
comment |
Which should I use for mouse over tooltip for image (alt, longdesc, title) @w3d what are you talking about? "The jQuery plugin" using title attributes should still be based on the title? This one certainly doesn't craigsworks.com/projects/qtip/demos and i'm sure others are similar. |
|
Dec 17 |
comment |
Taking advantage of a portfolio of quality domain names Well to use them that way if the domain name was so unique it ranked naturally with no other SEO then sure why not build a quick page or two with content and link to your main domain. You know better than me though if the keywords will be competitive and how competitive. It'll come down to how much work you want to put in. The best thing to do is at least put up 1 static index page on all the sites and give Google something to start crawling and categorizing them. Then you can check where they rank and which to focus on. |
|
Dec 17 |
comment |
Convenient practice for where to place images? Frameworks such as Zend often have features which if you store images in a single folder say /public/images or img I forget it's easier to use through out the code. If you can imagine writing a programming having to remember which folder your image is in category1 or category2 it would be a headache. What about products which belong in two categories. Then what do you do? It's just a matter of working efficiently. |
|
Dec 17 |
comment |
Redesigning my website has destroyed my SEO To add to this answer had you not had a backup you could have parsed all your old URL's from your raw access logs. Put them into excel and created the 301 redirects to the new URL's. Rather than a mass 301, i'd take the time to do them one by one. |
|
Dec 16 |
comment |
Customer escalated to a claim without sending the item back? You'll probably take it as a loss. A few suggestions. Next time ask the customer to insure and purchase tracking when sending the package back. Even safer is to purchase them a label from UPS that they can print and ship back to you. If USPS has this it's probably even cheaper. You can ask the customer through PayPal to provide a tracking number explain you haven't received it. If you shipped it to them with tracking it's only right they do the same and hopefully PayPal will ask the same from the customer though not likely. Not a whole lot you can do. |
|
Dec 15 |
comment |
How to correctly track the analytics when using iframe Do you have any campaigns setup? Any custom tracking on URL's such as utm_source? How about Goals and funnel paths? |
|
Dec 15 |
comment |
My application's bounce rate jumped from 30% to 80% overnight @davidrac How is your script embedded? Is it a javascript snippet or an iframe? Are you saying the login box which opens on a members website opens a page or content loaded from your main application site? Have you checked the source of this popup to make sure duplicate GA snippets aren't loading? |
|
Dec 15 |
comment |
Background noise generator @grigy there are generators online, there are programs such as photoshop and gimp. You can even code your own server side as Osvaldo pointed out in his answer. If you keep saying you want this and you want that. Go get help on graphicdesign.stackexchange.com |
|
Dec 15 |
comment |
Background noise generator @grigy if you can't create the noise you want with it that's another problem and question. The imagemagick post seems to let you select a size, color, density, and file type. That answers your question. |
|
Dec 13 |
comment |
adsense leaderboard 728x90 for mobile? CSS media queries can't replace the adsense code. They can replace the styles. You would need to use some jQuery to recognize say the ID or Class being shown and if it were a mobile class then display the mobile ads instead of desktop. |
|
Dec 13 |
comment |
Blogger still visible after moving to WP; Google Indexing issues after moving from Blogger to WP Another suggestion if you've already deleted your old sitemap from Google and Bing webmaster tools and have submitted a new one. You should install this hRecipe plugin wordpress.org/extend/plugins/hrecipe it will generate microdata which Google and others recognize. Since you're posting recipes might as well get a little more SEO friendly. :) |
|
Dec 13 |
comment |
Blogger still visible after moving to WP; Google Indexing issues after moving from Blogger to WP Are you using WordPress on the same domain which blogger was mapper to? |