User Profile

Collapse

Profile Sidebar

Collapse
oll3i
oll3i
Last Activity: Aug 27 '17, 09:07 AM
Joined: Mar 10 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • oll3i
    replied to index an array
    in PHP
    i meant how do i loop through such array
    See more | Go to post

    Leave a comment:


  • oll3i
    started a topic index an array
    in PHP

    index an array

    Hi,

    Code:
    var_dump($files)
    returns

    array(4) { [0]=> array(4) { [0]=> array(4) { [0]=> array(0) { } ["file_name"]=> string(51) "01_04_2016.doc " ["file_size"]=> float(138) ["file_type"]=> string(18) "applicatio n/msword" } ["file_name"]=> string(63) "09_04_2016.doc " ["file_size"]=> float(143) ["file_type"]=>...
    See more | Go to post

  • oll3i
    started a topic Zend_Config_Exception
    in PHP

    Zend_Config_Exception

    Hello,

    I'm new to Zend
    When i try to run php scripts/load.sqlite.php --withdata
    I get an error
    PHP Fatal error: Uncaught exception 'Zend_Config_Ex ception' with message 'parse_ini_file (/configs/application.ini ): failed to open stream: No such file or directory' in /home/ZendFramework-1.12.3/library/Zend/Config/Ini.php:182
    Stack trace:
    #0 /home/ZendFramework-1.12.3/library/Zend/Config/Ini.php(202):...
    See more | Go to post

  • oll3i
    started a topic Zend instalation and creating project
    in PHP

    Zend instalation and creating project

    Creating project at /var/www/ZendApp2
    Note: This command created a web project, for more information setting up your VHOST, please see docs/README
    Testing Note: PHPUnit was not found in your include_path, therefore no testing actions will be created.

    in include_path i have
    include_path = ".:/home/ZendFramework-1.12.3/library"


    Thank You
    See more | Go to post

  • oll3i
    started a topic jQuery, button on the fly

    jQuery, button on the fly

    How do I create a button in jQuery dynamically?
    See more | Go to post

  • oll3i
    started a topic change color of article jQuery

    change color of article jQuery

    Code:
    <section class="offers" id="featured-offers">
    <article id="item-3929173859" class="offer promo-bold" data-id="3929173858" data-location="Nysa">1</article>
    <article id="item-3929173859" class="offer promo-bold" data-id="3929173857" data-location="Nysa">2</article>
    <article id="item-3929173859"
    ...
    See more | Go to post

  • oll3i
    started a topic jQuery change article background color

    jQuery change article background color

    How do i set the color of an article?
    in the code by data-id

    Code:
    <section class="offers" id="featured-offers">
    <article id="item-3929173859" class="offer promo-bold" data-id="3929173858" data-location="Nysa">1</article>
    <article id="item-3929173859" class="offer promo-bold" data-id="3929173857" data-location="Nysa">2</article>
    ...
    See more | Go to post

  • oll3i
    replied to article data-id sort
    Code:
    <section class="offers" id="featured-offers">
    <article id="item-3929173859" class="offer promo-bold" data-id="3929173858" data-location="Nysa">1</article>
    <article id="item-3929173859" class="offer promo-bold" data-id="3929173857" data-location="Nysa">2</article>
    <article id="item-3929173859"
    ...
    See more | Go to post

    Leave a comment:


  • oll3i
    replied to article data-id sort
    i have tried

    Code:
    $(document).ready(function () { 
    $('article').sort(function (a, b) {
          var contentA =parseInt( $(a).attr('data-id'));
          var contentB =parseInt( $(b).attr('data-id'));
          return (contentA < contentB) ? -1 : (contentA > contentB) ? 1 : 0;
       })
    });
    See more | Go to post

    Leave a comment:


  • oll3i
    started a topic article data-id sort

    article data-id sort

    I want to sort by article data-id ?
    With jQuery
    How can i do that?
    See more | Go to post

  • oll3i
    replied to jQuery
    Code:
    1
    2
    3
    4
    5
    window.onload = function() {
     
        alert( "welcome" );
     
    }
    works
    See more | Go to post

    Leave a comment:


  • oll3i
    started a topic jQuery

    jQuery

    Hello,

    Why it is not working?

    Code:
    <script>
    $( "p" ).click(function() {
      var htmlString = $( this ).html();
      $( this ).text( htmlString );
    });
    $("p").click(function(){
      alert("The paragraph was clicked.");
    });
    </script>

    Code:
     
    <p>
      <b>Click</b> to change the <span id="tag">html</span>
    ...
    See more | Go to post
    Last edited by oll3i; Feb 12 '14, 02:57 PM. Reason: add more code

  • i have
    Code:
            <reference name="left">
                <block type="customer/account_navigation" name="customer_account_navigation" before="-" template="customer/account/navigation.phtml">
                    <action method="addLink" translate="label" module="customer"><name>account</name><path>customer/account/</path><label>Account
    ...
    See more | Go to post

    Leave a comment:


  • oll3i
    started a topic add link to sidebar in magento customer navigation
    in PHP

    add link to sidebar in magento customer navigation

    How do i add a link to side navigation in customer?
    See more | Go to post

  • oll3i
    replied to Magento in netbeans
    in PHP
    Can i only have zend and magento? OR do i need wamp too?
    See more | Go to post

    Leave a comment:


  • oll3i
    replied to Magento in netbeans
    in PHP
    What i install first 1.wamp, 2.zend and 3.magento
    See more | Go to post

    Leave a comment:


  • oll3i
    replied to Magento in netbeans
    in PHP
    What i install first?
    See more | Go to post

    Leave a comment:


  • oll3i
    replied to Magento in netbeans
    in PHP
    I dont know now if i should run magento on wamp or zend?
    See more | Go to post

    Leave a comment:


  • oll3i
    started a topic Magento in netbeans
    in PHP

    Magento in netbeans

    Can i have magento in netbeans on windows?
    See more | Go to post

  • oll3i
    replied to http://127.0.0.1/magento/index.php 404
    in PHP
    How do I create Magento project in netbeans?
    What plugin do i need?
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...