- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 1
60 Posted Topics
Title should be load ajax inside ajax because facebook comments load via ajax I am building an all AJAX site for a Facebook iFrame page and am having an issue. All the pages and what not load up dynamically just fine, but some pages use the Facebook commet system. After … | |
Re: Continuing the thread... [B]Organic SEO[/B] is building your site in a way that a search bot such as the Google Bot can read. This means NO flash, Valid XHTML, use of heading, strong, and emphasize tags, and breadcrumbs of course. | |
Re: Well vertices is just a pointer to a memory location and, as far as I know, doesn't have any value until assigned. Are you trying to get the length of the memory address, or how many bits a char is (8 bits)? | |
Re: I am testing right now. If it works for me you are my god! Thank you so much for this!!! I have been working for hours trying to get a pagination script working and here you are just spilling out the answer right in front of me. THANK YOU! Line … ![]() | |
I don't know where this thread fits, but since I need a new host for my PHP sites, I thought it would fit best here. So my current host seems to have like a 95% (at best) uptime, which is very bad. I want a host with at least a … | |
Re: Website Design encompasses both artistic and technical skills. It takes time to master all aspects of website design, but if you just want to start, there are many tutorials available online. Most tutorials your will find online though are not very helpful. Design is primarily a form of art, so … | |
Re: Every language that interacts with the user directly will involve knowledge of HTML. CSS is the artistic part that takes time to master. A little PHP knowledge will go a long way, but PHP is back end development, not necessarily website design. JavaScript, especially jQuery are easy to learn. Beause … | |
Re: There are multiple methods available for centering DIVs, but you are limited if you do not want to create any additional DIVs. A great article at http://blog.themeforest.net/tutorials/vertical-centering-with-css/ explains multiple methods for centering text within a DIV. | |
Re: The `if ($stmnt1 = $dbc -> prepare("INSERT INTO DEV_property_trades VALUES (?,?,?,?,?) "))` is using only 1 `=` sign which is setting a variable. If you are trying to see if `$stmnt1` is equal to the stuff after it, you would use doule equal signs like `==`. joshmac may have the … | |
Re: rouse, there are at least 5 different menus located on the web page you have linked, please be specific on whcih menu you are referring to. | |
Re: URL Variables are essentially GET variables. I myself am no expert in programming, bu I know how to explain how to access the data inside a URL simply. If you have the url http://example.com/index.php?id=3&action=edit you can, inside your PHP code, access those url variables by simply calling `$_GET['id']` and `$_GET['action']`. … | |
Re: The proper way of centering you content on a page is as follows: body { text-align:center; } #container { width:1024px; text-align:left; margin:0 auto; } To make the windows shrink when the browser width is below 1024 pixels, 2 CSS3 Methods become available to you: Media Quesries and max and min … | |
Re: You are looking for an inventory control system. Some examples are listed below: * http://sourceforge.net/projects/phpmyinventory/ * http://sourceforge.net/projects/winventory/ * http://sourceforge.net/projects/pcinventory/ * http://phpbms.org/ I would also like to mention that many ecommerce systems like Magento offer great inventory control. | |
Re: By being Google Friendly, you need to do what is known as Search Engine Optimization, or SEO. You can find many guides online on how to best optimize a website, but before you can write Search Optimized content, you need a Search Optimized template. This will require you to know … | |
Re: If you want to get really simple, there are simple solutions that will do this for you. Solutions like [url]http://www.htmlcommentbox.com/[/url]. That doesn't require any coding and is not very flexible, but if you don't want to learn a programming language, that should do well. | |
So, for the past couple years, I've been using systems like WordPress and now Drupal to construct client websites. Most of the development has been front-end with themes and simple widgets (or blocks in Drupal). Don't get me wrong, I love using those systems, but now I want to move … ![]() | |
Re: You're probably going to want something along the lines of this. The :before and :after selectors may not work in all browsers and I believe it's CSS3. The code below has not been tested, but I don't see why it shouldn't work. [CODE]<html> <head> <style type="text/css"> #menu { list-style:none; margin:0; … | |
Alright, for some odd reason, the below syntax is incorrect. I have successfully connected to the database on previous lines, now i'm trying to create a table. The error I get is: [QUOTE]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version … | |
Re: The Template system looks similar to that of Joomla!, but many scripts have copied their template system, so I can't be sure. | |
Re: In response to OP: I sure hope that's not the only code you have in your login script. You must sanitize ALL user submitted data before sending it to a database or you risk intrusions :) As for clientside validation, there are plenty (I mean plenty) of readymade javascript form … | |
Re: It all depends on what type of plugin you're looking for. Anything specific? I may be able to help you find something. | |
Re: You're asking if there is an open source solution to an enterprise script that corporations pay thousands to get a perpetual inventory system? Have you looked into [URL="http://www.google.com/merchants"]Google Merchant[/URL] and [URL="http://www.opencart.com/"]Open Cart[/URL]? Using both together (they have a $45 OpenCart plugin that integrates with GMerchant) may achieve the results you … | |
Re: I'm not sure I completely understand your needs. Have you tried connecting your website to the Facebook Open Graph API to allow the to register? Part of their API is detecting whether or not a user has liked specific content or not. Twitter has similar features. But unless you expand … | |
Re: I spent time just for you to write all this. I hope it works, please reply back with your results. [LIST=1] [*]Obtain FTP (File Transfer Protocol) Credentials from your web host [*]Download a FTP Client such as FileZilla [*]Connect using the credentials your web host gave you [*]Open a text … | |
Re: Could you please elaborate on "hidden files in cPanel"? Are you in the File Manager and some files are hidden? Are some sections or categories hidden inside cPanel? | |
Re: I would strongly recommend that you download [URL="http://filezilla-project.org/"]FileZilla [/URL]to your computer, login with the FTP credentials they gave you, and download the files to your PC for editing. Use something like [URL="http://www.pnotepad.org/"]Programmers Notepad[/URL] for easier editing. But for the sake of the topic, here's how you do it. [LIST=1] [*]Enter … | |
Re: I believe [url]http://wordpress.org/extend/plugins/events-calendar/[/url] is what you may be looking for. There is no perfect solution out there, but I'm sure you can modify the code to fit your needs. | |
So I am at the fork in the road. Do I use a ready made script like Drupal or WordPress, or build my own system. I have a client in need of a website to store object information (we will call it an object). All the conceivable specifications and then … | |
Alright, so I have been o this for quite sometime. I am building a Facebook application with Wordpress and have a question. I have the app integrated into my fanpage and that works fine. The only problem is, whenever a user clicks a page inside the iFrame, it should be … | |
Re: I too oppose a national identity. It seems to be an easier way for someone to steal your identity. It would be the most beneficial to marketers now that they know EXACTLY who the heck you are and where you go everywhere on the internet (like Google does ;P). Also, … | |
I don't just mean demographics like what Facebook Insights offer, I mean that if a user visits your business page, you can be notified of [B]their full name and email[/B]. Is it possible to obtain such information by just visiting a page? I am not paranoid, I was just hearing … | |
Re: Also, write to your audience. Most people on the internet have problems with words more than 3 syllables, and a vocabulary above that of an eighth grader. I'm sorry but it's true. Most internet users are, well, uneducated. Now if you're writing to a scientific journal, then you better not … | |
Re: Google Plus One is also great for websites and webmasters because the more plus ones on a page, the higher that page may appear in a Google result (probably). I don't know that for 100% fact, but it seems that since they are next to every result on Google now, … | |
Alright, so I'm getting the hang of this whole Facebook apps and fan pages. Now I am on to my next feat, being able to edit apps inside Fan pages. For example, the Static FBML App allows you to edit the apps content. Since the apps I create for clients … | |
Re: How about developing a Content Management System (CMS)? Build a Framework CMS (like mentioned above) from scratch so you know EXACTLY how it works and you can expand it from there. A lot of website developing companies (the good ones) usually have their own proprietary CMS for all their clients. … ![]() | |
This question seems to always have 2 sides to it. If I make a [COLOR="Red"]register.php[/COLOR] with the registration form, should I have it submit to [COLOR="green"]processreg.php[/COLOR] or should it just process all on the same page? Same thing for login. I have read that it may e more secure to … | |
Alright, So I am making a website that will have groups of pages, on those pages it will have the ability for a user to paste a Facebook page URL. How would I go about using their API to retrieve that pages news feed? It baffles me that Facebook expects … | |
Alright, so I am embarking on a fairly large project that is complete with user profiles. My question is, what's the fastest, most efficient way to store user meta like books, movies, etc. I was planning: metaid | userid | firstname | lastname | movies | books | biography | … | |
Alright, so I am creating a website for an upcoming band and they want a website. I was planning on using Wordpress, but ran into problems when trying to display a list of songs. What is the best way to have a page list songs in Wordpress? Do you recommend … | |
So I am wondering if it is possible to use 1 Solid State Drive for just the Windows Operating System and another 7200 RPM hard drive for programs like Microsoft Office, Steam, or even Firefox. Basically any application and document. Like make the 7200RPM hard drive the "Program Files" while … | |
Alright, I'm back for another educated post (got the newsletter btw :(). So I am trying to [COLOR="Red"][B]use AJAX to remove a joke from a list of jokes[/B][/COLOR] inside the administration panel. I know basically nothing about AJX, but I am a quick learner. I know that if I press … | |
Hello fellow Daniwebbers, I have a question about choosing a CMS. I know what you're think "OMG another 'what cms' thread". Hold yer ponies because I want to be very clear and precise. Having worked with multiple CMSs over the years, I have acquired a knowledge of which CMSs are … | |
So I am making a Drupal website and was wondering what would be the best way of auto-adding images in front of certain phrases. like if someone types "press start" it will automatically add an image in front, like the Microsoft tutorials. No, I am not making a site for … | |
Re: have you tried this, just a suggestion [CODE]if($answer === null) {[/CODE] Probably will do the same thing, but if your checking if it's null, you should specify it in the if statement. | |
Re: Have any of you tried [url]http://www.phpfreechat.net/[/url] ? It's some pretty advanced stuff, the source code is at GitHub here: [url]https://github.com/kerphi/phpfreechat[/url] | |
Re: To insert the javascript on the link, do an onclick event. [CODE]<a href="http://www.java2s.com" onClick='window.open('new-window.php','mywindow','width=550,height=420')'>www.java2s.com</a>[/CODE] More information regarding the topic at: [url]http://www.java2s.com/Tutorial/JavaScript/0420__HTML-Tags/LinkonClick.htm[/url] | |
Re: A snippet of your mail code would be great! maybe you're not entering in all the info correctly. | |
Re: I do the same thing on my site. Basically I add a column to each row (in your case jobs) called views. I also create another table which is called views, which tracks the views for the last 24hrs, then a cron job runs and wipes the table. This will … | |
Re: [CODE]$_POST[mail][/CODE] should be [CODE]$_POST['mail'][/CODE] the single quotes. Your form though is not effective. Here is a simple function that checks if the entire email has been formatted correctly. [CODE]function ValidEmail($email) {//checks if the email is in a valid foramat return preg_match("/^([\w\!\#$\%\&'\*\+\-\/\=\?\^\`{\|\}\~]+\.)*[\w\!\#$\%\&'\*\+\-\/\=\?\^\`{\|\}\~]+@((((([a-z0-9]{1}[a-z0-9\-]{0,62}[a-z0-9]{1})|[a-z])\.)+[a-z]{2,6})|(\d{1,3}\.){3}\d{1,3}(\:\d{1,5})?)$/i",trim($email)); }[/CODE] basically put the function in a separate file … | |
Alright, another post. This one seems to be the most complex thing I have ever tried. So, I am making a site where a user can post jokes and vote on them. They can only vote up, so a digg like system. I want the users to be able to … |
The End.