Please discuss common problems you face when programming with Python
On what type of site(s) would you use Ruby and in what situations would it be considered the right programming language. Also, are there any famous sites written with Ruby?
I want a sticky note software or tool so that I can post notes on my computer desktop or online to remind myself of the various gigs and tasks I need to get done. Please recommend a good sticky note software or tool.
It would be nice to have some copy/paste java script codes, so I don't have to code everything from scratch. Please recommend a reliable Javascript code source online.
What are the most common Javascript mistakes and how do you avoid them?
Is there an online school or college that teaches Javascript and gives certification that would prove to an employer that you are trained?
Is there a way to serve up a pop up a few minutes after a visitor leaves the site, so they don't know which site it came from?
I'd like to know how to write a cookie that is placed on my site visitor's computer so that my site recognizes them on each visit.
Can someone please explain how to call a function with arguments? Or, post a video of how this is done?
Hi I noticed with the Api, That it receives the titles and descriptions with symbols / special characters if the user put them in there service info. So I made a little function for the affiliates to remove the symbols (...
How can I change the value of a form input using only jQuery/Javascript? This is what my form looks like: <form name="submit" id="submit"><input type="hidden" name="changevalue...
Hello, I'm trying to create a PayPal IPN to insert data into the database after a successful transaction. Here's my SQL: [PHP] -- phpMyAdmin SQL Dump -- version 3.5.8 -- http://www.phpmyadmin.net -- -- Host: localhos...
What is the difference between HTML and HTML5 ?
Hey all, I am resetting our mandarinmorning.org and i don't know i reset something and then the page is show without content and you can find this problem: http://www.mandarinmorning.org/Recommand_mandarin_article/201...
Why is it important to validate HTML? And, is there a free online HTML Validator that can be used?
When a URL is added to HTML element, should I include or omit the / element at the end of a url. Such as when linking to internal pages, etc. For instance: http://mysite.com/thispage.html/ versus http://mysite.com/th...
I need access to a free color picker or HEX chart online for web building projects. Please provide a link.
Whenever I design in HTMl, the code looks very messy from all the revisions. And, I've read this can be bad for SEO. Is there a way to clean up messy HTML after a project is done?
This seems very odd as Google has some of the best webmaster tools. Guess I'm wondering how another site can rank so highly for something like webmaster tools (which Google is expert at). https://www.google.com/sear...
Is it possible to use Long Tail Pro on the Mac (http://www.longtailpro.com)? I use Market Samurai on the Mac because it is Air based. I'm not interested in using a tool via emulation/virtual machine. What is Long tail pr...
Hi all, I write a web which want to show part of an article folowings: Title:How to learn Chinese easily? Tag: Learn Chinese,Chinese language,learn language text: Many foreign students who learn Chinese in Shanghai are u...
I find myself entering the same information and doing the same thing over and over for Paypal disputes. I know it could be automated but for some reason I am scared to do so. Has anyone here ever automated responding to ...
I was optimizing some queries today and I discovered that WHERE LIKE %% is much faster than WHERE = on a text based row. Here is an example of what I mean: 0.002 second execution time: WHERE tbl LIKE '%joe%' 6.8 sec...
I've found out that ORDER BY RAND() in MySQL is very slow. I found out the hard way and it wasn't a problem until I had a LOT of rows to sort through. Can anyone suggest any alternatives? Is there a faster implementation...
I've loaded a library in my controller in the constructor but I'd like to use it in my view. It is just a simple text parsing library and I can see it in the controller when I do a print_r() of the object. However, it fa...
there are my head-html: <head> <title>Chinese school in shanghai blog</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" rev="stylesheet" herf=...
Hey guys! Today I'm gonna do a review on a website called PortableApps. As you can ascertain from the name, the website provides portable applications for it's users. Let's start the review. The Software And Features: ...
Hi all, I am learn css by myself and now i learnd <div> and <id> and i write followings: .imhed{width:700px;height:320px;padding:3px;} .longbanner{width:710px;height:28px;background-color:rgb(252, 183, 62);pa...
Can anyone please tell,how to setup a cron job on local WAMP server?
There are a ton of services available to shorten URLs and one of the most well known, and easiest to use, is TinyURL. With a single line of code, you can fetch a shortened URL from their API using PHP. TinyURL API: htt...
Hello, I'm wondering if SEOclerks is a great place to sell templates, I have heard of Envato, but let's be serious SEOclerks seems to be much better with all the payment choices, etc etc. I want to start creating tem...
I was making a ubot script which selects categories from multiple websites and I can pull the combobox to ubot, which then offers the choice of selecting the category (IE: Random, Random except first, etc). I want users ...
Just surfing around and it seems this forum doesn't get updates much. In response to that I've decided to make a post about free html templates. I've included a couple below but I'm sure there are more and you guys would...
Hi All Just Start A Gig Through Which I Can Work On HTml ,Css For You You Can Order It Here http://www.seoclerks.com/Programming/81223/fix-any-HTML-css-wordpress-website-related-problems-or-errors Staff Selected ...
Please someone help me, how to use the api url to integrate into any website. Please someone provide a working code for a .html or .php file I have created my code, it is here : pastebin. com /Z21n4rg2 But if I create a ...
Hi Everyone, Does any one have experience of Buzz Bundle, good bad or indifferent? It has many features, which feature do you find most usefull? Thanks. FastNailHitz.
I've generated a PAD file for my software and submitted it manually to the large sites but the task is daunting and repetitive. I cringe at the thought of doing it for all of my softwares and there seem to be more PAD su...
Does anyone actually account for visitors who have JavaScript disabled anymore?
I find it very difficult to decide if I want to create a Helper or a Library for CodeIgniter. Is there some reason or difference between the two that would help me determine when to create a library and when to create a ...