Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~4K People Reached
About Me

The hippest nerd on the scene. Catch me hangin' at the club blowin' the horn. Hear me trackin' in the studio (go buy a record!) Then I go home and trip out on my glowing box picking at code. It's a wild life that may allow one to do whatever one finds…

Interests
I'm into tech.I was learning Ruby on Rails but went back to PHP. I found that most of my clients don't…
PC Specs
CURRENT:4 GHz Intel Core i7 Mac Pro, 16GB RAM, OSX 10.10.4
Favorite Tags
Member Avatar for bigtalk

Hello, I am trying to remove the www. at the beginning of our domain name via .htaccess. I'm doing it like this: [code]RewriteCond %{HTTP_HOST} ^www\.domain\.com$ [NC] RewriteRule ^(.*)$ http://domain.com/$1 [R,NC][/code] It seems to word wonderfully. I would like to retain the www. when someone accesses the site securely with https. …

Member Avatar for bigtalk
0
331
Member Avatar for keencoder365

my webpage is using frames. whenever it detects user closing the windows or log out, it will display a pop up 'thank you message' prompt. the page also has timeout mechanism which will inform user that time elapsed and will redirect page to login page. the problem is that is …

Member Avatar for bigtalk
0
157
Member Avatar for bigtalk

I have a 20 gig drive in a firewire enclosure. It works. I bought a new 80 gig drive to replace the 20. I put it in the enclosure. OS X 3.4 Server told me that I needed to initialize the new disk. Disk Utility opens up. It sees the …

Member Avatar for bigtalk
0
407
Member Avatar for darren2005

Hi, I am having issues with the following code: var seachHttp = function () { var cssSheets = document.styleSheets, // Loaded CSS Sheets i =0, il = cssSheets.length, // Counter and limit for sheets j, jl, rules, rule, // Counter and vars for Rules inside a Sheet stylesToSearch = [ …

Member Avatar for bigtalk
0
423
Member Avatar for phoenix254

Hi I am new in php programming and learning this i have found a small problem.I am trying to creating a file called lib.php, where i add all my files jquery lib downloaded in /js and css files.My directory look like this: ** -practise + /css + /js + /images …

Member Avatar for bigtalk
0
659
Member Avatar for vampz

hi i just wanted to code a site like BBC just for practice while doing this i got an error in `li` item of a `ul` i don't know the problem but when i give it a `border-right` the border take more height then the original menu, i'm pasting my …

Member Avatar for bigtalk
0
225
Member Avatar for Lapixx

Hi, I'm using a simple .htaccess file to use a custom 404 error page: ErrorDocument 404 /errors/404.php Inside this 'errors' folder, there is the 404.php file, and an image, which I want to include in the 404 page. Anyway, when I request a non-existing page from the root folder, everything …

Member Avatar for bigtalk
0
258
Member Avatar for bigtalk

I found this great piece of code for validating URL's. I've been trying to get it to work with preg_match() since eregi() is deprecated with with PHP 5.3: [code=php]// SCHEME $urlregex = "^(https?|ftp)://"; // USER AND PASS (optional) $urlregex .= "([a-z0-9+!*(),;?&=$_.-]+(:[a-z0-9+!*(),;?&=$_.-]+)?@)?"; // HOSTNAME OR IP $urlregex .= "[a-z0-9+$_-]+(.[a-z0-9+$_-]+)*"; // http://x …

Member Avatar for bigtalk
0
164
Member Avatar for teomurgi

Hi all, I'm looking for a good gui for svn that is free. Thank you

Member Avatar for bigtalk
0
92
Member Avatar for bigtalk

I mostly work with PHP. I am not really a JavaScript guy at all, but in this day and age we all end up working with it a bit. I'm trying to do something that seems like it should be fairly simple. Unfortunately, I am not having any success getting …

Member Avatar for Airshow
0
205
Member Avatar for bigtalk

I've hit a bit of a block and need some help. I have already set up my httpd.conf file to enable Virtual Hosts. I also set up httpd-vhosts.conf with a bunch of vitual hosts. I've been using them and they work fine (this is on my dev machine, not a …

Member Avatar for bigtalk
0
269
Member Avatar for shnippy

Hello, I have been scouring the web trying to find as much information on mod_rewrite as I can, but the solutions I have found do not suit my need. I have a website that has been up for almost 3 years, and I am having a hard time getting pages …

Member Avatar for bigtalk
0
142
Member Avatar for chanderk

Hi All, I am very new to the web-server world with a decent level of understanding in www and little knowledge on Unix. I have a laptop 1.5GHz, pentium core 2 duo, with Ubuntu installed in it. I have a DSL connection and I dont have a domain name. I …

Member Avatar for bigtalk
0
134
Member Avatar for bigtalk

Hello, I'm a noob with PHP and unversed in Javascript, but I need to implement some Ajax in a page I'm building. I'm using the Scriptaculous libraries. Here's the problem I'm having: I have four different links in the menubar. When I click on the first link, it makes a …

Member Avatar for bigtalk
0
144