Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post

15 Posted Topics

Member Avatar for seanooi

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.

0
77
Member Avatar for seanooi

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 …

Member Avatar for javaAddict
0
223
Member Avatar for seanooi

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.

Member Avatar for Taywin
0
87
Member Avatar for bufospro

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.

Member Avatar for seanooi
0
80
Member Avatar for jpdbaugh

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.

Member Avatar for gdrori
1
244
Member Avatar for walba

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.

Member Avatar for mhovidz
0
111
Member Avatar for FZR005

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 …

Member Avatar for abdullah_359
0
100
Member Avatar for bjdmb

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" …

Member Avatar for dipak_passion
0
139
Member Avatar for chowdarysmk

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: …

Member Avatar for dipak_passion
0
51
Member Avatar for bjdmb

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 …

Member Avatar for bjdmb
0
137
Member Avatar for matthewl

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.

Member Avatar for cohen
0
134
Member Avatar for smith6237

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 …

Member Avatar for seanooi
0
80
Member Avatar for Phil++

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.

Member Avatar for jbennet
0
60
Member Avatar for seanooi

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]

Member Avatar for seanooi
0
152
Member Avatar for seanooi

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 …

0
63

The End.