Published stories

6
Can one add form validation to a PHP page without changing other elements in it?view story

http://www.codingforums.com I have a page on a site that I am changing but which I never wrote. It is a page that is the checkout page on a site selling items (checkout.php). The page does many things and posts to itself. What it does, in terms of eyeballing the page and reading from top to bottom is this: Calls another file require: PHP Code: <?php session_start(); require("./UserSQL.inc.php"); which in turn calls another file: PHP Code: <?php require("./DbSql.inc.php"); which in turn calls another file: PHP Code: <?php include("./const.inc.php"); The original page (checkout.php) then continues and does: some database processing, then (Programming)

6
Add Expires headersview story

http://www.codingforums.com How to add expires headers for external java script files or css files. if any one know then please help me. Thanks (Programming)

6
Ask Maggie: On mobile frustrationsview story

http://news.cnet.com Ask Maggie is a weekly advice column that answers reader's questions about all things wireless and broadband related. This week: the BlackBerry Torch, Verizon frustrations, and getting the most from the Droid Eris. (General)

6
Is link spam really on the rise?view story

http://www.searchlaboratory.com Tweet It has been common practise in recent years when optimising websites to avoid using any techniques which could be remotely regarded as Black Hat. For instance, anybody hoping to gain quick, high ranking results in search engines using spammy, grey hat link building would be a venturing down a dangerous path. These types of tactics can (unfortunately for all us white hat SEO’s) work in the short term. Websites may be able to creep under Google’s radar and rank on the first page with little effort, but eventually those kinds of sites would be caught and penalised, heavily! (SEO)

6
Tool tip and Model window in JSview story

http://www.codingforums.com Hi, I am working on a project and in that I have to create: Image-map tooltip (Mouseover) + Model window (On Click) Can anyone share the tutorials or any suggestions to start with. ;) Thanks Vikrant (Programming)

6
Microsoft exec Elop named Nokia CEOview story

http://news.cnet.com Stephen Elop, the president of the Microsoft Business Division, is leaving the tech giant to become chief executive of phone maker Nokia. (General)

6
How can i set up a small business on SEO??view story

http://forums.digitalpoint.com Hi, I'm Sanjay Singh Bisht, & I want to set up my own business on internet marketing. Presently i'm working with a SEO company from last 6 months, now i'm interested in starting small scale software company, so suggest me what to do..? From where i can start the same, means projects etc.?? Thank you.. (Web Design)

6
Benefits of PPCview story

http://forums.digitalpoint.com Aside from increased visibility and the ability to pay only for users who actually view a website, PPC has several other unique benefits. Rapid results: Organic SEO practices can take some time to yield results because an improvement in ranking will not occur until after the search engine spiders crawl the website again. A PPC campaign, on the other hand, can be implemented very quickly. One the keywords have been bid on and the arrangements with the hosting site have been finalized, a PPC campaign will be instantly up and running. (Web Design)

6
Hiring a JAVA Programmerview story

http://forums.digitalpoint.com I am looking for a java programmer to create some basic applications for my home run business. there are around 4 applications in total but for now I jsut want to concentrate on one of them. Address Label Application; // I paste some addresses into a text box. The addresses will look like this with many lines seperating each one. tom hill 22 hill strees london Lo1 5LM kim hall 55 MaryLand America LL2 6KG Jon kimbo 55 little ave sheldon st1 8kh // I want the program to remove all the lines from the address except 1 of them so they look like this. Tom Hill (Programming)

6
noobSlide gallery broken during transferview story

http://www.codingforums.com Hey friends, (Programming)

6
help with jquery fadeIn please!view story

http://www.codingforums.com hi, i am trying to have the homepage of my website fade in, kind of like an intro to the site. I only want this fade in to happen on the home page when the website is initially visited, not every time the user clicks home. I am new to jquery but have had much success using plugins for effects. If anyone can help me figure out the code to create a fade in intro i would be very thankful! Richard (Programming)

6
eBay wins legal battle over Craigslist stakeview story

http://news.cnet.com Online auction giant had sued over a move by Craigslist's board that diluted its stake and kept eBay from holding a director's seat on the board. (General)

6
Need to Create Installer using NSISview story

http://forums.digitalpoint.com If you know how to create installers using NSIS or have any experience with NSIS, please contact me via Live Chat --> http://widget.meebo.com/mm.swf?BAIHJTCdNY Pay can be negotiated via chat. Willing to hire for long term projects too. Thanks! (Programming)

6
Electricity use curbed by pricing? Not exactlyview story

http://news.cnet.com A Washington D.C. pilot program reveals interesting data about the way U.S. consumers might respond to smart meters and peak usage plans. (General)

6
Cron job with sessionview story

http://www.codingforums.com I have a cron job that runs every 15 minutes... it executes this command: Code: php -q /home/tfburge1/lib/adcaas/cron.php And I've tried this just in case (same results): Code: php5 -q /home/tfburge1/lib/adcaas/cron.php (The "lib" directory is before my "public_html" directory, because I only want the server to access it.) (Programming)