No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
I want to create what is called an "Exit Popup" in Jquery with the following attributes 1. The popup is triggered when the visitor moves their mouse outside of the page. 2. The popup box enters from either the left or right, outside the page. 3. When the Exit Popup … | |
Re: I agree. These are excellent statements: "with social media everything happens too quick, too live. There's no time to clearly and accurately explain or digest complex ideas" "The only interaction between users now is via the comments, which is a poor substitute for a proper forum." "Those that have broader … | |
I'm switching servers and need to change the following RewriteCond & RewriteRule commands in the .htaccess file. Right now I'm pointing domain.com to www.domain.com RewriteCond %{HTTP_HOST} ^domain.com$ RewriteRule ^(.*)$ "http\:\/\/www\.domain\.com\/$1" [R=301,L] I need to switch the commands and do the opposite where I point www.domain.com to domain.com. I would appreciate … | |
I have a PHPBB forum and just ran into a serious issue after my host switched me from a shared server to a VPS, and they can't figure out how to fix it for me. On all of my posts that contained inline attached pictures, the pictures no longer display, … | |
Re: Sure, but then explain the popularity of forums like Notebook Review, Howard Forums, forums on specific android phones etc. | |
Expecting a spike in traffic on my website. Not sure what to do. I have a website thats currently on a shared server plan. It's been working fine. In about a week, I'm expecting a spike in traffic during a specific 4-day event. I could have as many as 1000 … | |
I have a site that is running PHPBB forum software. When a moderator selects a post for approval, there is an HTML page that launches with the message "Are you sure you want to approve this post?". The page then requires the moderator to confirm the action by clicking a … | |
When using the Grep command to find a search string in a set of files, is there a way to dump the results to a text file? Also is there a switch for the Grep command that provides cleaner results for better readability, such as a line feed between each … | |
occasionally I run a backup of my phpbb forum files from the Shell command line: zip -r forum_backup ~/public_html/forum/* I'd like to add date elements to the file name, so that the zip file created is automatically formed as forum_backup_05182013.zip or something similar Thanks |