- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
15 Posted Topics
How do I authenticate a .aspx page in objective-c? I've googled and viewed countless results to no avail. I found something about NSURLCredentials but nothing helpful. Any pointers would be very much appreciated. | |
I have a problem outputting the contents of a text file. Whenever I try to display the contents of a file a "null" word is printed at the end of the output. Any help would be deeply appreciated. [code] import java.io.*; import java.lang.*; public class prog1 { public static void … | |
Does anyone know how to do the input focus fade in and fade outs that is seen at Apple's mobile me website at [url]http://www.me.com[/url]? I would love to implement it in my own login box. | |
Re: CMS stands for Content Management System. I'm not sure if it qualifies as a program, but they are free. (Those that I know of) I like to use [url=www.wordpress.org]Wordpress[/url] for almost everything I do. Or there's [url=www.joomla.org]Joomla![/url] too, but I think it's a little more complicated compared to Wordpress. | |
Re: How are you planning to replace the optical drive with a hard disk? Windows 7 will only install on NTFS, so your idea of all FAT32's won't work there. I would just install OS X on a HFS+ and then use bootcamp from there. | |
Re: After you're familiar with CSS and HTML, I would suggest you move into XHTML. I find the semantics to be cleaner. HTML and XHTML are pretty much the same except they enforce HTML rules more strictly. | |
Re: I encounter the same situation as you too sometimes, but for me it's because of my external hard disk. It goes to sleep if there's no activity on it, but when there's a need for it, I get the beach ball too while waiting for the hard disk to spin … | |
Re: I'm sorry but your code looks really messy, so I wrote a simple template that should work for what you're asking for. Left column stays left, right column stays right regardless of the content you put in. [code=html] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" … | |
Re: in my opinion, IE browsers are the worse browsers around. They have cause problems for web developers and should be taken off the face of the planet. That being said, you can create a a separate css file for IE and include this in the <head> tag of your page: … | |
Re: I'm not sure if this is how you would want it to be. [code=html] <div id="container"> <div id="main"> <div id="productimage"> <img src="images/product-home-internet.png"> </div> <div id="producttext"> <span class="orangetitlelg">Fast Home Internet</span><br \><br \> Fast Home Internet gives you more speed. This plan is ideal for online shopping, sending photos or even downloading … | |
Re: I would change the header picture and focus a little more on typography, and also probably add more content to it cause' right now it looks very plain. | |
Re: You might want to look into mid tower ATX cases. They should be good enough for average use. Most of them have around 7 or 8 expansion slots and 2 to 4 internal 3.5" bays. If you want to save a few bucks on power supply, there are cases that … | |
Re: I use xcode on my mac. There's a little bit of a difference when it comes to declaring libraries, but other than that it works fine, at least for me. | |
Is it possible to write a php function that wraps every newline inside a <pre></pre> block with a <code></code> block? An example would be something like: [code] <pre> <code>first line here</code> <code>second line here</code> <code>third line here</code> </pre> [/code] | |
Hi guys, I have no experience with jQuery or php at all besides the ones I see in Wordpress and the functions I included in my themes so forgive me if I sound stupid. I'm trying to include the .scrollTo function in my theme, and was wondering if it's possible … |
The End.