- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 4
- Posts with Upvotes
- 3
- Upvoting Members
- 4
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
Fresh out of college for programming. Trying to eliminate the "learning curve".
- PC Specs
- MacBook Pro 17" OS X Snow Leopard 10.6.4 / XP Pro 64 (Parallel) 3.06GHz Intel Core 2 Duo 8GB…
37 Posted Topics
Re: Check [URL="http://getinternetmarketingstrategies.com/2008/11/do-follow-forums/"]this [/URL]site out, but keep in mind some of these may have time requirements before you are allowed a signature link. | |
Re: [QUOTE=virendra_sharma;1401379]Hi frnds, i need script for to change the images using next and prev button .[/QUOTE] Show us what you have so far and we'll point you in the right direction. | |
Re: A freelance "home based" seo position may be best obtained by creating your own website and then optimizing it accordingly. When that site is in a good position you will hold more "weight" with potential clients and employers. Just a thought. | |
Re: [QUOTE=dennishall;1357886]Update: I have the same issue and have discovered the issue ONLY exists in IE7 and works in IE8, FF, Chrome, and Safari. Go figure ;)[/QUOTE] Had the exact same issue when setting up a navigation. Not a fan of IE in general! [QUOTE]The solution is to set the z-index … | |
Hey all, I am in the beginning stages of developing a new site for a local Chamber of Commerce, does anyone have any interactive mapping ideas? The map will includes various items like lodges, hotels, landmarks, etc. I REALLY like Mapquest's functionality but want their Vibe api, however I don't … | |
Re: [QUOTE=Anuradha Mandal;1633781]Is wordpress good for me(leaner)?[/QUOTE] If you are a beginner, I would suggest starting [URL="http://www.w3schools.com/"]here.[/URL] In Wordpress, are you looking to modify the back-end or just use the CMS functionalities on the front end? | |
Hey everyone, I have a couple of Vaadin projects deployed as portlets in Liferay and they work great, but when I add the Vaadin compiler portlet I receive an error (displays twice in each portlet) within my two deployed portlets. I have compiled using the Vaadin Widgetset Compiler portlet after … | |
Re: Can you show us anything you've started on this project? Nobody here will do your homework for you, so make an effort! School is about learning... | |
Re: I used Notepad/cmd for my one semester of Java in college, but when hired by a company I was introduced to Netbeans/Maven/Vaadin/Liferay and I wouldn't have it any other way now. Also a big fan of Notepad++ | |
Re: I also had this issue on a desktop that someone gave to me that they were throwing away (they said it couldn't be restored due to viruses and registry issues). I tried everything listed above and nothing worked, so what I ended up doing was creating a KillDisk boot disk … | |
Re: I started with EE using Vaadin UI framework, Maven, and Netbeans IDE, love it so far! | |
Re: Crunchie is right on the money, but asking which is better is like asking the infamous questions we all know and fight based on our own experiences. Ford or Chevy? Mac or PC? etc...etc....etc... Intel and AMD both have flaws so buy what you can afford and don't look back, … | |
Re: What you major in is completely up to you, but don't rule it out simply because you coding isn't your cup of tea. There are numerous avenues you can take with a computer science degree such as market research, analyst, tester, etc.. Personally, coding my own "projects" for hours on … | |
Re: I also put VERY little faith in Alexa's ranking to any of my sites, and for the exact reasons Dani outlined. | |
Re: It's always intriguing on a forum because you never truly know who you are talking to. Could be a young lad in school or could be a middle-aged housewife with a hobby of developing websites. Needless to say, I always wonder what people look like and always form my own … | |
Re: The price of shipping alone is going to run a pretty penny, and no one in their right mind is going to give a free computer and then pay for shipping on top of it. My advice - keep your eyes peeled in the computer shop where you work for … | |
Re: What you are talking about is a page jump. You need to use a specific identifier for each question. I will post an example below. [CODE] <a href="#question1">Question 1</a> [/CODE] If you have a div or a span, you should be able to assign it an id (question1 for the … | |
Does anyone have any clue what font this is?? I have been searching and found similar fonts but my client wants this exact font. Thanks!! | |
Re: It is impossible to say how much a job like this would cost because I have no idea what you are looking to get out of your website. That is the most important variable when quoting a website. Mint.com has an appealing layout and could easily be set up with … | |
Re: Have you attempted to work through the problems? If you are having troubles with a specific problem then post what you have and we'll point you in the right direction. | |
Re: CSS no, Javascript yes. Put the following in between your <head> tags: [CODE]<script> <!-- function doBlink() { var blink = document.all.tags("BLINK") for (var i=0; i<blink.length; i++) blink[i].style.visibility = blink[i].style.visibility == "" ? "hidden" : "" } function startBlink() { if (document.all) setInterval("doBlink()",1000) } window.onload = startBlink; // --> </script>[/CODE] And … | |
Re: <geek> Jeep Geek Anti-WYSIWYG Geek Useless Knowledge Geek </geek> | |
Re: [QUOTE=Sorcher;1400028]it can get messy and slow loading if you dont organize/sort them[/QUOTE] Text files are simple to use, but as Sorcher said you need to stay on top of it or it will get messy in a hurry. I would spring for the database. Check out this [URL="http://www.freehosting.com"]free hosting[/URL], they … | |
Re: I'm not sure I understand your question. What exactly aren't you able to open? | |
Hey everyone! I recently took over this website and am making some revisions, but for some reason the image won't center in the placeholder. The site is [URL="http://www.genevabeachresort.com/test.html"]here.[/URL] The CSS behind it looks like: [CODE].galleria-container { position: relative; overflow: hidden; background: #000; } .galleria-container img { -moz-user-select: none; -webkit-user-select: none; … | |
Re: [QUOTE=chinee;1397708]my links ar not working[/QUOTE] To link an image you need something like the following: [CODE] <a href="http://www.website.com" target="blank"><img src="images/image1.jpg" alt="Descriptive text" /></a> [/CODE] If they still aren't working, post your code and we'll point you in the right direction. | |
Re: [QUOTE]I'm trying to add pages of content to my site however typing all the HTML tags slows me down.[/QUOTE] Isn't your screen name dkwired.com a tutorial site for html? [QUOTE]What is a recommended program to use to convert styled text with headings bullets to HTML source format?[/QUOTE] Look into the … | |
Re: 2, 4, and 5 are blank because they are the numbered lines of code and not "steps" as you perceived. Developers often skip lines within their code because it's much easier to navigate later and adds somewhat of a structure or flow when modifying or updating. You are correct in … | |
Re: Almost positive ddanbe is being facetious...create an agent that spawns ideas when you can't think of any ideas yourself. I see the humor.. | |
Re: Not sure what type of photo gallery you are looking for but check [URL="http://www.hongkiat.com/blog/30-free-flash-photo-galleries-and-tutorials/"]this site [/URL]out. Also, not to discourage you away from Flash but I would build a jquery gallery before a Flash gallery. Flash loads very slowly and search engines don't exactly like Flash. | |
I am unsure how to describe this question, but I'll try my best. I am building a website in XHTML and have the text in a div over the background, which contains a box that I position the text in. Is there a way to get the box in the … | |
Hey everyone, been a while since I have been here but I need some advice in a bad way. Being new to PHP I am at wit's end with this one. I created a main website that displays images and info about the images. All of the images and info … | |
Re: [QUOTE=ebay1989;1343429][URL]http://www.w3schools.com/[/URL] = The Bible of web design[/QUOTE] Amen...that's where I started. | |
Re: I had a client using [URL="http://www.doteasy.com"]Doteasy[/URL] and it was free hosting that you could upload files to. The only negative part is that with a free account you have no scripting support (they don't work at all). Be careful which you go with if you are trying to stay away … | |
Re: Any application or program would suffice if you know those languages. Maybe a custom MP3 player or some type of organizational utility. | |
Re: Not sure I am understanding the question. I tested the page in Firefox, IE 8, Safari, and Chrome and the ad is on the right side in each one of them. | |
Re: If you have access to Photoshop there is a neat little tool that does all the optimizing for you. Open an image in Photoshop, click File and Save for Web and Devices. This will give you four different options of sizes and quality based on your criteria, and will dramatically … |