C# PDF Manipulation - تاریخ: 1396/6/18 ساعت: 4:26
Hello there, I am in need of a program where I am able to select a PDF file, and it groups all pages with a matching name AND date of birth and makes them their own pdf. I would prefer this done in C#, but I am willing to work with other languages. Please put your contact E-mail as your reply.
only characters but even not < > = - تاریخ: 1396/6/18 ساعت: 4:26
Hello I'm looking for a code, which validate also '>' and '=' I want to stop that signs also from going in the database. Does somebody know how I have to complete this code? Thanks a lot for helping! Code: 'charact': {                 validation: function(value, options) {                         va...
Round up to nearest whole number - تاریخ: 1396/6/18 ساعت: 4:26
Hi guys I hope you can help me out. Basically, I am just using the following code in my page: <%=((4.5 / 100 / 12) * (int)(SearchResult.Price)) / (1 - Math.Pow((1 + (4.5 / 100 / 12)) , (-3 * 12)))%> which give me results displayed on my page such as: 17.6994200646338 How would I round this up to the...
Simple Basic Array Question - تاریخ: 1396/6/18 ساعت: 4:26
I'm so confused with multidimensional arrays. May I please ask a couple questions? 1.) In the json array below, How do I use PHP to echo, for example, the price offered by Susan? I tried things like echo $result["data"][0]["Susan"] to work, but it won't work. 2.) Near the top of the array it shows t...
Managing Modal Dialogs - تاریخ: 1396/6/18 ساعت: 4:26
I have a web-based genealogy application which I am trying to optimize. You can check out the general public functionality at https://www.jamescobban.net/FamilyTree/nominalIndex.php. Subscribers to the site can manipulate the family tree. The user interface requires modal dialogs. When I first tried...
Error No 1045 from my pc to our website database. - تاریخ: 1396/6/18 ساعت: 4:26
I can't co ect from my pc to our website database using sqlyog. 2 days ago, i can co ect, but now i can't. Our website is fine and ru ing. The access that I am trying with sqlyog is the the one that our website is using. I created another user with '%' as host, but I can't still co ect with it from ...
Storing options between pages - تاریخ: 1396/6/18 ساعت: 4:26
I have a 'status' div on most the pages of the home project I'm working on (trying to lea Laravel) and I wanted to be able to hide or show this bit. The way I've done this is using a menu option with checkbox which when clicked does the appropriate bits of hiding and showing the div and adjusting th...
redirect one level down with htaccess, how? - تاریخ: 1396/6/18 ساعت: 4:26
Hello, I have a blog at: mydomain.com/blog/ When users do not find pages there I would like to redirect them to a 404 page here: mydomain.com/404.php I added an htaccess file here: mydomain.com/blog/.htaccess With the below details But it seems to not accept my ../ RewriteEngine On ErrorDocument 404...
Javascript code not firing - تاریخ: 1396/6/18 ساعت: 4:26
Hi guys I am totally new to .net and need to update a page that was created by someone else. Basically, I need the following to work: Code:                   <asp:DropDownList ID="minprice" runat="server" class="form-control" onchange="sum();">                 &
lost in code and pounding my head against the wall re photo gallery - تاریخ: 1396/6/18 ساعت: 4:26
I am not very good at code at all. I find a basic form I like and tear my hair out trying to adapt it to my needs. I am updating my website and am in the final stages and have hit a snag. The code I am using only had 6 images. I want to use way more than 6. When I add more everything works except th...
Wordpress - Deli Theme - Reduce Header size - تاریخ: 1396/6/18 ساعت: 4:26
Hello, Im very new to website creation and need some help with resizing certain elements. Right now my main conce is for the highlighted section, which I'm assuming is just the Header. I can see no GUI option for it on Wordpress. Ladners Pools – Swim Deep in Great Saving and Great Service Attached T...
Navagation Bars - تاریخ: 1396/6/14 ساعت: 18:46
I am building a community website and need to use a navigation bar. I have made the navigation bar using a drop-down creation software (Shimbi.com) the software is excellent and I am very happy with the navigation bar however I actually need two (2) navigation bars on the one page. No matter what I ...
Left vs Right assignment - تاریخ: 1396/6/14 ساعت: 18:46
Hello, This may seem like a simple question but it bugs me. I'm new to coding and I read this code on a php page about sessions: PHP Code: //On page 1 $_SESSION['va ame'] = $var_value; //On page 2 $var_value = $_SESSION['va ame'];  Questions: Q1. I've read before that variables go on the left and ex...
Designing Databases when relationships change - تاریخ: 1396/6/14 ساعت: 18:46
Newbie question here... How do I make a good database design when sometimes I don't know all the relationships in advance? Easy Example 1 - "John Doe's Pizza Shop" - A "Customer" table and a "Receipt" table. Each customer can have multiple receipts but not the other way around. A receipt is only cre...
comparing two strings to see if they are same - تاریخ: 1396/6/14 ساعت: 18:46
Hi, I am trying to compare two strings to see if they are the same but I'm unable to get the correct result as in out of the 4/5 choices, I've added to a question only 1 should be correct.:mad: The strings are $correct_choice and $choice, I have looked at various forums and tried to get the statemen...
Exporting to multiple Excel files ? - تاریخ: 1396/6/14 ساعت: 18:46
Hi Guys, I would like to export my data which I select from a table into separate excel files until all the rows have been exported. I used the below code. It is working fine for exporting only once. I would like to know is there a way to export to multiple files until all the loop ends ? PHP Code: ...
Maximum loan amount calculation - تاریخ: 1396/6/14 ساعت: 18:46
Hi guys I'm hoping someone out there can help me. I need a script/function that works in "classic asp" that will allow me to display the maximum loan amount a user can borrow based on: 1. The monthly payment they can afford 2. The interest rate charged by the lender 3. The number of months the loan ...
Can blackboard tell if you copy and paste the question into google? - تاریخ: 1396/6/14 ساعت: 18:46
Javascripts can tell? Or if i highlight a question and drag it to google will it show show in the script?
Recover MySql Data from .MYD .frm .MYI files - تاریخ: 1396/6/14 ساعت: 18:46
Hi Everyone, I need to recover mysql database from .MYD .frm .MYI files. I have installed mysql on my solaris Linux machine. I have not done this earlier, so i am asking. Friends please let me know the steps to import these files into the mysql database. I have attached the screen shot of the files....
object constructors inside object constructors - تاریخ: 1396/6/14 ساعت: 18:46
Hi there :) Ix92m trying to make a rather simple program (basically not much more than adding values), but Ix92m already stuck. I'll try to explain: The idea is that there will be a x93main objectx94 with certain numerical values (that should be summed up into a variable - letx92s call it mainValue)...