<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title></title>
        <link>https://interactivetools.com/forum/forum-search.php?k=user%3AILLUME-MEDIA-LABS</link>
        <description></description>
        <pubDate>Mon, 13 Apr 2026 12:02:55 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3AILLUME-MEDIA-LABS&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Joining Tables</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218681#post2218681</link>
          <description><![CDATA[Hello...<br /><br />Need some help.<br /><br />I have 2 tables - User_Profiles &amp; User_Submissions. The common denominator is user_id, which can be used to link both tables.<br /><br />The way the sections function:<br /><br />I have an iphone app that uses fb authentication to register users if they want to submit content. On initial sign on, a web service checks to see if the user has an account. If there is not account, it creates on and pulls all user data from fb and writes to the use_profiles table.<br /><br />The user can then post content, and it writes that data to the user_submissions table. In both tables, the unique identifier &amp; link is the user_id.<br /><br />What I need to do is link both tables with the user_id, and then pull the user thumbnail image from the user_profiles section and display is when the content from the user_submissions is pulled.<br /><br />I hope that makes sense. Thanks<br />]]></description>
          <pubDate>Mon, 03 Dec 2012 15:03:55 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218681#post2218681</guid>
        </item>
                <item>
          <title>Re: [Damon] 2.17 Bug</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218040#post2218040</link>
          <description><![CDATA[Hi Damon,<br /><br />I gave it another shot. It works on chrome, but not on safari. I am on a mac.<br />]]></description>
          <pubDate>Tue, 09 Oct 2012 12:59:37 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218040#post2218040</guid>
        </item>
                <item>
          <title>2.17 Bug</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218033#post2218033</link>
          <description><![CDATA[hi, i just upgraded to 2.17 and have some issues. how can i get this resolved, at the earliest?<br /><br />lightbox editors do not show up in browsers. view html source, paste as text or word doc, etc.<br /><br />see attached screenshot.<br />]]></description>
          <pubDate>Tue, 09 Oct 2012 00:06:02 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218033#post2218033</guid>
        </item>
                <item>
          <title>Year + Month in url?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217052#post2217052</link>
          <description><![CDATA[is there a way to dynamically create or add the year + month in the url?<br /><br />alot of the news/magazine sites, as well as blogs, file their content by year and month. ie: http://www.domain.com/2012/07/conent.php<br /><br />Thanks<br />]]></description>
          <pubDate>Wed, 18 Jul 2012 16:07:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217052#post2217052</guid>
        </item>
                <item>
          <title>Re: [gkornbluth] Changing Field Type</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216967#post2216967</link>
          <description><![CDATA[Hi gkornbluth,<br /><br />Thanks for the pointers. This really helped! I had enough time to tackle the field type.<br /><br />Files to edit: uploads.ini.php, uploadModify.php, editField.php &amp; style.css<br /><br />Uploads.ini.php (changed type from varchar to medium text)<br />[info5]<br />order = 32<br />customColumnType = &quot;mediumtext NOT NULL&quot;<br /><br /><br />Although I can't edit just 1 info field. This would require a lot of code mod. So I just kept it simple and edited the code that will modify all the info fields.<br /><br />uploadModify.php (from textfield to text area)<br /><br /> $fieldHTML     = &quot;&lt;textarea class='text-input1' type='text' name='$formFieldName' cols='70' rows='10' /&gt;&quot; .htmlspecialchars($uploadRecord[$infoFieldname], ENT_QUOTES). &quot;&lt;/textarea&gt;&quot;;<br /><br />I also removed the character limit of 255.<br /><br />Next I will be working on the gallery over the weekend.<br /><br />Many thanks for your help!<br />]]></description>
          <pubDate>Fri, 13 Jul 2012 04:22:24 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216967#post2216967</guid>
        </item>
                <item>
          <title>Changing Field Type</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216924#post2216924</link>
          <description><![CDATA[Hi,<br /><br />Backend questions:<br /><br />Is it possible to change the field from textfield to wysiwyg box for the captions (info1, info2, etc) in the image upload area?<br /><br />The current character count is limited, I need to expand that, plus have the ability to add html attributes.<br /><br />Also, is there a way to dynamically add text boxes, much like the way the image upload functions? This pertains to galleries. I want to be able to insert video code in between images, or have a gallery entirely of videos.<br /><br />I want to be able to add or delete text boxes at will, and use a foreach statement in the frontend to pull the # of boxes.<br /><br />Does that make sense?<br /><br />Thanks<br />]]></description>
          <pubDate>Wed, 11 Jul 2012 12:57:05 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216924#post2216924</guid>
        </item>
                <item>
          <title>Category List plus # of items</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216606#post2216606</link>
          <description><![CDATA[Hi, <br /><br />I wanted to see if you have any sample code that shows the total categories, include the number of items in each category.<br /><br />See example here:<br /><br />http://clients.xhtmlchop.com/31912/3wldy2ut7x31912/inner4.php<br /><br />many Thanks!<br />]]></description>
          <pubDate>Wed, 13 Jun 2012 03:32:13 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216606#post2216606</guid>
        </item>
                <item>
          <title>Re: [Jason] Next Article Code</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216605#post2216605</link>
          <description><![CDATA[So the same function will work if I want just the next record to show (an not previous, etc)? <br /><br />I am adding an article slide-out on my site (example if you scroll down towards the bottom of the page: http://clients.xhtmlchop.com/31912/3wldy2ut7x31912/inner1.php)<br />]]></description>
          <pubDate>Wed, 13 Jun 2012 03:09:02 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216605#post2216605</guid>
        </item>
                <item>
          <title>Next Article Code</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216590#post2216590</link>
          <description><![CDATA[I wanted to include a next arrow on the article page so when users click on it, they will be taken to the next article that follows.<br /><br />Is there sample code I can look at?<br /><br />Thanks<br />]]></description>
          <pubDate>Tue, 12 Jun 2012 11:36:37 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216590#post2216590</guid>
        </item>
                <item>
          <title>Re: [Jason] GeoCoder URL Query</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216493#post2216493</link>
          <description><![CDATA[Hi Jason,<br /><br />Thanks for the quick reply. What if I want to implement this code on a mobile device or website that pull user geolocation? How can I insert the user location into the code and then show a list based on a 100 mile radius?<br />]]></description>
          <pubDate>Mon, 04 Jun 2012 19:11:30 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216493#post2216493</guid>
        </item>
                <item>
          <title>Re: [Damon] GeoCoder URL Query</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216483#post2216483</link>
          <description><![CDATA[Hi Damon, <br /><br />Thanks for the prompt reply. I have a sample page setup here: <a target="_blank" href="http://www.illumemagazine.com/indulge/xxx.php">http://www.illumemagazine.com/indulge/xxx.php</a> <br /><br />What would I use as the url query to show a list of places nearby (no radius limit)..starting with closest to farthest? <br /><br />Many thanks for your help.<br />]]></description>
          <pubDate>Mon, 04 Jun 2012 14:23:57 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216483#post2216483</guid>
        </item>
                <item>
          <title>GeoCoder URL Query</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216388#post2216388</link>
          <description><![CDATA[Dear Support Team,<br /><br />How can I do a url/search query to show listing within specific parameters? <br /><br />IE show events within 50miles... 25miles... etc<br /><br />Thanks<br />]]></description>
          <pubDate>Tue, 29 May 2012 03:02:59 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216388#post2216388</guid>
        </item>
                <item>
          <title>Date Format</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216387#post2216387</link>
          <description><![CDATA[Dear Support Team,<br /><br />I was wondering in what format do I need to list the date in order to show how much time has passed since posting...IE:  5m ago, 1h ago, 2w ago, etc...<br /><br />Thanks<br />]]></description>
          <pubDate>Tue, 29 May 2012 03:01:18 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216387#post2216387</guid>
        </item>
                <item>
          <title>XML Webservice Help?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215909#post2215909</link>
          <description><![CDATA[Hi,<br /><br />I wanted to see if anyone can offer assistance. I am having mobile applications done for my website. We have a citizen media section that will allow users to post/upload photos or videos. For video service, I have the upload linked directly to my youtube account. For article/photo, my developers have asked me to give them an webservice that will take user uploads (name, emails, text, photo) and post them into CMS Builder. This part needs to be via xml.<br /><br />I am not sure how to go about setting this up. Any help will be appreciated.<br /><br />Regards,<br /><br />Javed<br />]]></description>
          <pubDate>Mon, 23 Apr 2012 01:22:13 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215909#post2215909</guid>
        </item>
                <item>
          <title>Mobile Platform Development - Android, iPad, iPhone</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215301#post2215301</link>
          <description><![CDATA[Hey All,<br /><br />I specialize in app development and can integrate apps with CMSB. I do complete design and development and provide full support. If anyone is interested, contact me at javed.ali@illumemag.com.<br /><br />Thanks!<br />]]></description>
          <pubDate>Sun, 26 Feb 2012 03:46:15 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215301#post2215301</guid>
        </item>
                <item>
          <title>Submission form - attachment</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215300#post2215300</link>
          <description><![CDATA[Hi,<br /><br />I have created a submission form (http://illumemagazine.com/zine/submit.php) where user can submit a general inquiry with standard text boxes (name, email, comment). I have included an upload field, but I am getting errors when users try to send an attachment through.<br /><br />Error: MySQL Error Creating Record:<br />Unknown column 'uploaded_file' in 'field list'<br /><br />I have attached the form to this thread. <br /><br />On a similar note, is it possible to create a separate submission form so users can submit an article directly from the site, and when they attach an image, instead of coming through as an attachment, it shows up more like an upload (like a standard article). So all the admin has to do is to approve the content and it shows up on the homepage...<br /><br />I also have apps due to release on ipad, iphone &amp; android platforms... Part of the apps encourage user submission of photo/video...with written captions. This feature will directly tie in to the submission form. So any help with be appreciated!<br />]]></description>
          <pubDate>Sun, 26 Feb 2012 02:35:19 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215300#post2215300</guid>
        </item>
                <item>
          <title>Re: [Jason] Form Error - Help?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212444#post2212444</link>
          <description><![CDATA[Yes. Its only on this page I see the error. I just copied a comments submission form Ross had created a while back and modified it. Took out existing code and added a file upload field.<br />]]></description>
          <pubDate>Fri, 29 Jul 2011 11:35:18 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212444#post2212444</guid>
        </item>
                <item>
          <title>Form Error - Help?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212413#post2212413</link>
          <description><![CDATA[Hi... I created this form (below).. and this is the error I am receiving. Not sure what I'm doing wrong. Any help would be appreciated.<br /><br /><br />ERRORS:<br /><br />Warning: mysql_query() [function.mysql-query]: Access denied for user 'illumema'@'localhost' (using password: NO) in /home/illumema/public_html/zine/journo.php on line 23<br /><br />Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/illumema/public_html/zine/journo.php on line 23<br />MySQL Error Creating Record:<br /><br /><br />CODE<br /><br /><code>&lt;?php<br />// load viewer library<br /> // load viewer library<br /> $libraryPath = '../cmsAdmin/lib/viewer_functions.php';<br />  $dirsToCheck = array('/home/illumema/public_html/','','../','../../','../../../');<br />  foreach ($dirsToCheck as $dir) { if (@include_once(&quot;$dir$libraryPath&quot;)) { break; }}<br />  if (!function_exists('getRecords')) { die(&quot;Couldn't load viewer library, check filepath in sourcecode.&quot;); }<br /><br /><br />  <br />?&gt;<br />&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;<br />&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br />&lt;head&gt;<br />&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;<br />&lt;title&gt;Untitled Document&lt;/title&gt;<br />&lt;/head&gt;<br /><br />&lt;body&gt;<br />&lt;?php<br /><br />  //config<br />  $adminURL = &quot;../cmsAdmin/admin.php&quot;;<br />  $moderatorEmail = &quot;comments@illumemagazine.com&quot;;<br /><br /><br />  <br /><br />  <br />    // add record<br />     if (@$_REQUEST['formSubmit'])  {<br />      mysql_query(&quot;INSERT INTO `{$TABLE_PREFIX}journo` SET<br />              <br />                        name          	   	= 'name',<br />                        email             	= 'email',<br />                        description           	= 'description',<br />						uploaded_file      	= 'uploaded_file',<br />  <br />                        createdDate       = NOW(),<br />                        updatedDate       = NOW(),<br />                        createdByUserNum  = '0',<br />                        updatedByUserNum  = '0'&quot;)<br />      or die(&quot;MySQL Error Creating Record:&lt;br/&gt;\n&quot;);<br />		<br />	<br />		  <br />  }<br />	<br />   <br />?&gt;<br /><br /><br /><br />   <br />          <br />          &lt;form method=&quot;post&quot; action=&quot;journo.php&quot;&gt;<br />&lt;input type=&quot;hidden&quot; name=&quot;formSubmit&quot; value=&quot;1&quot;&gt;<br />          &lt;div class=&quot;form&quot;&gt;<br />          <br />            &lt;div class=&quot;left&quot;&gt;<br />             &lt;p&gt;<br />				&lt;label&gt;Name &lt;/label&gt;<br />          &lt;input name=&quot;name&quot; type=&quot;text&quot; value=&quot;name&quot; class=&quot;field&quot;&gt;<br />              &lt;/p&gt;<br />              &lt;p&gt;<br />                &lt;label&gt;Email &lt;/label&gt;<br />                 &lt;input name=&quot;email&quot; type=&quot;text&quot; value=&quot;email&quot; class=&quot;field&quot;&gt;<br />              &lt;/p&gt;<br />              &lt;p&gt;<br />                &lt;label&gt;Description &lt;/label&gt;<br />                 &lt;textarea name=&quot;comment&quot; rows=&quot;10&quot; cols=&quot;20&quot; wrap=&quot;VIRTUAL&quot; value=&quot;descripton&quot;&gt;&lt;/textarea&gt; &lt;/p&gt;&lt;p&gt;<br />                 &lt;label for='uploaded_file'&gt;Select A File To Upload:&lt;/label&gt;<br />&lt;input type=&quot;file&quot; name=&quot;uploaded_file&quot;&gt;<br /><br /><br /> &lt;input type=&quot;submit&quot; class=&quot;submit&quot; value=&quot;&quot; src=&quot;images/submit-comment.jpg&quot;/&gt;<br />           <br /><br /><br /><br />     <br />              &lt;/p&gt;<br />              &lt;/div&gt;<br />              &lt;/div&gt;<br />           <br />            <br />            <br />            <br />    &lt;/form&gt;    <br />&lt;/body&gt;<br />&lt;/html&gt;</code><br />]]></description>
          <pubDate>Thu, 28 Jul 2011 03:47:06 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212413#post2212413</guid>
        </item>
                <item>
          <title>Re: [Jason] Adding tags in the url?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211852#post2211852</link>
          <description><![CDATA[Thank you Jason. actually what I mean was that if you visit any news site, the article URL usually reflects the year and month it was created. So for instance, if someone comes to my site, instead of illumemag.com/articleDetail.php?Article-Title-001, the URL would be illumemag.com/2011/06/articleDetail.php?Article-Title-001 to reflect the month and year the article was published.<br />]]></description>
          <pubDate>Sat, 18 Jun 2011 15:02:32 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211852#post2211852</guid>
        </item>
                <item>
          <title>Adding tags in the url?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211842#post2211842</link>
          <description><![CDATA[How can we add tags.. ie: year &amp; month in the article link and have it update automatically each month? are there special tags we can use?<br /><br />domain.com/2011/06/articleDetail.php<br />]]></description>
          <pubDate>Thu, 16 Jun 2011 18:20:48 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211842#post2211842</guid>
        </item>
                <item>
          <title>Re: [Jason] Geolocation Coding Help</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211686#post2211686</link>
          <description><![CDATA[Hi Jason.<br /><br />You rock! Awesome. It worked. Many thanks.<br /><br />Last thing, how do I exclude the current listing from showing up.<br /><br /><br />See live example: http://indulge.illumemag.com/<br />]]></description>
          <pubDate>Tue, 07 Jun 2011 12:29:22 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211686#post2211686</guid>
        </item>
                <item>
          <title>Re: [Jason] Geolocation Coding Help</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211682#post2211682</link>
          <description><![CDATA[Thanks for the quick reply jason.<br /><br />So when I add this:<br /><br />$_REQUEST['fromAddress'] = &quot;&lt;?php echo $listingRecord['zipcode'] ?&gt;&quot;; // The ZIP code you want to use goes here <br /><br />on the front end, I get this error: <br />Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/illumema/public_html/indulge/index.php on line 53<br />]]></description>
          <pubDate>Tue, 07 Jun 2011 12:01:47 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211682#post2211682</guid>
        </item>
                <item>
          <title>Geolocation Coding Help</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211671#post2211671</link>
          <description><![CDATA[Hi,<br /><br />I wanted to know how to make 2 mods to the example files that come with the geocoder. The first is the for the proximity search. <br /><br />Instead of manually searching a zipcode and returning results like the example code does, how can i use a placeholder for the zip and upon loading the page, it will automatically query based on the zipcode on the page and return results? I want the form to submit automatically with placeholder &lt;?php echo $listingRecord['zipcode'] ?&gt;  and then return the nearest 10 results.<br /><br />Second is similar along the lines, but this is for the multiple map listings. Based on the placeholder &lt;?php echo $listingRecord['zipcode'] ?&gt; , the map would show the 10 nearest locations.<br /><br />Thanks<br />]]></description>
          <pubDate>Tue, 07 Jun 2011 10:58:51 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211671#post2211671</guid>
        </item>
                <item>
          <title>Code Optimization Help</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211561#post2211561</link>
          <description><![CDATA[Hello,<br /><br />I wanted to reach out in the forum to see if someone can help me optimize my php script.<br /><br />My website is www.illumemag.com. As you can see from the home page, there are several sections on the site, and I am using below codes. <br /><br />When the site was first setup, it had a simple script, which pulled data and arranged it in 4 sections. <br /><br /><code>  // load records<br />  list($articleRecords, $articlesMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'am_articles',<br />	'where'       =&gt; &quot;approved = 1 AND category NOT LIKE '%357%'&quot; . $andDontRepeatSlideshowClause,<br />  ));<br /><br />	 $articlesInBlock1 = array_slice($articleRecords, 0, 1);   // article 1 <br />	 $articlesInBlock2 = array_slice($articleRecords, 1, 2);   // article 2-4   (3 articles)<br />	 $articlesInBlock3 = array_slice($articleRecords, 3, 8);   // article 5-10  (5 articles)<br />	 $articlesInBlock4 = array_slice($articleRecords, 11, 11);  // article 11-20 (10 articles)<br />	  $articlesInBlock5 = array_slice($articleRecords, 22, 1);  // article 11-20 (10 articles)<br /><br /> // from the media<br />  list($linksoutRecords, $linksoutMetaData) = getRecords(array( <br />'tableName'   =&gt; 'am_articles', <br />'where'       =&gt; &quot;approved = 1 AND media = 1&quot;, <br />'orderBy'     =&gt; &quot;publishDate DESC&quot;,<br />    'allowSearch'     =&gt; false,<br />'limit'       =&gt; 5, <br />)); <br />  <br />  // do not repeat<br />  $andDontRepeatSlideshowClause = ''; <br />if ($linksoutRecords) { <br />  $slideshowNumsCsv = join(',', array_pluck($linksoutRecords, 'num')); <br />  $andDontRepeatSlideshowClause = ' AND num NOT IN (' . $slideshowNumsCsv . ')'; <br />}</code><br /><br /><br />I have had to modify the code and add several sections, which I think is causing latency issues and server crashes. Is there a way to have a simpler way of listing?<br /><br /><code>// load records<br />  list($oneRecords, $oneMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'am_articles',<br />	'where'       =&gt; &quot;approved = 1 AND category LIKE '%176%'&quot; . $andDontRepeatSlideshowClause1,<br />  ));<br /><br />	 $oneInBlock1 = array_slice($oneRecords, 0, 1);   // article 1 <br />	 $oneInBlock2 = array_slice($oneRecords, 1, 4);   // article 2-4   (3 articles)</code><br /><br /><br />Since the site's launch, I have had to add several more sections as evident by the home page. Each section has a similar script like this.<br /><br /><br /><code>// load records<br />  list($oneRecords, $oneMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'am_articles',<br />	'where'       =&gt; &quot;approved = 1 AND category LIKE '%176%'&quot; . $andDontRepeatSlideshowClause1,<br />  ));<br /><br />	 $oneInBlock1 = array_slice($oneRecords, 0, 1);   // article 1 <br />	 $oneInBlock2 = array_slice($oneRecords, 1, 4);   // article 2-4   (3 articles)<br />	 </code><br /><br /><br />I also use the navbar to load articles with a script like this:<br /><br /><code>// load main article list<br />			list($category3Records, $category3MetaData) = getRecords(array(<br />				'tableName'   =&gt; 'am_articles',<br />				'perPage'			=&gt; '4',<br />    'where'       =&gt; &quot;category LIKE '%282%' AND approved = 1&quot;,<br />	    'allowSearch'     =&gt; false,<br />			));</code><br /><br />So in the end, there is close to 25 or so hits to the query mysql and display results. <br /><br />Is there a more efficient way of achieving this? I think this causes my server to slow down and crash.<br />]]></description>
          <pubDate>Tue, 31 May 2011 12:51:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211561#post2211561</guid>
        </item>
                <item>
          <title>Re: [Jason] Passing coordinates automatically to geocoder</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211506#post2211506</link>
          <description><![CDATA[Hello Jason,<br /><br />Thanks for the quick reply. Do you know how i might be able to pull coordinates based on browser/ip location? <br /><br />What I ideally want to do is... to guess the user's location and then suggest the nearest 10 listings showing with markers on the map...<br /><br />Any ideas?<br />]]></description>
          <pubDate>Thu, 26 May 2011 12:11:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211506#post2211506</guid>
        </item>
              </channel>
    </rss>
  