- Strength to Increase Rep
- +5
- Strength to Decrease Rep
- -1
- Upvotes Received
- 5
- Posts with Upvotes
- 5
- Upvoting Members
- 5
- Downvotes Received
- 4
- Posts with Downvotes
- 4
- Downvoting Members
- 2
I like movies, video games, programming and creating awesome designs. I aspire to learn as much as I can without proper schooling for web and graphic design.
76 Posted Topics
Hey guys, I have a quick question. I normally only do Front-End but I have just started working more with PHP. So I have a question regarding conditionals. Here is my code: //I actually get this from when a user posts, this is for demo $videoURL = "http://www.youtube.com/watch?v=-XjwL9kCmgc"; $parsedURL = … | |
First off, hey everyone just want to let you know I am still very novice when it comes to PHP. Ok so first I will tell you what I am using: I have created a donation form in php that is integrated with authorize.net. I have a processpayment.php that will … | |
Re: Here is a link to show you how to do this, it is three easy steps: [url]http://www.justin-cook.com/wp/2006/11/29/determine-a-visitors-location-by-their-ip-address/[/url] | |
Re: Post the code so that I can look over what you have. There are a couple ways to do it. Thanks | |
Hey Guys, I haven't touched PHP in awhile so I am kinda rusty. I made a validation method within my new request invite class and need some help. I took out all the other code that works so we can focus on checking if email exists. I am trying to … | |
Hey guys, I am new to JS/Ajax and would love some help if possible. I am not sure how to POST my form using Ajax rather than using the action="http://example/api/register_user.php" on the form to post form fields then display the response from the URL. If I post the from using … | |
Hey Guys, I have an "events" table in my DB and a "default_events" table also. Every day I display one event. I check to see if any rows in the "events" table match todays date and then display that event, if no events match by date, I check the "default_events" … | |
Hey Guys, I have a quick question for you. I display a new event every day that allows users to attend that event. The event id and user id are added to an event participants table. I have 3 tables in my DB: "userinfo" which holds stuff like id, Name, … | |
Hey Guys, I need some assistance if possible. I am using MySQL & PHP, I have an "events" table with a row field called "Users_Attending" and can't seem to figure out the best way to add multiple users to an event rows "Users_Attending" field. I want to store user emails … | |
Hey guys, I just need a bit of help figuring out what the best way to go about the following using PHP/MySQL: It's basically a registration component So I have a button, let's call it "add_to_list" and I need this button to control a couple of things. When a user … | |
Hey guys, What would be the easiest way to retrieve Google Analytics Monthly Visitors & Pageviews? I just want to display them in text for my website like: Visitors this Month: 1,222 Pageviews this Month: 3,433 If you have example code or a link to a tutorial that would be … | |
Hey guys, quick question. I am new to Jquery and just need a bit of assistance. I want to create an image gallery with one div holding all of my thumbnails (.thumbs) and the second div (which would be to the right of the thumbnails) would be an enlarged image … | |
Hey Guys, I have downloaded the [url]http://www.swis.nl/ga/[/url] google analytics class and it is working just fine. It shows a graph of things like pageviews and visitors in a graph per day. What I want is just a solid number like: Visitors Last 30 days: 1,2043 | Visitors This Month: 1,434 … | |
Hey guys, I understand how to setup the cron job to run once a day. Now I am having trouble putting together a function to do the following: I need to delete all content (rows) automatically where the "expire_date" field is equal to or greater than todays date. Keep in … | |
Hey Guys, I know there has to be a way to automatically delete a row in a MySQL table on a specified date. I am just brain dead today :icon_confused: Let's just say I have CMS that I input posts and want one of the fields in the table to … | |
Hey Guys, I am trying to improve my PHP/MySQL skills and need to find a good dvd or cd-rom. I feel that I learn best from video tutorials, I watch the youtube videos but want to buy a couple good dvds with real world techniques. Let me know if you … | |
Hey guys, I have a bit of a problem with implementing an ajax based contact form. I am sure I forgot something...does this almost look right? What do you think the problem is, the form still submits but the page refreshes instead of just sliding the form up and fading … | |
Hey Guys, I am having a couple issues with a website when I view it in Internet Explorer. It works fine in Firefox, Google Chrome and probably most other browsers, but has issues with the navigational drop down and for some reason the footer is only partially coming up (cut … | |
Hey Guys, I am having a couple issues with a website when I view it in Internet Explorer. It works fine in Firefox, Google Chrome and probably most other browsers, but has issues with the navigational drop down and footer in Internet Explorer. So basically the JavaScript based drop down … | |
Re: Hey canadian_sars, I am also a newbie and sometimes feel like any syntax highlighter helps. My favorite free tools that I use all the time are; Firebug - (a Firefox developers tool) which is good for debugging, Intype - a light weight text editor, IETester - View websites in all … | |
Hey Guys, I am having an issue with my custom field for my download button within post loop. It is supposed go to an external link, but when I enter the "[B]download_url[/B]" value it ends up linking to "[B][I][url]www.mysite.com/blog/http://www.downloadurl.com[/url][/I][/B]" instead of "[B][I][url]http://www.downloadurl.com[/url][/I][/B]". So basically it is adding my blog url … | |
Re: I believe the name for that type of popup is a Modal Box. I would suggest checking out this tutorial: [url]http://www.sohtanaka.com/web-design/inline-modal-window-w-css-and-jquery/[/url] Best Wishes, Drew Parker | |
Hey guys, I am new to Wordpress and am having a slight issue. I have a "featured" posts section at the top of my index page that shows 3 recent posts from the featured category. Everything shows up fine except the post image. So I see the "post_summary" and the … | |
Hey Guys, I have a thin image that I would like to repeat-x for my footer. So far I have had no luck....not sure what the problem is. I am using wordpress so the footer is in a "footer.php". I am using the wordpress get footer to retrieve the footer, … | |
Hey Guys, I am having issues in ie7 and I am not sure why. I have attached two screenshots, one in ie7 (messed up) and one in ie8 (working). My images aren't floating properly next to my text in ie7....I have even created two classes "alignleft" and "alignright" which utilize … | |
Re: Hey Levsha, I would recommend joining some social networks like reddit, digg, facebook and add a link within your signature on your daniweb account. Every time you post your link will be below your comments or thread posts. See mine below it, that is a link to my blog : … | |
Hey Guys, I know this is a known issue but I have had no luck with finding a fix for the issue I am getting with IE8. I get a nasty black border around my png that I am using the Jquery fade function. Does anyone have any useful hacks/tricks … | |
Hey Guys, For some reason my light box is not working within my "tab content" for my jquery based tabs? Is there a reason why it is not working? It shows the link and when you click it brings the photo up in a new window? Do I have to … | |
Hey Guys, I have an image that has two images in one to create my sprite. I have a lighter version of the image on top and a darker version on bottom for the .hover state. I want the hover state (which works right now) to also be the "Current" … | |
Hey Everyone, First off thank you for taking the time to help out. Here's my issue, I am using javascript to use a fade effect on my css sprite menu. I am also using the Jquery Tab function to bring up my content. So basically this is how it works. … | |
Does anyone know an easier way to space down that will work for both IE and Firefox and display the same. I am using: [CODE]<br></br>[/CODE] It spaces so much more in IE rather than Firefox. Have any ideas? Thank you : ) - Drew ![]() | |
Hey Guys, Thought I solved the small issue I am having with my nav bar. I made a sprite image and I am using css to position the buttons. One of the buttons (autos) is not positioned in the right spot. It needs to be next to the other buttons. … | |
Re: I have a plugin on my wordpress "AddtoAny" which allows me to add my posts to all of my social networks pretty easy. My users can do the same, this is pretty standard on blogs now. I usually submit each article to about 7 social networks per day : ) | |
Hey Guys, I was wondering what was the best way to make a content slider like mint.com. When you hover over the buttons with the grass behind them they change the content. Well I want to do the same, except onclick. If anyone knows of any good tutorials, or has … | |
Re: Great Job Urtrivedi! This is good to know :) | |
Re: That is not accurate at all, if you are looking for a free web application that estimates your page rank go here stimator.com This is by far the best one I have used, it even evaluates the price of your website! I put my website on there ( SNIP ) … | |
Hey Guys, New to SEO/SMM and would like to see if anyone has any tips or tricks that will help me drive traffic to my blog? What do you do that has been working? Any help would be appreciated : ) | |
Hey Guys, Before I start working on this I figured I would see if any of you knew the best place for information on building a Digg style function. I am not talking about the Digg button, I am talking about the "Submit a New Link" function that diggs through … | |
Hey Everyone, I have a blog that has three content/picture boxes on each page at the top. Below these boxes is the actual text content. Well what I want to do is create a script that will scroll smoothly down just right after those three boxes. This may sound confusing … | |
Re: Here is the Javascript: [CODE] <script> function EvalSound(soundobj) { var thissound=document.getElementById(soundobj); thissound.Play(); } </script> [/code] [CODE]<embed src="boom.wav" autostart=false width=0 height=0 id="boom" enablejavascript="true">[/CODE] And here is the HTML: [CODE]<input type="button" value="Play Sound" onClick="EvalSound('boom')"> [/CODE] Try this out, hopefully this helps! If so don't forget to close the thread : ) | |
Re: IE7 sometimes fails to handle large amounts of javascript properly. Try to condense your Javascript and lower the amount of HTTP requests if possible. To condense your Javascript visit this website: [url]http://www.brainjar.com/js/crunch/demo.html[/url] If this doesn't work, I am unsure of what else could be causing this. Either way, hope your … | |
Re: Hmm...not too sure on this one. Make sure your drivers are installed properly. Go here to download the drivers [url]http://support.dell.com/support/downloads/driverslist.aspx?c=us&l=en&s=gen&os=WLH&osl=en&catid=&impid=&SystemID=LAT_PNT_PM_D610[/url] Don't worry, that is Dell's website and drivers are free : ) | |
Re: Hey bhagu, Go to [url]http://new.myfonts.com/WhatTheFont/[/url] and submit a picture (screenshot) of this font on that website and they will tell you the font name. If they can't you can submit it on their forum and their font enthusiasts will lend a hand. Hope this helps! - Drew Parker | |
Re: Try a reboot, also checck your router if you have one. Unplug your router for about 30 seconds to complete a power cycle then plug it back in. Then go into your wireless network settings and connect to your network. Hopefully this helps : ) | |
Hey Everyone, This is probably going to be easy to solve, well at least I hope. I am having problems positioning my main navigational bar. It is supposed to be right on top of the banner div(the banner is the thing that says "Submit a new article", I know it's … | |
Re: If you do not have much knowledge in building a cms (content management system) it can be overwhelming at first. Well, I am still new to this but I am getting better as I go. Anyways there is an option if you want a pre-built cms that you will only … | |
Hey Guys, I need to send an HTML email with the last 4 digits of the credit card. Everything else sends fine but must be an error in my code, probably didn't do it right can someone correct me please : ) [CODE]XXXX-XXXX-XXXX-".substr{$_REQUEST['cc_number'] , -4, 4}[/CODE] * Yeah I know, … | |
Thought this code would work, it is not sending me an email upon approval. What can the problem be, I tried making changes suggested but it did not work: [CODE] if($response->IsApproved()) { $to = '[email protected]'; $subject = 'New Donation'; $headers .= "MIME-Version: 1.0\r\n"; $headers .= "Content-Type: text/html; charset=ISO-8859-1\r\n"; $headers = … | |
Not sure what I am doing wrong. I have an HTML email I want to automatically be sent out on approval of a payment. It is not working so can someone please look over my code and if you have any input that would be great! Thank you! [CODE] if($response->IsApproved()) … |
The End.