User Profile

Collapse

Profile Sidebar

Collapse
imarkdesigns
imarkdesigns
Last Activity: Jul 19 '11, 10:10 PM
Joined: Jul 12 '07
Location: Philippines
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • imarkdesigns
    started a topic jQuery bind script

    jQuery bind script

    Hi to all masters here..
    Just wanted to fix our site portfolio using jQuery.

    here's my code

    Code:
    $(document).ready(function(){
    	
    	$('#thumbsets li').each(function (i) {
    		i = i+1;
    		$(this).addClass('ts'+i);
    	});
    	// End .each
    	$('#web_overview details').each(function (i) {
    		i = i+1;
    		$(this).addClass('panels'+i).hide();
    
    		$('#thumbsets
    ...
    See more | Go to post

  • up for the topic...
    See more | Go to post

    Leave a comment:


  • yeah.. i understand that. though the script is already made for the current slider. that is how i just wanted to check if i can still add some navigation through the codes. honestly, took me 7 hours today just to figure it out this Ajax slider.

    anyway, thanks for the time and effort sir i appreciate it.
    See more | Go to post

    Leave a comment:


  • yeah that was my current problem on how to code the button functionally inside the JavaScript. :(
    See more | Go to post

    Leave a comment:


  • here's the link where you can see and download the files.

    Demo:
    http://gadgetinspiration.com/blog/wp...ers/index.html

    File:
    http://www.dreamcss.com/2009/04/crea...y-sliders.html

    Site:
    http://unfm.com/new2/...
    See more | Go to post

    Leave a comment:


  • @johny10151981

    hmmm.. still no luck for the actual codes. :(

    anyway, here's the full codes from the javascript and html


    HTML
    Code:
            <div id="slide-holder">
              <div id="slide-runner">
                <a href="page.php?name=financial"><img src="assets/media/ajax/frame1.png" width="1000" height="310"
    ...
    See more | Go to post

    Leave a comment:


  • ok sir, thanks for the idea. i will try this right away.
    See more | Go to post

    Leave a comment:


  • ah yes sir actually i removed the previous code since i already misunderstood the correct and proper coding of the function in where i get the codes over internet. however, the speed is still my current selected variable for the value of buttons when it clicked.
    See more | Go to post

    Leave a comment:


  • imarkdesigns
    started a topic a possible global function from local

    a possible global function from local

    hello to all masters,

    just wrote a code from my pre-made javascript slider though i have to add function on the same settings with play/pause and stop button.

    here's the current site: Slider


    here's my Play and Stop code link
    Code:
    <span><a href="#" id="play" onclick="speed('500')">Play</a>  <a href="#" id="stop" onclick="speed('500000')">Stop</a></span>
    ...
    See more | Go to post

  • imarkdesigns
    replied to a href tag and PHP session
    in PHP
    ok, finally... got the answer.. thanks for viewing... haha
    See more | Go to post

    Leave a comment:


  • imarkdesigns
    started a topic a href tag and PHP session
    in PHP

    a href tag and PHP session

    good day,
    i have this problem for awhile now and still can't find the answer (wish me luck here right now).

    The concept is to have an anchor link with a value from MYSQL then pulling it out to put it in another page.

    here is my code: (sorry about the code, im begging to the expert, just a newbie here).

    Code:
    <li>&raquo; <a href="listings.php"><?=$rows['title'];?></a>
    ...
    See more | Go to post

  • imarkdesigns
    replied to Value of 2 fields in 1 preg match
    in PHP
    ah i see... ok i will try this code and check what else i can code too... many big thanks master!
    See more | Go to post

    Leave a comment:


  • imarkdesigns
    replied to Value of 2 fields in 1 preg match
    in PHP
    Thanks sir Dormilich,

    but the cause of my problem is using sending email from 3 to 5 different email addresses... which is the value of text field for State will match each of dedicated (let say 4 email) address with different state location.

    so let say if the user input Florida as the value of State in text field then the email match will be the webmail1@email. com... and if Chicago, email match will be webmail2@em...
    See more | Go to post

    Leave a comment:


  • imarkdesigns
    started a topic Value of 2 fields in 1 preg match
    in PHP

    Value of 2 fields in 1 preg match

    Good day to all masters here.. good to be back here again and nice site!

    ok, i have a problem and still confusing to accomplish using 2 values in preg match. here is my sample code...

    Code:
    <?php
    
    $value1 = $_POST['value1'];
    $value2 = $_POST['value2'];
    
    //Post Value in Text Field for Value 1
    $text1 = /(Text1, Word1)/i";
    $text2 = /(Text2, Word2)/i";
    ...
    See more | Go to post

  • imarkdesigns
    started a topic Dynamic link to URL rewritting...
    in PHP

    Dynamic link to URL rewritting...

    Hi to all masters...

    hope someone can help here out to share good or better idea on how to change a dynamic link to plain file link in CMS...

    here is my sample page for About us instead of ?id=2.


    http://domain.com/index.php?id=2 and we will change it to http://domain.com/aboutus.php

    thanks in advance...
    See more | Go to post

  • imarkdesigns
    started a topic iTunes Store into PHP
    in PHP

    iTunes Store into PHP

    Hello to all masters and Admin.

    i'd like to this kind of code using iTunes Music Store which will intergrate at the site. so, in other words. iTunes Music Store Links in Web site to purchase tracks or music something...

    thanks people
    See more | Go to post

  • imarkdesigns
    started a topic Flash mail using ASP

    Flash mail using ASP

    Good day guys...

    anyone here can help me correct the function of my Flash Mail Form using ASP to send the data...

    CDO.Message.1 error '8004020d'
    At least one of the From or Sender fields is required, and neither was found.
    /contact.asp, line 20


    this is the message when i hit Send on my Flash Form to send the information...


    can anyone give me an idea how to fix...
    See more | Go to post

  • imarkdesigns
    replied to multiple tables in one page
    in PHP
    multiple tables in one page

    here is my full actual codes.. and i use only 1 category

    [PHP]
    <?php

    include 'admin/library/config.php';
    include 'admin/library/opendb.php';

    $query = "SELECT * FROM `category1` ORDER BY `id` DESC ";
    $result = mysql_query($qu ery) or die('Error, insert query failed');

    while($rows = mysql_fetch_arr ay($result))...
    See more | Go to post
    Last edited by imarkdesigns; Nov 6 '07, 06:28 PM. Reason: update

    Leave a comment:


  • imarkdesigns
    replied to multiple tables in one page
    in PHP
    hhmm....

    ok... (by the way, im not a developer or programmer :( so it is not very easy for me to understand all type of codings here but i will try my best)

    i have these categories in database, categery1, category2 and category3... what i want to do is to mix (not combine although their values are all same) these 3 tables in one page..

    now, i just wondering how can i possibly write the exact code for this...
    See more | Go to post

    Leave a comment:


  • imarkdesigns
    started a topic multiple tables in one page
    in PHP

    multiple tables in one page

    Good day to all MASTERS!!

    i have a simple problem here right now, and i think any PHP/MySQL Masters here can help me...

    anyway, i have 3 tables in 1 Database. category1 , category2 , and category3 . these tables will be viewed in one page. but the problem is, how can i possibly code this? anyone?

    here is my actual coding before... if there's any corrections... i appreciate it very much !

    ...
    See more | Go to post
No activity results to display
Show More
Working...