• Member Avatar for hericles
    hericles

    Replied To a Post in How to generate auto alpha numeric inv. Number in SQL store procedure

    Going by the error I would assume the stored prodcedure is expecting to return an integer but you're returning a varchar. Would that be correct? If yes, you just need …
  • Member Avatar for hericles
    hericles

    Began Watching How to generate auto alpha numeric inv. Number in SQL store procedure

    how to Generate Auto Alpha numeric Inv. number in SQL Store procedure i used Sql Server 2008 r2 and vb.net 2012 I got a error ---- *Msg 245, Level 16, …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Delete Quary in PHP using Acnhor Tag? How to do?

    Firstly, check that $id is an actual value. Also check if the user you're accessing the database as has delete privileges. The table, depending on dtaabase design, could also have …
  • Member Avatar for hericles
    hericles

    Began Watching Delete Quary in PHP using Acnhor Tag? How to do?

    Select quray is working but delete query not working. <table border="1", align="center", width="98%", margin="auto", cellpadding="auto"> <caption><h2>View News</h2></caption> <tr> <th><input type="Submit" name="" value="Delete"></th> <th> S.No. </th> <th> Title</th> <th> Description</th> <th> …
  • Member Avatar for hericles
    hericles

    Replied To a Post in object align left

    Use left: 0; instead of right: 0; Or are you trying to position the background image within .soulfy, rather than left position .soulfy? Because you'd do that with `background-position: left`
  • Member Avatar for hericles
    hericles

    Began Watching object align left

    Hello, How to make an image align left to the website? .soulfy { background: url("../images/icon-soulfy.png") no-repeat 0 0 transparent; width: 27px; height: 26px; content: ""; position: absolute; right: 0; top: …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Add a new line to function $return/result

    It's likely that HTML is being stripped from the description as it is being rendered. You may need to remove the filter as described here: [Woocommerce docs](https://docs.woocommerce.com/document/allow-html-in-term-category-tag-descriptions/)
  • Member Avatar for hericles
    hericles

    Began Watching Add a new line to function $return/result

    I have this function (woocommerce) and it changes the product descriptions tab titles from the defaukt.... add_filter( 'woocommerce_product_tabs', 'wc_change_product_description_tab_title', 10, 1 ); function wc_change_product_description_tab_title( $tabs ) { global $post; if …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Parse error: syntax error, unexpected ')'

    Good to hear. For clarification for any others that find this, the initial code was an if statement without an elseif. `$camp['CampaignStatus'] < 2 ? 'Drafted'` It was incomplete as …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Login failed for user 'MICROSOFT\win7'. (Microsoft SQL Server, Error: 18456

    Any chance you could simply add the error message to the post rather than have us download a file? And Win7 with SQL Server 2005? Why so out of date?
  • Member Avatar for hericles
    hericles

    Began Watching Login failed for user 'MICROSOFT\win7'. (Microsoft SQL Server, Error: 18456

    After installing win7 and install SQL 2005 opens the error, see the video attached: http://www.mediafire.com/file/wmuzvn8wx3yii0u/ErrorConnectSQL2005.swf you know how to fix this error ?
  • Member Avatar for hericles
    hericles

    Replied To a Post in Parse error: syntax error, unexpected ')'

    You're missing your second option in the second ternary operator: `($camp['CampaignStatus'] < 2 ? 'Drafted' : <SHOULD BE SOMETHING HERE> )`
  • Member Avatar for hericles
    hericles

    Began Watching Parse error: syntax error, unexpected ')'

    I have the following code <a href="<'. Url::to(['site/campaign']) .'" class="pull-right text-green"> '. HtmlPurifier::process($camp['CampaignStatus'] < 1 ? 'Intiated' : (($camp['CampaignStatus'] < 2 ? 'Drafted' ))) . '</a> but it's giving me …
  • Member Avatar for hericles
    hericles

    Replied To a Post in How to create insert button on each row ?

    If you're referring to this bit: while($row=mysqli_fetch_array($run))//while look to fetch the result and store in a array $row. { $slno=$row[0]; $sem=$row[5]; $subject_code=$row[9]; $subject_name=$row[10]; ?> you're setting the variables $slno, $sem, …
  • Member Avatar for hericles
    hericles

    Began Watching How to create insert button on each row ?

    Whenever i execute this, only the last row of the loop gets inserted even if i click on the first row or any row. What i need is: if i …
  • Member Avatar for hericles
    hericles

    Replied To a Post in issue in inserting data from dropdown into mysql table

    You're not giving the option a value so no data is getting passed back in the POST for that variable. You need to chnage this: `echo '<option value>' .$row['paramhead']. '</option>'; …
  • Member Avatar for hericles
    hericles

    Began Watching issue in inserting data from dropdown into mysql table

    Hi I am new in PHP. I have used dropdown to bind with my sql data. It is ok But I could not insert data into table only from dropdown. …
  • Member Avatar for hericles
    hericles

    Replied To a Post in store form data in sql with angularjs 2

    Is this a mobile app or running ina browser? If a mobile app you'll need to make an HTTP call to an endpoint to pass the data through so the …
  • Member Avatar for hericles
    hericles

    Began Watching store form data in sql with angularjs 2

    Hi guys, I'm fairly new to angularjs 2 (I've only used 2) and I have a small application with a form. Currently I'm able to get the form data as …
  • Member Avatar for hericles
    hericles

    Replied To a Post in A software like Visual Basic/Studio that supports programming languages

    You could consider a notepad++ style interface (but prettier) with vastly reduced functionality from, say, VS but the compilers and ability to compile the project and output the result would …
  • Member Avatar for hericles
    hericles

    Replied To a Post in A software like Visual Basic/Studio that supports programming languages

    Yes, it is but you'd need to write or include compilers for the languages you intended to write in the IDE. You'd need to provide features like spell check, intelli-sense, …
  • Member Avatar for hericles
    hericles

    Began Watching A software like Visual Basic/Studio that supports programming languages

    Hello, I was wondering if it was possible to create a software like visual studio (in addition simple, obviously). We could program in vb.net, c ++, etc.
  • Member Avatar for hericles
    hericles

    Replied To a Post in Can I parse a CSV into an HTML Flot table or graph using jQuery or json?

    Are you looking for something that can parse and convert your CSV file automatically or are you happy doing the coding yourself i.e. writing the code for highcharts? If the …
  • Member Avatar for hericles
    hericles

    Began Watching Can I parse a CSV into an HTML Flot table or graph using jQuery or json?

    I don't even know if I worded my question correctly, but here's what I have and here's what I'd like: I use an [attendance app](https://itunes.apple.com/us/app/attendance2/id536206472?mt=8) to track my basketball workout …
  • Member Avatar for hericles
    hericles

    Replied To a Post in How to reduce bounce rate of website?

    Bounce rates are generally high, although the type of website makes a big difference e.g. bounce rates for blogs are higher than normal. If you're bouncing at 65% or over …
  • Member Avatar for hericles
    hericles

    Began Watching How to reduce bounce rate of website?

    Hello !! How to reduce bounce rate of website? what average of bounce rate is good for website?
  • Member Avatar for hericles
    hericles

    Replied To a Post in get a href of anchor tag?

    You can use `var links = $('.col-lg-3 a);` To get a list of all of the links you need. If you then have a counter in your script which increments/decrements …
  • Member Avatar for hericles
    hericles

    Began Watching get a href of anchor tag?

    Hello all, I am facing some problem what i have now is there are images render in a div and and there anchor tag inside div when user clicks on …
  • Member Avatar for hericles
    hericles

    Replied To a Post in 'Session' in vb.net

    You set the session variable at the point the user has successfully logged in and before you redirect them to the user page i.e. the moment they have correctly proven …
  • Member Avatar for hericles
    hericles

    Began Watching 'Session' in vb.net

    Hello I have a log-on page and after a successful log-on, the user is redirected to userpage.aspx. I am reading up on 'Session' at the moment to prevent the user …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Returning HTML in JAVASCRIPT code

    This a complete function so we can't see what should be being returned or when. I can't see an error in what you are doing here but what happens to …
  • Member Avatar for hericles
    hericles

    Began Watching Returning HTML in JAVASCRIPT code

    Hello i am not familiar with returning HTML in Javascript code. I have this code. I want to return an audio player but nothing returns. var uploadImageHTMLTitle='<audio controls preload="metadata" id="'+data.msg_id+'">'; …
  • Member Avatar for hericles
    hericles

    Replied To a Post in What Programming Language Should I Use?

    I'd consider using Unity. It's cross platform and you'd be programming in C# which is much better than trying to get to grips with C++ if you haven't used it …
  • Member Avatar for hericles
    hericles

    Began Watching What Programming Language Should I Use?

    **NOTE: I do relize this question was answered, but not meeting what I wanted to know. ** Sorry if this in the wrong area or something, I am really new …
  • Member Avatar for hericles
    hericles

    Replied To a Post in php date range query then export result

    And May to July is all of the data contained in the database? When you say it returned the header only are you referring to the first row in the …
  • Member Avatar for hericles
    hericles

    Replied To a Post in php date range query then export result

    Are you saying the first one works but the second one doesn't? The second will export all dates because you the comment delimiter inserted: `SELECT infotbl.barcodeid, tbltime.barcodeid, infotbl.fname, infotbl.lname,infotbl.jposition, `tbltime.rectime, …
  • Member Avatar for hericles
    hericles

    Began Watching php date range query then export result

    Hi, ive been working on a project which in web with php and mysql. My goal is simple user/admin can input two dates then the result of the query will …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Data Saving Issue

    What error are you getting?
  • Member Avatar for hericles
    hericles

    Began Watching Data Saving Issue

    Dear Experts, I am using these codes <?php require_once("../includes/connectw.php"); require_once("../includes/functions.php"); $error=""; if(isset($_POST['login'])) { $muser=clean($_POST['username']); $mpass=clean($_POST['password']); if(empty($muser)) { $error="User name must not be empty"; } elseif (empty($mpass)) { /*echo ('<script>alert("Password must …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Spinwheel wait dialog :: Show / hide <div> animated spinwheel image

    Are you doing an AJAX call to the servelet? If you are you can try putting your hide code in the response method tot he call. it should get called …
  • Member Avatar for hericles
    hericles

    Began Watching Spinwheel wait dialog :: Show / hide <div> animated spinwheel image

    Hello everyone, I am trying to show an animated spinwheel image when I am making a servlet call, and hiding it, once the call comes back in my JS method. …
  • Member Avatar for hericles
    hericles

    Edited a Post in CS Degree - Need Help Choosing Foreign Language

    Chinese, most spoken language in the world, global powerhouse and booming tech industry. My second choice would be German then Japanese. And you need to learn a foreign language as …
  • Member Avatar for hericles
    hericles

    Replied To a Post in CS Degree - Need Help Choosing Foreign Language

    Chinese, most spoken language in the world, global powerhouse and booming tech industry. My second choice would be German then Japanese. And you need to learn a foreign language as …
  • Member Avatar for hericles
    hericles

    Began Watching CS Degree - Need Help Choosing Foreign Language

    We need to select a foreign language out of German,Chinese,Japanese,Korean & French for our third semester of B.tech degree in computer Science,so which language should i choose???
  • Member Avatar for hericles
    hericles

    Replied To a Post in jQuery tutorial wanted

    [Click Here](http://web.enavu.com/tutorials/sliding-door-effect-with-jquery/) This one has one panel sliding all the way off screen but once you're familiar with the idea changing it to have two panels moving half the distance …
  • Member Avatar for hericles
    hericles

    Began Watching jQuery tutorial wanted

    I am looking for a jQuery tutorial that will show me how to do what I have heard called the garage door slide. Two panels that are initially closed, together. …
  • Member Avatar for hericles
    hericles

    Replied To a Post in Trying to Get a Form ListBox to Populate with Array

    Loop through your array and for each item and call `ListBox.Items.Add()` You can call that in your Load event as you want the list populated when the form appears.
  • Member Avatar for hericles
    hericles

    Began Watching Trying to Get a Form ListBox to Populate with Array

    Hello, My vb.Net code interacts with a design software and extracts a list of strings into an array. I want to use that array to populate a list box on …
  • Member Avatar for hericles
    hericles

    Began Watching How to Use Formula in SQL Query Dynamic ?

    Hi Guys, I need your help to create query dynamically, how to populate data value from formula in other table. Sample Below Table A ID Amount 1 50 2 40 …
  • Member Avatar for hericles
    hericles

    Replied To a Post in How to Use Formula in SQL Query Dynamic ?

    I think you need a better design to do what you want. For a start referring to the amount's by the ID when the ID is a number is immediately …

The End.