1,244 Topics
| |
I'm trying to write a simple linked list program. The header files are compiling successfully, but when I try to compile my driver program to test the program, I'm getting an error. Here's my driver program: #include <iostream> #include "Node.h" #include "List.h" using namespace std; template <typename T> void fill(List … | |
Hi Friends, I am trying to limit the number of pages to display on my code. Can someone please help? I am trying to get something like http://stackoverflow.com/questions/8361808/limit-pagination-page-number $Num_Rows = mysql_num_rows($objQuery); $Per_Page = 15; // Per Page $Page = $_GET["Page"]; if(!$_GET["Page"]) { $Page=1; } $Prev_Page = $Page-1; $Next_Page = $Page+1; … | |
I'm new to PHP, and trying to create a paginated layout. Could someone walk me through the easiest way to do so? | |
i what to make a web game but i don't know were to start :?: | |
Hi all. Maybe someone can help me here. I have a pagination document in php to paginate a large mysql table. This pagination document (by Jatinder Singh Thind, www.phpsense.com) "includes_once" another pagination document that has functions to handle the page links. The functions return a link. I'm trying to get … | |
I coded an html email, and just tested in Gmail. Everything shows up fine besides for a background image. I put the background image on my wrapper table, like this: [CODE]<table cellpadding="0" cellspacing="0" border="4px solid grey" align="left" background="http://www.totalrecallsolutions.com/corporate/email templates/images/appt_reminder_one_bg.jpg">[/CODE] And still, there is no image showing up in Gmail. I … | |
which web developing software is better? or do you prefer writing your html code by yourself? | |
Greetings, While digging around for tutorials, I found this site: [url]http://www.help3d.com[/url] has a lot of tutorials you should see best wishes | |
Hey there, I need some help with how to achieve certain design in my web. The problem is that I dont knwo exactly the name of what I need nor the code. But I know how to explain it. Imagine this, u got 4 different pages and u place a … | |
Hello everyone, I am working on a software project that when completed I will need a website to put it on. However, I suck at web design. So I am looking for a free web design program where I can just drag and drop to create my website. What are … | |
Hi, I'm writing a database for a computer shop and need some examples to look at. (It's not for a real shop, just a little project of mine) Where Can I find some templates for Access Database templates for a business like this? | |
Hi everyone, Wondering if anyone could help with a minor problem... I have a class that contains a std::map that stores pointers to various objects as a void pointer and a name for the object, so within the class I have a template function where the object type is passed, … | |
Hello everybody, I am trying to teach my stl and after writing some basic programs I have hit a road block. I have an iterator which I am trying to pass to a function template Here is my function template template <class T> void display(typename vector<T>::iterator start, typename vector<T>::iterator end){ … | |
Slowly but surely, I'm making changes to our editor to get it up to speed with other editors out there. Firstly, I made the font size for the live preview larger at I forget who's recommendation (sorry!). You can click on it to hide the preview so it doesn't get … | |
Hi friends, I have a site, where I want to limit the number of pages being viewed. example: 1 | 2 | 3 | 4 | 5 | 5 | 7 | 8 | 9 | 10 | 11 want to reduce this to: 1 | 2 | 3 | … | |
Hi, I have tried to use pagination for my website that I'm creating, when I click on next page or last page it gives me this problem: **You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to … | |
Hi there I am trying to center my website template to the middle of the page...currently at the left. Cant find which part of the CSS files it goes with...can anyone help? http://home.comcast.net/~waynetorrance/roomies/index.html | |
Hi, I am wondering if anyone can give me advice on how to make this site more user-friendly. I got complaints that it's hard to navigate and use. The url is [URL="http://www.roam4less.com"]http://www.roam4less.com[/URL] If anyone has any suggestions on how this site can be more user-friendly, I'd appreicate it immensly! Thanks. | |
I'm making somebody a website, and it needs to be manageable by the owner. She needs profile pages for each employee, and then a schedule which will list the employees who work on whichever days, and their names need to link to their pages... you know... and the employees frontpage … | |
I am having a hard time getting the sections of my page to all stay together. I keep banging my head against the wall on this - so any help is appreciated. My header Div works good, but the 2 columns I want to be below the div run off … | |
We are delighted to unveil our all new Mac App "Appinator"..... App Store URL; [URL="http://itunes.apple.com/us/app/appinator/id492515875?mt=12"]http://itunes.apple.com/us/app/appinator/id492515875?mt=12[/URL] Appinator gives you the simplest, most intuitive way to change your icons, change your wallpaper and to create your own icons and wallpaper from your own great images in one click! To get you started … | |
Which is the best CMS for you? WordPress,Joomla or Drupal? and Why? | |
[B]I'm trying to paginate my search results. The first page comes up just fine, but when I click to go to the next page, this happens:[/B] Notice: Undefined index: d1 in D:\Website Design Environment\EasyPHP-5.3.8.1\www\jquery_ui\process.php on line 2 Notice: Undefined index: d2 in D:\Website Design Environment\EasyPHP-5.3.8.1\www\jquery_ui\process.php on line 3 Notice: Undefined … | |
i m new to coding a style sheet by hand.i did a website with positioning all the elements by adjusting their margins,some settles in the desired place automatically.now , i use absolute positioning, but for this i need to arrange each and every element . i do not know what … | |
Hello, I have a problem with a header I'm trying to make. In Main.cpp, I have this function to store the combinations of the elements of vector S: [CODE=c++]template <class T> vector<vector<T> > combinations(vector<T> S, ll k) { vector<vector<ll> > combs = ncombinations(S.size(), k); vector<vector<T> > setcomb(combs.size(), vector<T>()); for(unsigned int … | |
Hi, I have a problem to setup the localhost. attached here is the error msg wen i try to run my localhost. do u hv any idea how to solve it? i download my company website from the remote server which is developed using joomla template.then i installl wamp server. … | |
Hello Everyone, I'm new in Internet Marketing.I want to design Google Friendly site for my business.Give me some important tips to how can I make a informative site? | |
Hello fellow colleges.. I have a unique problem.. a friend of mine created a website for me.. The problem is that he had organized everything in good manner.. ie) folder for images, js, css.. etc. I tried to upload it onto the server but its showing me the root folder … | |
Hey I am developing a responsive web site and one of the requirements is to have elements that are only 'clickable' on mobile devices, especially iPhones and iPads (not on PC browsers). Say for example, displaying phone numbers which can only be clicked on an iPad or iPhone ... not … | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <!-- "Simple&Sexy" THEMED BY ITSCHERRYDOLL Do not remove the credit please, thank you :) Enjoy the theme! xo --!> <!-- DEFAULT VARIABLES --> <meta name="image:Sidebar" content=""/> <meta name="image:Background" content=""/> <meta name="color:background" content="#FFFFFF" /> <meta name="color:entry" content="#FFFFFF" /> … |
The End.