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.

0 Endorsements
Ranked #3K
~4K People Reached
Favorite Tags
Member Avatar for jrock2004

So the localization file I am getting is an xliff file. I am trying to find a tutorial or a starter to help me call in a key and return its value. I have seen some tools but not what I am looking for. Any help will be appreciated. Thanks.

0
71
Member Avatar for jrock2004

I have several different computers that I work on the same code. So on my server I have the master git repo. I have noticed that some code when I push then try to pull and or fetch on other computer it does not pull some of it down. Not …

Member Avatar for L7Sqr
0
258
Member Avatar for jrock2004

Ok so let me explain what I am looking for. I have one repo where the new code is being written that lives on one repository. On another repository I have pulled a snapshot of their code and edited to work in a certain environment. In a couple of weeks …

Member Avatar for jrock2004
0
119
Member Avatar for jrock2004

Of so if I use this in a template on the index page I get what I want. If this code lives on a page.php page it shows me the recent pages created. [CODE] <?php $i = 1; while (have_posts() && $i < 6) : the_post(); ?> <li><a href="<?php the_permalink(); …

Member Avatar for Kraai
0
89
Member Avatar for jrock2004

I am assuming I will use the date function but I want to get the day that is the 3rd wednesday of the month. My site has dates for meetings and they are always the 3rd wed of the month. I like to show the next 3 meeting dates. Could …

Member Avatar for rch1231
0
55
Member Avatar for jrock2004

Ok so I am writing a PHP script that will gather some information into a file and the push it up via SVN. I am running into a problem with pushing it up via SVN. [CODE=php] shell_exec("svn commit -m $message store-webapp-test-selenium-$storeCode --password $svnPassword"); [/CODE] I have even tried it like …

Member Avatar for digital-ether
0
137
Member Avatar for nicnac23

Hi please help, I have a simple web form and when the submit button is pressed I would like the form to post to two locations. One location is local and the other is external. Hope you can help. Thanks

Member Avatar for JenniC
0
1K
Member Avatar for jrock2004

Ok so I am trying to setup on my site to have 6 of my recent tweets. I am trying to use the .getJSON method and it is just not working. [CODE] $.getJSON("http://api.twitter.com/1/statuses/user_timeline/jrock2004.json", function(data) { $.each(data, function(){ $('<div></div>') .hide() .append('<span>' + this.text + '</span>') .appendTo('#tweets') .fadeIn(); }); }); [/CODE] Any …

Member Avatar for JJenZz
0
98
Member Avatar for niths

hi all, i need to display the images that are saved in the back end. so can any one help me please....[CODE]$sql="select * from images"; mysql_error(); $result=mysql_query($sql);[/CODE] after this wat should be done to display the result obtained images.

Member Avatar for vibhaJ
0
88
Member Avatar for mariko

I have text that is repeated on multiple pages. Is it possible have the text in the external css page so I only have to change it one time?

Member Avatar for mariko
0
138
Member Avatar for meo_spt

im testing a sendmail function in PHP. The first, i used mail() function, this is my code: [CODE] <?php $to="meo.spt@gmail.com"; $subject="This is test mail"; $message="Hello, this is test mail from Viet May Cor. \n Best regards!"; $from="meo_spt@yahoo.com"; $headers="From: $from"; mail($to,$subject,$message,$headers); ?> [/CODE] and i got an error: [COLOR="Green"]"Warning: mail() [function.mail]: …

Member Avatar for meo_spt
0
770
Member Avatar for jrock2004

Ok I have a page that has a list of teachers on it that has their email address. What I want to do is when the teacher's email link is clicked a lightbox type form comes up. So would it best to code what my form is in a separate …

Member Avatar for jrock2004
0
115
Member Avatar for _mike_

Hi, I am having issues attaching the following if statements in the head of my page to show the correct CSS for older versions of IE. I am using : <!--[if lte IE 6]> <link rel="stylesheet" type="text/css" href="/css/mainiesix.css" /> <![endif]--> <!--[if IE 7]> <link href="/css/mainieseven.css" rel="stylesheet" type="text/css" /> <![endif]--> <link …

Member Avatar for _mike_
0
184
Member Avatar for ultimatebuster

[CODE=html] <div id="wrap"> <div id="left"> <p>Content</p> <p>Content</p> <p>Content</p> <p>Content</p> </div> <div id="right"> <p>Content</p> <p>Content</p> <p>Content</p> <p>Content</p> <p>Content</p> <p>Content</p> <p>Content</p> <p>Content</p> <p>Content</p> <p>Content</p> </div> </div> [/CODE] [CODE=css] #left{ float: left; margin: 0; padding: 0; width: 196px; font-size: .9em; height: auto; } #right{ margin: 0 0 0 221px; padding: 0; height: auto; …

Member Avatar for jrock2004
0
226
Member Avatar for niths

hi all, i had a table and there are some users prsent in it. each user is having an edit button so now wen i click on edit button i could be able to edit that value means that label should turn as textbox with update cancel button so how …

Member Avatar for jrock2004
0
70
Member Avatar for canterorist

what softwares do i need to make me use the PHP in ubuntu? i'm trying to install adobe cs3, it won't work. please help me. i'm new user in ubuntu. please help me.

Member Avatar for jrock2004
0
50
Member Avatar for 77wildhorses

Using a Flash menu generated by a 3rd party tool (flash menu factory). Need to implement a non-flash navigation for users who don't have/can't use Flash. How to I display an alternative menu for people like iPad/iPhone users?

Member Avatar for Brian Stephens
0
130
Member Avatar for idane

I have a site that im trying to put together and need some help with a checkbox. I have a form where the user enters data and when the user is finished they click on the submit btn witch populates the database. I want to enter a check box into …

Member Avatar for idane
0
99
Member Avatar for jrock2004

I am trying to make an expandable div that has a background image. Below is the code I am using. I am just trying to make a quick example of this. Attached is a screenshot. In the bottom right corner of the div you see that white is outside the …

Member Avatar for jrock2004
0
137